• twitter image
  • facebook image
  • youtube image
  • linkedin image
Language: CMS Made Simple Czech CMS Made Simple France CMS Made Simple Spain CMS Made Simple Hungary CMS Made Simple Russia CMS Made Simple Netherlands

All times are UTC




Post new topic Reply to topic  [ 13 posts ] 
Author Message
 Post subject: 1.9.4.1 - New pages don't show in admin panel
PostPosted: Mon Mar 14, 2011 1:46 am 
Offline
Forum Members
Forum Members

Joined: Mon Mar 14, 2011 1:16 am
Posts: 183
Location: Brisbane, Australia
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


Top
 Profile  
 
 Post subject: Re: 1.9.4.1 - New pages don't show in admin panel
PostPosted: Mon Mar 14, 2011 11:57 am 
Offline
Forum Members
Forum Members

Joined: Mon Mar 14, 2011 1:16 am
Posts: 183
Location: Brisbane, Australia
I've found this workaround:

viewtopic.php?f=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.


Top
 Profile  
 
 Post subject: Re: 1.9.4.1 - New pages don't show in admin panel
PostPosted: Mon Mar 14, 2011 6:38 pm 
Offline
Administrator
Administrator
User avatar

Joined: Thu Mar 09, 2006 5:32 am
Posts: 11812
Location: Arizona
Changing the time zone was the only thing we saw that might work, we were unable to duplicate this issue...

_________________
Extensions » Modules/Tags click the name of the module/tag or Help to the right to get its parameters.
Right click and view source is a great way to see what you have to work with.
Check ver. CMSMS, PHP, server OS, in System Information page.
Default content http://multiintech.com/defaultcontent/
People are Wonderful
Business is Great
Life is Terrific
Ever wonder what happened to the Album module? Well it is alive and well.
http://album.multiintech.com/
Image


Top
 Profile  
 
 Post subject: Re: 1.9.4.1 - New pages don't show in admin panel
PostPosted: Mon Mar 14, 2011 7:01 pm 
Offline
Dev Team Member
Dev Team Member
User avatar

Joined: Wed Oct 25, 2006 8:29 pm
Posts: 4986
Location: Raalte, the Netherlands
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


Top
 Profile  
 
 Post subject: Re: 1.9.4.1 - New pages don't show in admin panel
PostPosted: Mon Mar 14, 2011 7:38 pm 
Offline
Forum Members
Forum Members

Joined: Wed Jan 31, 2007 9:27 pm
Posts: 49
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!


Top
 Profile  
 
 Post subject: Re: 1.9.4.1 - New pages don't show in admin panel
PostPosted: Mon Mar 14, 2011 7:51 pm 
Offline
Power Poster
Power Poster
User avatar

Joined: Tue Dec 23, 2008 8:39 pm
Posts: 1316
RonnyK wrote:
So nothing CMSMS specific as an issue, just about configuring correctly.

Except that this was never an issue before 1.9.4


Top
 Profile  
 
 Post subject: Re: 1.9.4.1 - New pages don't show in admin panel
PostPosted: Mon Mar 14, 2011 7:59 pm 
Offline
Dev Team Member
Dev Team Member
User avatar

Joined: Tue Oct 19, 2004 6:44 pm
Posts: 6583
Location: Fernie British Columbia, Canada
Quote:
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
--
if you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
----------------
Don't make me angry..... you won't like me when I'm angry....


Top
 Profile  
 
 Post subject: Re: 1.9.4.1 - New pages don't show in admin panel
PostPosted: Mon Mar 14, 2011 8:06 pm 
Offline
Power Poster
Power Poster
User avatar

Joined: Tue Dec 23, 2008 8:39 pm
Posts: 1316
I see. Thanks for the clarification.


Top
 Profile  
 
 Post subject: Re: 1.9.4.1 - New pages don't show in admin panel
PostPosted: Sun Mar 20, 2011 9:32 pm 
Offline
Forum Members
Forum Members

Joined: Mon Mar 14, 2011 1:16 am
Posts: 183
Location: Brisbane, Australia
Turns out the solution for me was my host correcting a permissions issue on the server!


Top
 Profile  
 
 Post subject: Re: 1.9.4.1 - New pages don't show in admin panel
PostPosted: Wed Mar 30, 2011 7:17 am 
Offline
New Member

Joined: Wed Mar 30, 2011 7:12 am
Posts: 1
I had the same problem. From config.php I changed this line:
Code:
$config['timezone'] = 'Europe/Helsinki';

to
Code:
$config['timezone'] = '';


It worked...


Top
 Profile  
 
 Post subject: Re: 1.9.4.1 - New pages don't show in admin panel
PostPosted: Wed Mar 30, 2011 12:16 pm 
Offline
Forum Members
Forum Members

Joined: Tue Mar 25, 2008 11:34 pm
Posts: 96
Marvellous quick and easy solution - I was having the same issue. Thanks very much for posting. :D


Top
 Profile  
 
 Post subject: Re: 1.9.4.1 - New pages don't show in admin panel
PostPosted: Thu Mar 31, 2011 3:10 pm 
Offline
New Member

Joined: Thu Mar 31, 2011 8:51 am
Posts: 2
vperasto wrote:
I had the same problem. From config.php I changed this line:
Code:
$config['timezone'] = 'Europe/Helsinki';

to
Code:
$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 :)


Top
 Profile  
 
 Post subject: Re: 1.9.4.1 - New pages don't show in admin panel
PostPosted: Thu Feb 16, 2012 5:13 pm 
Offline
New Member

Joined: Tue May 26, 2009 3:39 pm
Posts: 6
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.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 13 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
A2 Hosting