Thread Starter
nlsun
(@nlsun)
I actually fixed this for myself. The MySQL extension has been deprecated, so you just need to replace all of those function calls with the MySQLi equivalent within db.php.
Thread Starter
nlsun
(@nlsun)
I’ve managed to get an error when I have the master as writeonly and a separate slave as readonly. But I still get a blank page when I set the master as read/write using the default.
Notice: Undefined variable: server in /var/www/html/wp-content/plugins/hyperdb/db.php on line 627
Fatal error: Call to undefined function mysql_error() in /var/www/html/wp-content/plugins/hyperdb/db.php on line 629
Thread Starter
nlsun
(@nlsun)
This may or not be relevant, but I am using the wordpress container on dockerhub https://hub.docker.com/_/wordpress/
Thread Starter
nlsun
(@nlsun)
I’ve tried downgrading to wordpress 4.3.1 but I’m still getting the same bug