New Contents are not listing when I add them

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.
Post Reply
wLabz
New Member
New Member
Posts: 3
Joined: Thu Oct 20, 2011 2:35 pm

New Contents are not listing when I add them

Post 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
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: New Contents are not listing when I add them

Post by Dr.CSS »

Try a search for time zone...
wLabz
New Member
New Member
Posts: 3
Joined: Thu Oct 20, 2011 2:35 pm

Re: New Contents are not listing when I add them

Post by wLabz »

Sorry can you please elaborate a bit more?
thanks
uniqu3

Re: New Contents are not listing when I add them

Post 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
wLabz
New Member
New Member
Posts: 3
Joined: Thu Oct 20, 2011 2:35 pm

Re: New Contents are not listing when I add them

Post 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 ;)
Post Reply

Return to “CMSMS Core”