The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Has anyone been able to get Vbulletin 3.8.1 to work under PHP 5.3?
|
#2
|
|||
|
|||
![]()
sure, why?
|
#3
|
||||
|
||||
![]()
Drat. I seem to be having a bear of a problem then. I'm running IIS 7, MySQL 5.1.30.
The site works just great under PHP 5.2.8, but when I try to run 5.3, I'm having no luck. PHPInfo will come up fine, but anything else that is running will not. These are the errors I'm getting: Code:
PHP Deprecated: Assigning the return value of new by reference is deprecated in D:\Websites\ToE\Forum\includes\init.php on line 49 PHP Deprecated: Assigning the return value of new by reference is deprecated in D:\Websites\ToE\Forum\includes\init.php on line 101 PHP Deprecated: Assigning the return value of new by reference is deprecated in D:\Websites\ToE\Forum\includes\init.php on line 105 PHP Deprecated: Assigning the return value of new by reference is deprecated in D:\Websites\ToE\Forum\includes\init.php on line 113 PHP Deprecated: Assigning the return value of new by reference is deprecated in D:\Websites\ToE\Forum\includes\init.php on line 124 PHP Deprecated: Assigning the return value of new by reference is deprecated in D:\Websites\ToE\Forum\includes\init.php on line 128 PHP Deprecated: Assigning the return value of new by reference is deprecated in D:\Websites\ToE\Forum\includes\init.php on line 136 PHP Deprecated: Assigning the return value of new by reference is deprecated in D:\Websites\ToE\Forum\includes\init.php on line 205 PHP Deprecated: Assigning the return value of new by reference is deprecated in D:\Websites\ToE\Forum\includes\init.php on line 383 PHP Deprecated: Assigning the return value of new by reference is deprecated in D:\Websites\ToE\Forum\includes\class_core.php on line 2529 PHP Fatal error: Maximum execution time of 60 seconds exceeded in D:\Websites\ToE\Forum\includes\class_core.php on line 3204 |
#4
|
||||
|
||||
![]()
What error reporting level do you have set ?
The Deprected messages are just warnings afaik. See http://uk3.php.net/manual/en/errorfunc.constants.php |
#5
|
||||
|
||||
![]()
I moved it to E_ERROR, but am still getting deprecated errors.
Would it help if I posted my PHP.INI? |
#6
|
||||
|
||||
![]()
That's because vBulletin "messes" with the error reporting level in every file. Add this to the end of your config.php:
PHP Code:
|
#7
|
||||
|
||||
![]()
Made the change, and am getting this:
Quote:
|
#8
|
|||
|
|||
![]()
Then don't use beta software.
|
#9
|
||||
|
||||
![]()
That's very helpful, thank you.
|
#10
|
|||
|
|||
![]()
Well, Marco does have a point. PHP 5.3.0 is still in the beta stage, beta 1 to be exact. It hasn't even made it to a RC yet. That's not to say that it isn't stable or usable though.
Unless you really have a need for namespaces or any of the other new features, you would be better off with 5.2.8. As far as your 'error' is concern, using a reference, =&,to assign a variable to a new class/object? seems to throw up E_DEPRECATED (which was added in 5.3). |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|