Hello all, I’m generally a lurker and can figure things out by searching or fiddling. I’m stumped on this one.
I have the latest EE2 Beta (20100430). The site works with two ‘blog’ channels, but I cannot get the Pages Module to work. It was installed and configured to use the proper template. The appropriate channel and fields were setup.
First problem (solved): When submitting a new page I received an error claiming Invalid URI whenever a / was in the URI. Fixed by changing URL to the root directory from / to http://mysite.com/
Ongoing problem: The pages submit fine and show the proper URL and template to be used (pages/static). When I attempt to view the page EE2 returns the 404 template. Debugging looks like it’s not calling the pages/static template I specified.
Debug output:
(0.000023) - Begin Template Processing -
(0.000163) URI: services
(0.000177) Path.php Template: pages/
(0.000194) Retrieving Template
(0.000207) Parsing Template URI
(0.005477) Template group and template not found, showing 404 page
(0.005500) Retrieving Template from Database: /
(0.006276) Template Found
(0.006423) Retrieving Template from File
(0.006828) Template Type: 404
(0.006855) Parsing Site Variables
From here it just outputs the 404 page. Am I missing something obvious?
Thanks for any help!
