Hi,-
I’m having an issue with creating static pages on my site. I’m using Ryan Irelan’s “Expression Engine 2” quick start guide book (PragProg), so the workflow I’ve been following is:
1) Install the Pages module
2) Create site channel named “Static Content”
3) Create field group named “page_copy”, as a textarea
4) Assign 3) to 2)
5) Create new template named “static” in the “site” template group
6) Light up 5) using tags that call the “static_content” channel from step 2)
7) In the Pages module, go to Module Configuration and there, set the following options:
a) display URIs: nested
b) default channel: Static Content
c) default template for the Static Content channel: “site/static”.
After doing all this, I click the “Create New Page” button in the Pages module, and fill out the form with a new page title and some test content. Then when I click “Submit” and go back to the Pages module for an overview of the newly created pages, it says: “No Pages Currently Exist”!
Also when I visit the URL for the page I was trying to create, it either shows a “no such page” message or (if the URL is “mysite/index.php/newpage”) it just displays the main index page for the site.
What’s going on here?
Thanks!
Cheers,
James