Log in

View Full Version : Unknown error!


ThePixel
10-28-2009, 10:33 PM
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

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
you can se it on this picture to the Adm panel (picture under) and in the forum/cmps_index.php.. sombody please help!

Sorry my bad English, im from Norway.

Lynne
10-28-2009, 10:50 PM
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

define('DISABLE_HOOKS', true);

Don't forget that for vbseo, disabling the modification means to also get rid of anything extra you added to your htaccess file.

ThePixel
10-29-2009, 04:03 PM
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..

Lynne
10-29-2009, 04:46 PM
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.

ThePixel
10-29-2009, 05:07 PM
Yep, the upgrade.php is fixed, http://thepixel.org/forum/awards.php the bug is back on awards.. I have deleted vbadv.... :P

Lynne
10-29-2009, 06:59 PM
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.

ThePixel
10-29-2009, 07:09 PM
Yes, but i whill ask here for the fail is in the vBulletin file.. Yes i have look at the lines:

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);

I dont se the fail :S