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 04-29-2010, 07:11 AM
imk imk is offline
 
Join Date: Dec 2006
Posts: 809
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default URGENT PROBLEM: Help quick!

www.manlystuff.com


i get

Code:
Deprecated: Assigning the return value of new by reference is deprecated in /home/manly/public_html/forum/includes/init.php on line 49

Deprecated: Assigning the return value of new by reference is deprecated in /home/manly/public_html/forum/includes/init.php on line 101

Deprecated: Assigning the return value of new by reference is deprecated in /home/manly/public_html/forum/includes/init.php on line 105

Deprecated: Assigning the return value of new by reference is deprecated in /home/manly/public_html/forum/includes/init.php on line 113

Deprecated: Assigning the return value of new by reference is deprecated in /home/manly/public_html/forum/includes/init.php on line 124

Deprecated: Assigning the return value of new by reference is deprecated in /home/manly/public_html/forum/includes/init.php on line 128

Deprecated: Assigning the return value of new by reference is deprecated in /home/manly/public_html/forum/includes/init.php on line 136

Deprecated: Assigning the return value of new by reference is deprecated in /home/manly/public_html/forum/includes/init.php on line 205

Deprecated: Assigning the return value of new by reference is deprecated in /home/manly/public_html/forum/includes/init.php on line 383

Deprecated: Assigning the return value of new by reference is deprecated in /home/manly/public_html/forum/includes/class_core.php on line 2552



_
Unable to add cookies, header already sent.
File: /home/manly/public_html/forum/includes/init.php
Line: 49
i have re uploaded the init.php


but i donno whats wrong?
Reply With Quote
  #2  
Old 04-29-2010, 01:53 PM
Speysider's Avatar
Speysider Speysider is offline
 
Join Date: Apr 2009
Posts: 1,029
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is not urgent.

1) The deprecation of new is a result of PHP 5.3 incompatibility on older vBulletin Versions. You can correct this by asking your host to:
Downgrade PHP version to 5.2.12 or
Upgrading to vBulletin 3.8.5

2) There is a white space before the <?php delimiter in init.php. Edit this file and remove all white spaces before the delimiter.
Reply With Quote
  #3  
Old 04-29-2010, 01:55 PM
imk imk is offline
 
Join Date: Dec 2006
Posts: 809
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

my whole site is down - therefore urgent

thanks for the help tho dude i will try now±
Reply With Quote
  #4  
Old 04-29-2010, 01:56 PM
matthewhotdude matthewhotdude is offline
 
Join Date: Jul 2009
Posts: 560
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Speysider View Post
This is not urgent.

1) The deprecation of new is a result of PHP 5.3 incompatibility on older vBulletin Versions. You can correct this by asking your host to:
Downgrade PHP version to 5.2.12 or
Upgrading to vBulletin 3.8.5

2) There is a white space before the <?php delimiter in init.php. Edit this file and remove all white spaces before the delimiter.
It is urgent to people when their forums are down.
Reply With Quote
  #5  
Old 04-29-2010, 02:01 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

First thing to do is disable your plugins and then see if you can get on.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

PHP Code:
define('DISABLE_HOOKS'true); 
Reply With Quote
  #6  
Old 04-29-2010, 02:19 PM
borbole's Avatar
borbole borbole is offline
 
Join Date: Jan 2010
Posts: 2,559
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In addition, was there any change made to your forum prior to having thi sissue?
Reply With Quote
  #7  
Old 04-29-2010, 02:37 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Disabling plugins is unlikely to work, the errors are in init.php, before the pluging system (or even the database class) has been started. They are errors from running php 5.3 - has your host upgraded ?
Reply With Quote
  #8  
Old 04-29-2010, 03:15 PM
imk imk is offline
 
Join Date: Dec 2006
Posts: 809
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Paul M View Post
Disabling plugins is unlikely to work, the errors are in init.php, before the pluging system (or even the database class) has been started. They are errors from running php 5.3 - has your host upgraded ?
yes they have - and i have disabled plugins and still get this

anything else i can do - i cant fork out $285 for vb4!

Reply With Quote
  #9  
Old 04-29-2010, 03:33 PM
matthewhotdude matthewhotdude is offline
 
Join Date: Jul 2009
Posts: 560
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Change host? I can reccomend a good one

--------------- Added [DATE]1272558816[/DATE] at [TIME]1272558816[/TIME] ---------------

wait what version of VB are you on?
Reply With Quote
  #10  
Old 04-29-2010, 03:45 PM
Speysider's Avatar
Speysider Speysider is offline
 
Join Date: Apr 2009
Posts: 1,029
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

He's on a vB version older than 3.8.5, which produces these errors of PHP deprecation.
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 08:34 PM.


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.11103 seconds
  • Memory Usage 2,261KB
  • Queries Executed 13 (?)
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_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete