Created Page Not Showing Up in CMS
I created a new page for one of my FUEL projects, but it's not showing up on the "PAGES" page in the CMS. However, it's listed under the "Recently Modified Pages" on the dashboard.
Luckily the page is showing up on the website, but it's hard to get to if I want to edit, or unpublish.
Comments
And I can even navigate to the page on the website. It's just not showing up in the list of pages within the CMS.
In the top right where is says show 50, I selected show 100, and the page listed. Maybe I accidentally deleted a 0 because I only have 6 total pages within the main module?
// ... 'limit_options' => array('50' => '50', '100' => '100', '200' => '200'),
SAFARI:
Initially the page "video-tour" didn't list within the first 50 pages, so I renamed the page to "virtual-tour", and the page listed.
I created another page to see if it was a naming issue and named it, "video-tour" and it's not showing up in the first 50 pages list. When I select show 100, it shows up.
I cleared the cache (both fuel and browser cache), restarted browser and it still didn't update the page list.
Safari still doesn't show correct page list after updating using Chrome.
CHROME:
Repeated steps like Safari, did the same thing at first, but the correct list showed when I cleared the cache. It listed the correct pages and within the limits.
I created a "test" page and it listed after I cleared the cache, but in Safari it still does not show the new page. However, it showed up on the Dashboard under "Recently Modified..."
DATABASE:
The pages update in the database when I use either browser.
1. How many pages do you have on the site?
2. Are there multiple lists of pages (pagination links) displayed and does it display on one of those?
3. Are there any plugins installed on your browser that may be causing this difference.
4. Is it something with the word "video"?
2. I have 5 modules installed: Contact module, the blog model and three custom modules. None of it paginating yet. None of the links show up in the "pages" list, just the pages I have created that don't belong to a module.
3. No plugins installed. However with Safari, I have issues viewing the live site and editing when logged in. The top right div for administration seems to push the divs on the live site down.
4. I thought it was with the word video, but it seems to be a cache issue.