The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
I'm not going to reply in the manner I want to. To be short I now know I have the option of excepting the error messages (which by the way I think is a very poor standard to set) or I can revert to WP like I used up until 2008 when I purchased (and was happy with) vb before it lowered it's standards.
Admin, moderator, or whoever, please remove my account. |
#12
|
||||
|
||||
Quote:
Quote:
|
#13
|
||||
|
||||
Quote:
Wordpress has code within it to hide certain errors as well, if it does not hinder functionality then why "freak out" the end-user with a warning message? So you see the reason why in ANY software (like Paul mentioned above this was present in past versions you simply never saw them because they were not told to show in the previous versions) you see errors and warnings is due to the fact not every single server hosting websites is setup identical in fact most run different versions of php/mysql/other software and that is why they decide to often times hide warnings but show errors i.e. warnings are something you should check into, errors something you fix. Long story short it's best to include code to help ease many into things such as knowing a warning/error can occur due to difference in versions and including code to not display them (in-turn freaking out you or your members) but honestly yes, it is the job of the server admin/site owner to know what they are running which is server and software-wise and having it all "jive" properly. So no worries honestly unless it's an actual error, then like Paul said it's best to actually fix it instead of let's say applying a "band-aid". Edit: Gary... if it eases your mind why not simply go back to 4.2.1? I know you ran a full backup before upgrading... if so instead of closing the site simply restore it to 4.2.1 but like I tried to explain above unless it's an error message and only a warning then don't fret so much, simply include code to hide the warnings and go on about your business . Quote:
|
3 благодарности(ей) от: | ||
puertoblack2003, RichieBoy67, tbworld |
#14
|
||||
|
||||
Most of those non-fatal warnings are simply housekeeping stuff. Cross your T's and dot your I's. It's nothing more than a what a nagging school teacher would do to get you to conform to standards.
|
Благодарность от: | ||
RichieBoy67 |
#15
|
||||
|
||||
Quote:
|
Благодарность от: | ||
RichieBoy67 |
#16
|
|||
|
|||
Quote:
I've tried every fix posted by anyone I have learned to trust while I've been here. The best thing for me to do is take Supermans advice and downgrade to 4.2.1 and, take someone else's advice to take a break from it all. |
#17
|
||||
|
||||
both of the issues related to 4.2.2 with the timezone and errors code is due to the changes in php and are related to vb only in that it causes it to trip the errors. Nothing is really wrong with vb, it just has not caught up with the most recent changes to server php..
Adding this code Code:
date_default_timezone_set ('America/New_York'); define('SKIP_ALL_ERRORS', true); PHP time zone helper |
#18
|
|||
|
|||
I would agree with bills suggestion, 4.2.2 fixed several security issues. Since it's already upgraded I would just apply the quick fix provided & then just carry on as usual.
Hell either way you choose, you get the same result = no error messages displayed. |
#19
|
|||
|
|||
Took me about a month gary with 4.2.2 to finally work through the error codes(did what BOP said) and everyday it seemed we were globally turning off hooks/plugins and work our way through them one bay one to find the one causing the headache. I don't think I will ever upgrade again. LOL
--------------- Added [DATE]1387251383[/DATE] at [TIME]1387251383[/TIME] --------------- Took me about a month gary with 4.2.2 to finally work through the error codes(did what BOP said) and everyday it seemed we were globally turning off hooks/plugins and work our way through them one bay one to find the one causing the headache. I don't think I will ever upgrade again. LOL |
#20
|
||||
|
||||
This is the nature of all website script. Mods get out dated, Php gets updated, everything changes.
These warnings are supposed to be a tool for us to use to repair old plug ins, etc. I have used and worked with Joomla, Drupal, and Wordpress for years and have had issues with each at one time or another. Code gets depreciated, etc. It is just part of the business. Gary, you could probably get rid of those warnings in about 5 minutes. I think you will regret closing your site over some simple warnings. Either way best of luck. Rich |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|