Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 10-28-2009, 10:33 PM
ThePixel's Avatar
ThePixel ThePixel is offline
 
Join Date: Jul 2009
Location: Norway
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default 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
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.
Attached Images
File Type: jpg adm error.jpg (100.7 KB, 0 views)
Reply With Quote
  #2  
Old 10-28-2009, 10:50 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #3  
Old 10-29-2009, 04:03 PM
ThePixel's Avatar
ThePixel ThePixel is offline
 
Join Date: Jul 2009
Location: Norway
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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..
Reply With Quote
  #4  
Old 10-29-2009, 04:46 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #5  
Old 10-29-2009, 05:07 PM
ThePixel's Avatar
ThePixel ThePixel is offline
 
Join Date: Jul 2009
Location: Norway
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yep, the upgrade.php is fixed, http://thepixel.org/forum/awards.php the bug is back on awards.. I have deleted vbadv.... :P
Reply With Quote
  #6  
Old 10-29-2009, 06:59 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #7  
Old 10-29-2009, 07:09 PM
ThePixel's Avatar
ThePixel ThePixel is offline
 
Join Date: Jul 2009
Location: Norway
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:47 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08366 seconds
  • Memory Usage 2,247KB
  • Queries Executed 14 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (1)bbcode_html
  • (1)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (7)post_thanks_box
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (7)post_thanks_postbit_info
  • (7)postbit
  • (1)postbit_attachment
  • (7)postbit_onlinestatus
  • (7)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete