The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Getting Deprecated errors
I have a product that I've started working on that shows these errors at the top of the page. I'm working in local development environment on Windows Vista Ultimate with a fresh install of vBulletin v3.8.4 pl1. I'm running xampp v1.7.2 with php 5.3.0.
When I use my test forum, I do not get these errors. My error level in my php.ini is set to: E_ALL & ~E_NOTICE & ~E_DEPRECATED I have also tried adding an error reporting php statment with just E_ERROR at the end of my vbulletin config.php file. That didn't work either. Any ideas how I can fix this? Code:
Deprecated: Assigning the return value of new by reference is deprecated in D:\xampp\htdocs\forum\includes\init.php on line 55 Deprecated: Assigning the return value of new by reference is deprecated in D:\xampp\htdocs\forum\includes\init.php on line 107 Deprecated: Assigning the return value of new by reference is deprecated in D:\xampp\htdocs\forum\includes\init.php on line 111 Deprecated: Assigning the return value of new by reference is deprecated in D:\xampp\htdocs\forum\includes\init.php on line 119 Deprecated: Assigning the return value of new by reference is deprecated in D:\xampp\htdocs\forum\includes\init.php on line 130 Deprecated: Assigning the return value of new by reference is deprecated in D:\xampp\htdocs\forum\includes\init.php on line 134 Deprecated: Assigning the return value of new by reference is deprecated in D:\xampp\htdocs\forum\includes\init.php on line 142 Deprecated: Assigning the return value of new by reference is deprecated in D:\xampp\htdocs\forum\includes\init.php on line 211 Deprecated: Assigning the return value of new by reference is deprecated in D:\xampp\htdocs\forum\includes\init.php on line 389 Deprecated: Assigning the return value of new by reference is deprecated in D:\xampp\htdocs\forum\includes\class_core.php on line 2552 Deprecated: Assigning the return value of new by reference is deprecated in D:\xampp\htdocs\forum\includes\functions.php on line 945 Deprecated: Assigning the return value of new by reference is deprecated in D:\xampp\htdocs\forum\includes\functions.php on line 949 |
#2
|
|||
|
|||
|
#3
|
||||
|
||||
Quote:
Fatal error: Call to undefined function mysql_connect() in D:\xampp\htdocs\forum\includes\class_core.php on line 311 |
#4
|
||||
|
||||
You get that error on all pages or just on some? Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php PHP Code:
|
#5
|
||||
|
||||
I decided to go back to an older version of xampp that I had. I think it's using PHP 5.2.6 instead of 5.2.9.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|