• Anonymous User 939875

    (@anonymized-939875)


    I am having trouble getting WordPress to work under PHP version 5.4. I see lots of suggestions on updating a password, however, this did not work. By the way, I am running IIS 7.5 with PHP 5.4.14.

    Thanks,
    John

Viewing 7 replies - 1 through 7 (of 7 total)
  • I am having trouble getting WordPress to work under PHP version 5.4

    More specifics would be most helpful. Errors? Warnings?

    Have you tried temporarily deactivating ALL of your plugins and/or your theme to rule out those conflicts?

    Moderator Yui

    (@fierevere)

    永子

    since v5.4 PHP is using mysqlnd to access mysql, prior versions defaulted to mysqlclient library, when SQL password is using old (MYSQL v4) hash it will not work with mysqlnd (which supports new hashes only)
    Password issue usually happens for old installations.

    When it does not work for you – have you checked error logs? Do they show any error?

    Thread Starter Anonymous User 939875

    (@anonymized-939875)

    The logs do show an error.

    [17-Jun-2013 16:27:41 America/Tegucigalpa] PHP Fatal error: Call to undefined function wp() in E:\wwwww\xxxxx\yyyyy.com\http\wp-blog-header.php on line 14

    Moderator Yui

    (@fierevere)

    永子

    Its generic error, says thats scripts were not properly loaded and it seems that some file is broken, can be a syntax error or not closed tag in wp-config.php or any other script file improperly uploaded to host

    btw do you have long file names with spaces in your path? I dont have much experience with IIS but for PHP its better to keep paths short and without spaces.
    Thus, PHP has dropped support for old Windows versions recently, you can try using 5.3, its not yet EOL

    Thread Starter Anonymous User 939875

    (@anonymized-939875)

    I do not have spaces in any file paths. My Windows version is 2008 RC2.

    Thread Starter Anonymous User 939875

    (@anonymized-939875)

    I’ve tried PHP 4.3.5, 5.4.14, and 5.4.16. No luck.

    Did you ever get this figured out?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘WordPress not working under PHP 5.4’ is closed to new replies.