Latest update crashes site (undefined function w3_is_dbcluster())
-
We are using PHP 5.6 FastCGI, and get a 500 + blank screen for every page. This is in our error log:
[Tue Sep 27 11:22:19 2016] [warn] [client a.b.c.d] mod_fcgid: stderr: PHP Fatal error: Call to undefined function w3_is_dbcluster() in /var/www/vhosts/…/httpdocs/wp-content/db.php on line 30
Commenting out that function function call has fixed it for now in db.php line 30:
if ((!$is_installing && $config->get_boolean(‘dbcache.enabled’)) /*|| w3_is_dbcluster()*/) {
Obviously a more permanent fix is needed.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Latest update crashes site (undefined function w3_is_dbcluster())’ is closed to new replies.