I am having a strange issue trying to reorder my pages via the "Reorder Pages" button the top of the "Current Pages" page.
I can reorder my pages just fine with the up and down arrows, but if I click on the "Reorder Pages" link I only see the pages that I started the site with, not any of the new pages. So it seems this list is not getting updated properly. I've tried clearing the site cache, clearing browser cache without any luck.
I'm running a current version of cmsms, and don't have many modules installed. Any thoughts on what might be causing the problem?
Reorder Pages link not displaying new pages
- micahgodbolt
- Forum Members
- Posts: 149
- Joined: Thu Jul 29, 2010 11:09 pm
Re: Reorder Pages link not displaying new pages
Check your system info page to see if you have any yellow ! or red X...
- micahgodbolt
- Forum Members
- Posts: 149
- Joined: Thu Jul 29, 2010 11:09 pm
Re: Reorder Pages link not displaying new pages
The only things with yellow !'s are
Session Save Path (session_save_path):
No check because OS path
and
disable_functions in PHP (disable_functions):
leak, posix_getpwuid, posix_getpwnam, posix_getgrid, posix_getgrnam, posix_getgroups
And those are the same warnings I have on other sites that don't experience this problem.
One thing I can say about this site that is different....It was a clone of another website. I duplicated the database and folder from another site to create this one. The process works flawlessly....well except for this one flaw.
Session Save Path (session_save_path):
No check because OS path
and
disable_functions in PHP (disable_functions):
leak, posix_getpwuid, posix_getpwnam, posix_getgrid, posix_getgrnam, posix_getgroups
And those are the same warnings I have on other sites that don't experience this problem.
One thing I can say about this site that is different....It was a clone of another website. I duplicated the database and folder from another site to create this one. The process works flawlessly....well except for this one flaw.
Re: Reorder Pages link not displaying new pages
Take the install folder from whatever version of CMSMS this is and upload it to root, run install BUT ON STEP 5 DON'T CREATE TABLES OR INSTALL DEFAULT CONTENT this may fix it...
- micahgodbolt
- Forum Members
- Posts: 149
- Joined: Thu Jul 29, 2010 11:09 pm
Re: Reorder Pages link not displaying new pages
Hrm. Good tip. Right now the site is live and the customer doesn't need to move things around. But i'll keep that in mind if it does become an issue.