Results 1 to 10 of 10

Thread: Cant view permalink settings

  1. #1
    conorp's Avatar
    conorp is offline Kegger
    Join Date
    Jan 2009
    Location
    Australia
    Posts
    506

    Default Cant view permalink settings

    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

  2. #2
    conorp's Avatar
    conorp is offline Kegger
    Join Date
    Jan 2009
    Location
    Australia
    Posts
    506

    Default

    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

  3. #3
    conorp's Avatar
    conorp is offline Kegger
    Join Date
    Jan 2009
    Location
    Australia
    Posts
    506

    Default

    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

  4. #4
    Rarst's Avatar
    Rarst is offline Big Tipper
    Join Date
    Jul 2009
    Posts
    322

    Default

    Other option pages working? Tried disabling all plugins?
    Rarst.net - cynical thoughts on software and web (and sometimes WP) | @Rarst | I seem to be non-GPL-compliant person. Beware my poisonous thoughts.

  5. #5
    conorp's Avatar
    conorp is offline Kegger
    Join Date
    Jan 2009
    Location
    Australia
    Posts
    506

    Default

    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

  6. #6
    Rarst's Avatar
    Rarst is offline Big Tipper
    Join Date
    Jul 2009
    Posts
    322

    Default

    Tried WP_DEBUG to true? Maybe it suppresses some error message.
    Rarst.net - cynical thoughts on software and web (and sometimes WP) | @Rarst | I seem to be non-GPL-compliant person. Beware my poisonous thoughts.

  7. #7
    andrea_r's Avatar
    andrea_r is offline WordPress Rockstar
    Join Date
    Jan 2009
    Location
    Eastern Canada
    Posts
    1,325

    Default

    What version of php is on the server?

  8. #8
    conorp's Avatar
    conorp is offline Kegger
    Join Date
    Jan 2009
    Location
    Australia
    Posts
    506

    Default

    Tried WP_DEBUG to true? Maybe it suppresses some error message.
    Nothing

    What version of php is on the server?
    5.3.2

    The lord of every land, rising for them,
    The Aton of the day, great of majesty.

    Great Hymn of the Aton

  9. #9
    chipbennett's Avatar
    chipbennett is offline WordPress Legend
    Join Date
    Feb 2009
    Location
    St. Louis, MO
    Posts
    1,992

    Default

    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

  10. #10
    Otto's Avatar
    Otto is offline On The Rocks
    Join Date
    Apr 2009
    Location
    Memphis, TN
    Posts
    862

    Default

    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'); 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •