The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Moved to a new server where the path is not the same as the old one and I'm getting errors on Gameroom, Experience, etc.
These are the errors: Deprecated: Assigning the return value of new by reference is deprecated in /home/thevette/public_html/forums/includes/init.php on line 55 Deprecated: Assigning the return value of new by reference is deprecated in /home/thevette/public_html/forums/includes/init.php on line 107 Deprecated: Assigning the return value of new by reference is deprecated in /home/thevette/public_html/forums/includes/init.php on line 111 Deprecated: Assigning the return value of new by reference is deprecated in /home/thevette/public_html/forums/includes/init.php on line 119 Deprecated: Assigning the return value of new by reference is deprecated in /home/thevette/public_html/forums/includes/init.php on line 130 Deprecated: Assigning the return value of new by reference is deprecated in /home/thevette/public_html/forums/includes/init.php on line 134 Anyone know how I can fix a bunch of my addon's without having to reinstall them. Thanks in advance! |
#2
|
||||
|
||||
![]()
Try upgrading your add-ons. Otherwise, you can google the error and find out what the problem/solution is. We can't give you specifics since those are all modifications and if you have problems with modifications, you need to post for help in the modification thread.
|
#3
|
|||
|
|||
![]()
Pretty sure that has nothing to do with changed paths. That's a newer version of PHP (like 5.3?) warning that old PHP4 code is being deprecated. Just edit your php.ini file. Put a semicolon and a space (; ) before the line "error_reporting =".
|
#4
|
|||
|
|||
![]()
@ben, that wont stop it from spitting out the messages, as they are in the php files themselves.
You can turn off this function in php.ini then hup apache. Code:
display_errors = off |
#5
|
|||
|
|||
![]() Quote:
|
#6
|
|||
|
|||
![]()
I never said the errors are in the php files.
|
#7
|
|||
|
|||
![]() Quote:
![]() |
#8
|
|||
|
|||
![]()
ok, you see the word "ERROR" in there where?
|
#9
|
|||
|
|||
![]()
So what are you saying then? What's in the php files?
|
#10
|
|||
|
|||
![]()
You apparently run a vb forum, it may be wise to view whats in your php files, notably at the top of them for error_reporting calls.
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|