martijnh
Member
Posted 5 months ago #
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)
martijnh
Member
Posted 5 months ago #
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 ?
martijnh
Member
Posted 5 months ago #
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.
nonamebaby
Member
Posted 4 months ago #
Thank you very much!
This one saved my sleep tonight.