1.9.4.1 - New pages don't show in admin panel

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
gocreative
Power Poster
Power Poster
Posts: 265
Joined: Mon Mar 14, 2011 1:16 am
Location: Brisbane, Australia

1.9.4.1 - New pages don't show in admin panel

Post by gocreative »

Hi,

Yesterday I installed CMSMS version 1.9.4 and today upgraded to 1.9.4.1. I created two new root-level pages and was advised in each case that adding the new page was successful, however neither of them are visible in the admin panel (Content > Pages).

When I attempted to create them again, I was unable to as the alias already existed, which leads me to believe that the pages are in the database but not showing in the admin panel.

Has anyone else had this issue?

Grant
gocreative
Power Poster
Power Poster
Posts: 265
Joined: Mon Mar 14, 2011 1:16 am
Location: Brisbane, Australia

Re: 1.9.4.1 - New pages don't show in admin panel

Post by gocreative »

I've found this workaround:

http://forum.cmsmadesimple.org/viewtopi ... =8&t=52680

However that obviously doesn't solve the problem. This is a highly critical task so are the CMSMS team aware of its urgency? I see it's in the bug list as well but listed as a low priority.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: 1.9.4.1 - New pages don't show in admin panel

Post by Dr.CSS »

Changing the time zone was the only thing we saw that might work, we were unable to duplicate this issue...
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm
Location: Raalte, the Netherlands

Re: 1.9.4.1 - New pages don't show in admin panel

Post by RonnyK »

The TimeZone setting is required on a PHP5.3 environment.

The TZ makes the setting of the creation on pages, where the server is checking against. So if the TZ is not set then they might differ, and only later the cache may be cleared automatically.

And upto now, all had it correct when making the correct settings. So nothing CMSMS specific as an issue, just about configuring correctly.

Ronny
jomoweb
Forum Members
Forum Members
Posts: 49
Joined: Wed Jan 31, 2007 9:27 pm

Re: 1.9.4.1 - New pages don't show in admin panel

Post by jomoweb »

Same Issue. I installed CMSMS 1.9.4 and 1.9.4.1. I noticed the new time zone field that appeared in the installation process.

Basically, I didn't read the directions and chose the client time zone, not the server time zone.

Finding out the server time zone and changing it in the config file fixed everything. I also tried leaving the value blank, and that worked too.

May be a good usability idea to move this to the beginning of the lang statement. B/c I could see a lot of new users messing up here.

NOTE: This must be your server's time zone, not your or your client's time zone!
Wishbone
Power Poster
Power Poster
Posts: 1368
Joined: Tue Dec 23, 2008 8:39 pm

Re: 1.9.4.1 - New pages don't show in admin panel

Post by Wishbone »

RonnyK wrote:So nothing CMSMS specific as an issue, just about configuring correctly.
Except that this was never an issue before 1.9.4
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: 1.9.4.1 - New pages don't show in admin panel

Post by calguy1000 »

Except that this was never an issue before 1.9.4
Incorrect. The timezone stuff was introduced in CMSMS 1.9 However, we just went through a time change (that ugly DST stuff).

if you looked at the files that were changed between 1.9 and 1.9.1 through 1.9.4.1 the timezone stuff has not changed. We simply ask for a timezone on install, and if that variable is set to a non empty value, we call a single function.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Wishbone
Power Poster
Power Poster
Posts: 1368
Joined: Tue Dec 23, 2008 8:39 pm

Re: 1.9.4.1 - New pages don't show in admin panel

Post by Wishbone »

I see. Thanks for the clarification.
gocreative
Power Poster
Power Poster
Posts: 265
Joined: Mon Mar 14, 2011 1:16 am
Location: Brisbane, Australia

Re: 1.9.4.1 - New pages don't show in admin panel

Post by gocreative »

Turns out the solution for me was my host correcting a permissions issue on the server!
jospanner
Forum Members
Forum Members
Posts: 105
Joined: Tue Mar 25, 2008 11:34 pm

Re: 1.9.4.1 - New pages don't show in admin panel

Post by jospanner »

Marvellous quick and easy solution - I was having the same issue. Thanks very much for posting. :D
MickG
New Member
New Member
Posts: 2
Joined: Thu Mar 31, 2011 8:51 am

Re: 1.9.4.1 - New pages don't show in admin panel

Post by MickG »

vperasto wrote:I had the same problem. From config.php I changed this line:

Code: Select all

$config['timezone'] = 'Europe/Helsinki';
to

Code: Select all

$config['timezone'] = '';
It worked...
Same for me ... I've been beating my head against this all morning! My TZ was set correctly for my server too.

Many thanks for the help :)
rothkj1022
New Member
New Member
Posts: 6
Joined: Tue May 26, 2009 3:39 pm

Re: 1.9.4.1 - New pages don't show in admin panel

Post by rothkj1022 »

Setting the timezone variable to blank in the config did NOT work for me. After I cleared the cache and added another page, again the new page did not display.

Also, our production server is running php 5.2.9, so php 5.3's timezone requirement does not appear to be causing the issue in this case.
Locked

Return to “CMSMS Core”