• Resolved d-media

    (@martijnh)


    I did a clean WP3.3 install
    Everything goes well with the install
    but after logging in the wp-admin i get a php error on:

    foreach on wp-includes/class-wp-admin-bar.php on line 342

    Also there are no widgets visible to drag and drop, not even the text widget.

    I use the default twenty eleven + no plugins are installed, just a fresh install. I only get this problem on my live hosting. (PHP 5.2.6 + mysql 5)

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter d-media

    (@martijnh)

    I see in the phpinfo that Mysql Client API version is 4.1.22
    Whereas the database itself is mysql 5. Could this cause the above problems ?

    Thread Starter d-media

    (@martijnh)

    Found the solution.. Had to set

    ini_set(‘zend.ze1_compatibility_mode’, 0);

    in the wp-config.php

    this also fixes the zip unpack problem i had. It required cloning.

    Thank you very much!
    This one saved my sleep tonight.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘clean 3.3 install – no widgets admin-bar error’ is closed to new replies.