• I just did a fresh install of wordpress 1.3 nightly from 12/9 and I am getting the following error when I go to the presentation pages under site admin:
    Fatal error: Call to a member function on a non-object in /home/studiogeek/public_html/wp-includes/functions.php on line 1775
    I haven’t actually done anything in the way of themeing yet, this is a completely fresh install. The only file I changed with the wp-config.php to do the install.
    Any help? Thanks….
    -todd

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter tmshrider

    (@tmshrider)

    So I have done a little more looking into this…
    I have a xampp server running on my laptop and I am not encountering this problem…
    Unfortunately I am having this problem with my host.
    I’m running PHP 5.0.3 RC2-dev, my host is running PHP 4.1.2…
    So can anyone tell me at this point if this is a PHP problem or a WordPress problem. I don’t want to ask my host to upgrade without a little background information.
    Thanks…
    -todd

    Hi tmshrider,
    I guess PHP 4.1.2 doesn’t have the dir() function yet, that’s what’s
    being called on line 1775 . The current dir() function returns an object which has a read() method. If I remember correctly in older versions of PHP the dir() function did something different.
    Regards
    adsworth

    Thread Starter tmshrider

    (@tmshrider)

    So does this mean that WordPress 1.3 isn’t going to support PHP4?

    hi tmshrider,
    it works fine with my version of PHP 4 which is 4.3.8.
    4.1.2 is 2 and a half years old.
    Regards
    adsworth

    I am also having this problem? Is there any fix for this?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Presentation function.php error…’ is closed to new replies.