Hi,
With cms made simple 1.9.4.2 base i have noticed when atempting to add a new page it will add to the database but will be displayed in the admin panel or on the menu in the front end.
Any help thanks
joe
1.9.4.2 add content problem
Re: 1.9.4.2 add content problem
Clear your cache, if pages are visible afterwards, then most possibly timezone setting in config.php is wrong.
Re: 1.9.4.2 add content problem
Thank you uniqu3, this fixes it, I was having the same problem and I imagine many others will if they set the timezone wrong.
The quickest way to fix this if you don't want to mess around with timezones is to go to config.php (Line 48) and remove the timezone value altogether:
Now your pages will be visible in the admin page heirachy.
The quickest way to fix this if you don't want to mess around with timezones is to go to config.php (Line 48) and remove the timezone value altogether:
Code: Select all
$config['timezone'] = '';
Re: 1.9.4.2 add content problem
Thank you i will try this when i return to 1.9.4.2 currently i reverted back to 1.9.2 as i know this works fine.
Thanks
Thanks