The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Unknown error!
Hello, i gets a error i dont know what it is, but i tink its somting to the Mods. I get the error when i looks on http://thepixel.org/forum/cmps_index.php and when i looks on the system settings for the Mod(s) And its not onely vBadv.. :-P
here is the error code Code:
Deprecated: Assigning the return value of new by reference is deprecated in /customers/thepixel.org/thepixel.org/httpd.www/forum/includes/init.php on line 55 Deprecated: Assigning the return value of new by reference is deprecated in /customers/thepixel.org/thepixel.org/httpd.www/forum/includes/init.php on line 107 Deprecated: Assigning the return value of new by reference is deprecated in /customers/thepixel.org/thepixel.org/httpd.www/forum/includes/init.php on line 111 Deprecated: Assigning the return value of new by reference is deprecated in /customers/thepixel.org/thepixel.org/httpd.www/forum/includes/init.php on line 119 Deprecated: Assigning the return value of new by reference is deprecated in /customers/thepixel.org/thepixel.org/httpd.www/forum/includes/init.php on line 130 Deprecated: Assigning the return value of new by reference is deprecated in /customers/thepixel.org/thepixel.org/httpd.www/forum/includes/init.php on line 134 Deprecated: Assigning the return value of new by reference is deprecated in /customers/thepixel.org/thepixel.org/httpd.www/forum/includes/init.php on line 142 Deprecated: Assigning the return value of new by reference is deprecated in /customers/thepixel.org/thepixel.org/httpd.www/forum/includes/init.php on line 211 Deprecated: Assigning the return value of new by reference is deprecated in /customers/thepixel.org/thepixel.org/httpd.www/forum/includes/init.php on line 389 Deprecated: Assigning the return value of new by reference is deprecated in /customers/thepixel.org/thepixel.org/httpd.www/forum/includes/class_core.php on line 2552 Sorry my bad English, im from Norway. |
#2
|
||||
|
||||
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:
|
#3
|
||||
|
||||
I have turned off al my Plugins, but before that i tryed to go to /forum/install/upgrade.php, somtimes it fixes the bugs. but it is the same bug there? :S nothing works..
|
#4
|
||||
|
||||
Take a look in your includes/xml directory and remove any files from there that aren't default vb files and then see if you still get the error.
|
#5
|
||||
|
||||
Yep, the upgrade.php is fixed, http://thepixel.org/forum/awards.php the bug is back on awards.. I have deleted vbadv.... :P
|
#6
|
||||
|
||||
Have you looked at those lines in the file? awards.php is not a vbulletin file, so you should be posting in the modification thread for help with it.
|
#7
|
||||
|
||||
Yes, but i whill ask here for the fail is in the vBulletin file.. Yes i have look at the lines:
HTML Code:
Line 54 & 55: // initialize the data registry $vbulletin =& new vB_Registry(); Line 107: $db =& new vB_Database_Explain($vbulletin); Line 111: $db =& new vB_Database($vbulletin); Line 119: $db =& new vB_Database_Slave($vbulletin); Line 130: $db =& new vB_Database_MySQLi_Explain($vbulletin); Line 134: $db =& new vB_Database_MySQLi($vbulletin); Line 142: $db =& new vB_Database_Slave_MySQLi($vbulletin); Line 211: $vbulletin->datastore =& new $datastore_class($vbulletin, $db); Line 389: $vbulletin->session =& new vB_Session($vbulletin, $sessionhash, $vbulletin->GPC[COOKIE_PREFIX . 'userid'], $vbulletin->GPC[COOKIE_PREFIX . 'password'], $styleid, $languageid); class_core.php Line 2552: $this->input =& new vB_Input_Cleaner($this); |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|