The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#81
|
|||
|
|||
If you did the mods to class_core.php - lines 5683-5685 like this:
Code:
case E_NOTICE: case E_STRICT: case E_DEPRECATED: // Just ignore these completely // break; Some people have had success with adding in "case E_WARNING:" So your code would be: Code:
case E_NOTICE: case E_STRICT: case E_DEPRECATED: case E_WARNING: // Just ignore these completely // break; I did not have to add "case E_WARNING:" to my forum and I am fully up and functional 4.2.2 with no known issues reported. This upgrade for sure SUCKS and I feel for all of you who have not been able to get past it. For additional info I am on: vBulletin 4.2.2 MySQL 5.5.30 PHP Version 5.3.27 For those wondering what these things are "doing".... E_NOTICE -- "Run-time notices. Indicate that the script encountered something that could indicate an error, but could also happen in the normal course of running a script." E_STRICT -- "Enable to have PHP suggest changes to your code which will ensure the best interoperability and forward compatibility of your code. " E_DEPRECATED -- "User-generated warning message. This is like an E_DEPRECATED, except it is generated in PHP code by using the PHP function trigger_error()." E_WARNING -- "Run-time warnings (non-fatal errors). Execution of the script is not halted." |
#82
|
||||
|
||||
Quote:
|
#83
|
|||
|
|||
If you have errors after the upgrade start disabling plugins one by one until the errors go away. Also upgrade to php 5.4.20 if possible.
|
#84
|
|||
|
|||
My test board is PHP Version 5.4.19 and has all the same issues I saw in the hosted 5.3 server. I will kick it up to .20 and see if that just "fixes" it all
|
#85
|
|||
|
|||
Quote:
|
#86
|
|||
|
|||
Quote:
Good luck man please post how it goes. |
#87
|
|||
|
|||
Ok, after much tension and nerves stress, the board is up and running with all functionality.
I really appreciate the help on this and hopefully won't have the smoking software the next update that comes down. The "fix" was to edit class_core.php and add lines 5683-5686 case E_NOTICE: case E_STRICT: case E_DEPRECATED: case E_WARNING: Thanks again to all for helping this 70 year old geezer through this. Elmer |
#88
|
|||
|
|||
Awesome!
I've fixed some of the errors too but one remains in album.php Can you help? |
#89
|
|||
|
|||
Quote:
|
#90
|
||||
|
||||
Im curious why people resort to editing files before trying the options already provided.
http://www.vbulletin.com/forum/forum...66#post4000466 Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|