WP w/vBridge no longer loading!
-
Hello,
I am getting quite a few errors on my site azFans.com, I believe it is due to the PHP version being upgraded on the server. I have found the references lines below, but unfortunately don’t know enough to make the changes. If someone could please recommend changes to the below lines of code I would greatly appreciate it! Thank you!
Deprecated: Assigning the return value of new by reference is deprecated in /home/azfansc/public_html/wp-settings.php on line 472
$wp_the_query =& new WP_Query();[/PHP]
Deprecated: Assigning the return value of new by reference is deprecated in /home/azfansc/public_html/wp-settings.php on line 487
$wp_rewrite =& new WP_Rewrite();
Deprecated: Assigning the return value of new by reference is deprecated in /home/azfansc/public_html/wp-settings.php on line 494
$wp =& new WP();
Deprecated: Assigning the return value of new by reference is deprecated in /home/azfansc/public_html/wp-settings.php on line 530
$wp_locale =& new WP_Locale();
Deprecated: Assigning the return value of new by reference is deprecated in /home/azfansc/public_html/wp-includes/cache.php on line 103
$GLOBALS['wp_object_cache'] =& new WP_Object_Cache();
Deprecated: Assigning the return value of new by reference is deprecated in /home/azfansc/public_html/wp-includes/query.php on line 21
$GLOBALS['wp_query'] =& new WP_Query();
Deprecated: Assigning the return value of new by reference is deprecated in /home/azfansc/public_html/wp-includes/theme.php on line 623
$GLOBALS['custom_image_header'] =& new Custom_Image_Header($admin_header_callback);
Deprecated: Assigning the return value of new by reference is deprecated in /home/azfansc/public_html/wp-content/plugins/vbbridge.php on line 413
$parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
Deprecated: Assigning the return value of new by reference is deprecated in /home/azfansc/public_html/forums/includes/init.php on line 49
$vbulletin =& new vB_Registry();
Deprecated: Assigning the return value of new by reference is deprecated in /home/azfansc/public_html/forums/includes/init.php on line 97
$db =& new vB_Database_Explain($vbulletin);
Deprecated: Assigning the return value of new by reference is deprecated in /home/azfansc/public_html/forums/includes/init.php on line 101
$db =& new vB_Database($vbulletin);
Deprecated: Assigning the return value of new by reference is deprecated in /home/azfansc/public_html/forums/includes/init.php on line 109
$db =& new vB_Database_Slave($vbulletin);
Deprecated: Assigning the return value of new by reference is deprecated in /home/azfansc/public_html/forums/includes/init.php on line 120
$db =& new vB_Database_MySQLi_Explain($vbulletin);
Deprecated: Assigning the return value of new by reference is deprecated in /home/azfansc/public_html/forums/includes/init.php on line 124
$db =& new vB_Database_MySQLi($vbulletin);
Deprecated: Assigning the return value of new by reference is deprecated in /home/azfansc/public_html/forums/includes/init.php on line 132
$db =& new vB_Database_Slave_MySQLi($vbulletin);
Deprecated: Assigning the return value of new by reference is deprecated in /home/azfansc/public_html/forums/includes/init.php on line 201
$vbulletin->datastore =& new $datastore_class($vbulletin, $db);
Deprecated: Assigning the return value of new by reference is deprecated in /home/azfansc/public_html/forums/includes/init.php on line 378
$vbulletin->session =& new vB_Session($vbulletin, $sessionhash, $vbulletin->GPC[COOKIE_PREFIX . 'userid'], $vbulletin->GPC[COOKIE_PREFIX . 'password'], $styleid, $languageid);
Deprecated: Assigning the return value of new by reference is deprecated in /home/azfansc/public_html/forums/includes/class_core.php on line 2518
$this->input =& new vB_Input_Cleaner($this);
Is it possible to fix these lines and restore my site? I a cannot even get to log-in to WP and download my content!
Thanks,
Jon
- The topic ‘WP w/vBridge no longer loading!’ is closed to new replies.