![]() |
If you did the mods to class_core.php - lines 5683-5685 like this:
Code:
case E_NOTICE: Some people have had success with adding in "case E_WARNING:" So your code would be: Code:
case E_NOTICE: 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." |
Quote:
|
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.
|
Quote:
|
Quote:
|
Quote:
Good luck man please post how it goes. |
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 |
Awesome!
I've fixed some of the errors too but one remains in album.php Can you help? http://store.img-share.eu/r_pngX0uvahE.png |
Quote:
|
Im curious why people resort to editing files before trying the options already provided.
http://www.vbulletin.com/forum/forum...66#post4000466 Quote:
|
Quote:
|
for those with issues...
1. The 4.2.2 upgrade is very solid! (i.e. a vanilla vB site wont have problems) 2. All the issues we have had are due to add-ons (in test) 3. I'm waiting for DBtech and a few others to remediate their products 4. You have the option of suppressing the errors, but that has side effects (i.e. you miss errors that really need to be dealt with) |
Quote:
--------------- Added [DATE]1381571945[/DATE] at [TIME]1381571945[/TIME] --------------- Quote:
I've given up now and reverted to the last safe version I had, lost two days of posts but our members are great and we will get over it. It was not worth any more stress or loss of sleep. One thing I can't understand is that I have two forums, identical in every way except content. What I do to one I do the the other. They are on the same server. I upgraded one without a problem, that is why I assumed the 2nd would be just as easy, it wasn't and produced all these errors. :huh: Hey ho, life is too short for stressing. :) Thanks for your help though, appreciated. Good luck with everyone in getting your sites sorted. |
Quote:
Elmer --------------- Added [DATE]1381582220[/DATE] at [TIME]1381582220[/TIME] --------------- Um... one tiny little question for the coders on here. Since I edited the class_core.php, what happens when I update to 4.2.3? Will I lose that edit and need to re-edit the file and add the lines again? Elmer |
Quote:
|
Quote:
As someone that is new to all of this I would much rather not have to be doing walk arounds and rigging to get things to work that typically should never cross my mind. However, Ive been at it since the upgrade started throwing off the time zone error right on up until now, I fix one things and find another. :) --------------- Added [DATE]1381593051[/DATE] at [TIME]1381593051[/TIME] --------------- Quote:
|
Quote:
|
Quote:
As for reverting, there are no database changes from 4.2.1 to 4.2.2, so you could quite easily re-upload 4.2.1 and it would work. I would suggest if you did this that you turn debug mode on and reset the version back to 4.2.1 in Options > Untouchables (then turn debug back off). |
Quote:
(2. For those who feel comfortable with editing files. In class_core.php locate lines 5683-5685 (class_core.php is in the 'includes' folder) Code: case E_NOTICE: // Just ignore these completely // break; Add lines for Deprecated and/or Strict errors as required ; Code: case E_NOTICE: case E_STRICT: case E_DEPRECATED: // Just ignore these completely // break; This will bypass the additional error reporting. ) And its working fine now. Thanks |
All times are GMT. The time now is 06:11 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|