Page 1 of 1

New Contents are not listing when I add them

Posted: Thu Oct 20, 2011 3:35 pm
by wLabz
Hi,

Version Details of Tools I am using:

CMSMS version 1.9.4.3-full
wamp version 2.2
Apache version 2.2.21
PHP version 5.3.8
MySQL version 5.5.16
Wamp Server on winXP
Firefox - 7.0.1

The problem I am facing is, I am trying to incorporate my design into CMSMS, now when I am trying to add more pages by going to Content > Pages in Admin Panel. When I click at Add New Content, it gives me a success message which is The content was successfully added to the database.

But if don't show this new page in Current Pages Listings, it only shows the home page in the list which it was showing before.

For detail, please see the following image:
See I have added a new page named "About Us" its saying it has successfully added it into database, but it isn't showing in the page list under Home :(
See I have added a new page named "About Us" its saying it has successfully added it into database, but it isn't showing in the page list under Home :(
Now, when I check the database, in table "cms_content", it does show that page which I've just added, but it isn't showing neither in page list, nor in menu.
This is database i am using for my site, in table "cms_content" its showing that it have added the new page successfully
This is database i am using for my site, in table "cms_content" its showing that it have added the new page successfully
I tried to google this and search it here, thought it might be due to cache problem, cleared my browser's history and cache even tried in different browser like IE8 and chrome but no luck.

Can anyone help me figure out what's the issue, I have tried to do everything from scratch which is required to install a new template into CMSMS, but each time I am having same problem.

Looking forward toward assistance regarding this issue.
Regards

Re: New Contents are not listing when I add them

Posted: Thu Oct 20, 2011 5:05 pm
by Dr.CSS
Try a search for time zone...

Re: New Contents are not listing when I add them

Posted: Fri Oct 21, 2011 6:10 am
by wLabz
Sorry can you please elaborate a bit more?
thanks

Re: New Contents are not listing when I add them

Posted: Fri Oct 21, 2011 7:46 am
by uniqu3
In config.php there is a line:

Code: Select all

$config['timezone'] = '';
This is where your Server timezone should be entered in formats like described here http://www.php.net/manual/en/timezones.php

Re: New Contents are not listing when I add them

Posted: Fri Oct 21, 2011 8:06 am
by wLabz
thanks uniqu3, I have added following code in config.php as per your instruction:

Code: Select all

$config['timezone'] = 'Asia/Karachi';
but again the pages didn't appeared in Page List, however, when I tried to add a new page, it successfully added a new page and listed all pages after adding this new page.

So apparently the problem is resolved. Thanks for help.
Thumbs up ;)