In my case, I have the problem only when debug mode is on, but not when it’s off. So a simple trick is to add @ (suppress warning) at the function mysql_connect in wp-db.php, as it does when debug is off.
It’s dirty, but it works for me. Just remember to check that when there is a problem next time.
-
This reply was modified 9 years, 1 month ago by robberviet.
-
This reply was modified 9 years, 1 month ago by robberviet.