Go Back   vb.org Archive > Community Central > Community Lounge
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 12-14-2013, 06:03 PM
K4GAP K4GAP is offline
 
Join Date: Mar 2008
Posts: 1,255
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #12  
Old 12-14-2013, 06:30 PM
Digital Jedi's Avatar
Digital Jedi Digital Jedi is offline
 
Join Date: Oct 2006
Location: PopCulturalReferenceLand
Posts: 5,171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by GaryT View Post
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.
Well, consider that you can't fix something that isn't actually broken. Like I said, a warning and an error are different. Some of these warnings are saying "hey, we might someday stop using this function in a future version of PHP sometime down the road. But it fundamentally still works." With that said, PHP errors are notoriously uninformative and even misleading at times. This is a issue with PHP, not vBulletin.


Quote:
Admin, moderator, or whoever, please remove my account.
They usually don't do that. But like I said, take some time off. We'll still be here if you decided to come back.
Reply With Quote
  #13  
Old 12-14-2013, 07:25 PM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by GaryT View Post
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.
Oye... Gary trust me, you're just reading into this too much . Let me try to explain...

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:
Originally Posted by Digital Jedi View Post
Well, consider that you can't fix something that isn't actually broken. Like I said, a warning and an error are different. Some of these warnings are saying "hey, we might someday stop using this function in a future version of PHP sometime down the road. But it fundamentally still works." With that said, PHP errors are notoriously uninformative and even misleading at times. This is a issue with PHP, not vBulletin.



They usually don't do that. But like I said, take some time off. We'll still be here if you decided to come back.
We do not delete accounts, we will rename and obfuscate them best we can though .
Reply With Quote
3 благодарности(ей) от:
puertoblack2003, RichieBoy67, tbworld
  #14  
Old 12-14-2013, 08:02 PM
DivisionByZero's Avatar
DivisionByZero DivisionByZero is offline
 
Join Date: Dec 2002
Location: South Bend, Indiana
Posts: 485
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
Благодарность от:
RichieBoy67
  #15  
Old 12-14-2013, 10:04 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by GaryT View Post
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.
I really cant tell if you are ignoring what people are telling you, or just acting up. Most php software has suppressed warnings & notices in it, especially if its older software. vBulletin 3 - the one you were "happy" with in 2008 - generates lots of them, it simply doesnt display them. Try taking all the error supression out of WP and see what happens. No standards have been lowered.
Reply With Quote
Благодарность от:
RichieBoy67
  #16  
Old 12-15-2013, 09:19 AM
K4GAP K4GAP is offline
 
Join Date: Mar 2008
Posts: 1,255
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Paul M View Post
**I really cant tell if you are ignoring what people are telling you, or just acting up.**
No Sir I'm not ignoring or minimizing anyone's comments in this thread. Doing that would be a sign of a flawed character.

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.
Reply With Quote
  #17  
Old 12-15-2013, 11:27 PM
billstelling's Avatar
billstelling billstelling is offline
 
Join Date: Apr 2011
Posts: 246
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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);
is just the easiest way to fix it for now. It's more of a version mismatch problem than a core vB problem.

PHP time zone helper
Reply With Quote
  #18  
Old 12-16-2013, 04:08 PM
final kaoss final kaoss is offline
 
Join Date: Apr 2006
Posts: 1,314
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #19  
Old 12-17-2013, 02:18 AM
justicechick justicechick is offline
 
Join Date: Oct 2012
Location: Arkansas
Posts: 187
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #20  
Old 12-17-2013, 02:42 AM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:44 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04575 seconds
  • Memory Usage 2,276KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (5)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete