Hi I'm running a fresh install of 1.9.4.1. (i'm not a novice 20+installs)
When I finished the install I deleted all but the homepage, Installed my theme and tried to add a second page, I press submit and get the " The content was successfully added to the database." conformation with no errors. But no page gets added to the content list!
Does anybody have any ideas about this error?
Thanks
[SOLVED]Fresh Install, Cant create new content pages.
[SOLVED]Fresh Install, Cant create new content pages.
Last edited by wibby on Thu Apr 14, 2011 3:08 pm, edited 1 time in total.
Re: Fresh Install, Cant create new content pages.
I suspect that you are running PHP5.3. If so, set the timezone in the config.php correctly....
Ronny
Ronny
Re: Fresh Install, Cant create new content pages.
Unfortunately im running 5.2.11.
Any other Ideas?
Any other Ideas?
Re: Fresh Install, Cant create new content pages.
This is crazy!,
I enabled Debug mode in the config.php posted a test to capture the output and all the other content showed up!!!
Disabled the Debug in the config.php and all the content is still there.
Why would that happen???
I have attached the debug.txt just in case it helps someone else.
Server Log seems to be pointing to this error
PPHP Notice: Undefined index: ucwords in /home/c******/public_html/plugins/function.current_date.php on line 29, referer: http://www.c*****.co.uk/admin/listcontent.php?sp_=d13da831
time and date is set in config.php as
$config['timezone'] = 'Etc/Greenwich';
for the UK
p.s it has stopped again... even with debug mode switched on..... Not happy
I enabled Debug mode in the config.php posted a test to capture the output and all the other content showed up!!!
Disabled the Debug in the config.php and all the content is still there.
Why would that happen???
I have attached the debug.txt just in case it helps someone else.
Server Log seems to be pointing to this error
PPHP Notice: Undefined index: ucwords in /home/c******/public_html/plugins/function.current_date.php on line 29, referer: http://www.c*****.co.uk/admin/listcontent.php?sp_=d13da831
time and date is set in config.php as
$config['timezone'] = 'Etc/Greenwich';
for the UK
p.s it has stopped again... even with debug mode switched on..... Not happy

- Attachments
-
[The extension txt has been deactivated and can no longer be displayed.]
Re: Fresh Install, Cant create new content pages.
reason why debug will work is that is does an clear-cache.
Thing with php5.3 is that it requires the TZ to be filled correctly. Otherwise it sees a difference in TZ and doesnt do a clear cache until the time difference between the two TZs is passed. Could you
Ronny
Thing with php5.3 is that it requires the TZ to be filled correctly. Otherwise it sees a difference in TZ and doesnt do a clear cache until the time difference between the two TZs is passed. Could you
Ronny
Re: [SOLVED]Fresh Install, Cant create new content pages.
I understand Ronny,
What I did to fix it was # out the $config['timezone'] = 'Etc/Greenwich'; line
so it just defaults to the servers time zone , thats ok for me as it is the same as me.
Thanks for the pointers!
What I did to fix it was # out the $config['timezone'] = 'Etc/Greenwich'; line
so it just defaults to the servers time zone , thats ok for me as it is the same as me.

Thanks for the pointers!