Hello,
I was updating some wp-plugins and now when I refresh my website and/or dashboard I get a blank white page with the following error:
Fatal error:
Call to undefined method stdClass::set_prefix()in my domain/wp-includes/load.php on line 337
Below is line 337
$prefix = $wpdb->set_prefix( $table_prefix );
Can someone please tell me how I can fix this?
Thanks in advance,
Rob