Anyone know why I wouldn't be able to view the WP permalink page? It comes up blank- http://twitpic.com/255bxj
Anyone know why I wouldn't be able to view the WP permalink page? It comes up blank- http://twitpic.com/255bxj
The lord of every land, rising for them,
The Aton of the day, great of majesty.
Great Hymn of the Aton
I just re-installed WordPress and still get the same message
The lord of every land, rising for them,
The Aton of the day, great of majesty.
Great Hymn of the Aton
I just tried installing WP on another account on the same host. I get the same result, a blank screen.
Is there some workaround?
The lord of every land, rising for them,
The Aton of the day, great of majesty.
Great Hymn of the Aton
Already tried that with no luck.
Going to get client to change hosts
The lord of every land, rising for them,
The Aton of the day, great of majesty.
Great Hymn of the Aton
NothingTried WP_DEBUG to true? Maybe it suppresses some error message.
5.3.2What version of php is on the server?
The lord of every land, rising for them,
The Aton of the day, great of majesty.
Great Hymn of the Aton
It would appear that you're not the only one to have this issue with WP and PHP 5.3. Here's a possibly related PHP 5.3.0 timezone bug interfering with WP (along with a core-hack fix).
Have you tried increasing your memory limit in php.ini? (If for no other reason, to see if it will allow PHP to output the error before exceeding its memory limit?)
WP TurnKey - Turn-Key WordPress installation and maintenance services
WordPress user since 2005 | @chip_bennett | chipbennett.net | cbnet Plugins
I thought we suppressed warnings... I'll look into making a patch, but in the meantime, adding code like this to your wp-config should work around the problem, I think:
PHP Code:date_default_timezone_set('America/Chicago');