vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Unknown error! (https://vborg.vbsupport.ru/showthread.php?t=226978)

ThePixel 10-28-2009 10:33 PM

Unknown error!
 
1 Attachment(s)
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

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

PHP Code:

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:

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

I dont se the fail :S


All times are GMT. The time now is 09:16 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00990 seconds
  • Memory Usage 1,734KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_html_printable
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete