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 7 years, 8 months ago by robberviet.
-
This reply was modified 7 years, 8 months ago by robberviet.