Fix Wp - DB
A workaround fix is to wrap the wpdp class in wp-includes/wp-db.php in the following: Line 52: if(class_exists('wpdb') != true) { class wpdb { ... } }