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:
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.
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
New Contents are not listing when I add them
Re: New Contents are not listing when I add them
Try a search for time zone...
Re: New Contents are not listing when I add them
Sorry can you please elaborate a bit more?
thanks
thanks
Re: New Contents are not listing when I add them
In config.php there is a line:
This is where your Server timezone should be entered in formats like described here http://www.php.net/manual/en/timezones.php
Code: Select all
$config['timezone'] = '';
Re: New Contents are not listing when I add them
thanks uniqu3, I have added following code in config.php as per your instruction:
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
Code: Select all
$config['timezone'] = 'Asia/Karachi';
So apparently the problem is resolved. Thanks for help.
Thumbs up
