vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Update to 4.2.2 blew up my board. (https://vborg.vbsupport.ru/showthread.php?t=303172)

eboggs_jkvl 10-09-2013 02:03 PM

Update to 4.2.2 blew up my board.
 
I've done tons of these updates without a problem but this one blew up my site.

I am getting these error messages on my forum site:

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in ..../includes/functions.php on line 4912

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in ..../includes/functions.php on line 5104

Warning: Assigning the return value of new by reference is deprecated in ..../includes/garage_func_var.php on line 10019

Warning: Assigning the return value of new by reference is deprecated in ..../includes/garage_func_var.php on line 10308

Warning: Assigning the return value of new by reference is deprecated in ..../includes/garage_func_var.php on line 10689

Warning: Assigning the return value of new by reference is deprecated in ..../includes/garage_func_var.php on line 11251

Warning: Assigning the return value of new by reference is deprecated in ..../includes/garage_func_var.php on line 11676

Warning: Assigning the return value of new by reference is deprecated in ..../includes/garage_func_var.php on line 12150

Warning: Assigning the return value of new by reference is deprecated in ..../includes/garage_func_var.php on line 12677

Warning: Assigning the return value of new by reference is deprecated in ..../includes/garage_func_var.php on line 14825

Warning: Assigning the return value of new by reference is deprecated in ..../includes/garage_func_var.php on line 15516

Warning: Assigning the return value of new by reference is deprecated in ..../includes/garage_func_var.php on line 17521

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in ..../forum.php on line 676
************************************************** *******************

I use a very weird time zone to catch spammers (Katmandu or something).

What the heck is wrong with the update and what do I need to do to get my site back up?????????

Heck, I can't even get my admin CP to come up!!!!!!! I get these errors instead:

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in ..../includes/functions.php on line 4912

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in ..../includes/functions.php on line 5104

I NEED HELP HERE!

Elmer

I'm at panic mode now!

kh99 10-09-2013 02:10 PM

Try going to Plugin/Hook System in the options and setting "PHP Compatability" to Yes.

Edit: actually, that only will work on plugins. You should really edit file includes/garage_func_var.php and look for things like:
Code:

$var = & new something(....

it's the "= &" or "=&" you're looking for. You need to remove the "&".

eboggs_jkvl 10-09-2013 02:30 PM

I can't get in to the admin CP. I get 4 warning messages and that's it.

Quote:

Heck, I can't even get my admin CP to come up!!!!!!! I get these errors instead:

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in ..../includes/functions.php on line 4912

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in ..../includes/functions.php on line 5104
I get 3 of the 5104 warnings.

kh99 10-09-2013 02:45 PM

Just out of curiosity, did you change your php version at all, or did you just upgrade?

I don't have any specific knowledge of problems with 4.2.2, I was just trying to read the errors and figure out if there's a fix. You might look at vbulletin.com if you haven't already, if you're having an issue then it's likely others are having the same problem.

eboggs_jkvl 10-09-2013 02:49 PM

FIXED!!!!!!!!!!!!!!!!!!! I called my IT son who is on furlough from NASA and he:

Found in another thread, I added:
date.timezone="America/New_York"

to my php.ini file and started apache and the error went away.
Running php 5.2.17



Kids are good to have around!!!!!


I also had to turn off 1 product with this update but that was an easy thing.

Elmer

--------------- Added [DATE]1381333790[/DATE] at [TIME]1381333790[/TIME] ---------------

Quote:

Originally Posted by kh99 (Post 2451292)
Just out of curiosity, did you change your php version at all, or did you just upgrade?

I don't have any specific knowledge of problems with 4.2.2, I was just trying to read the errors and figure out if there's a fix. You might look at vbulletin.com if you haven't already, if you're having an issue then it's likely others are having the same problem.

4.2.2 is blowing up sites with glorious abandon! I did a straight update to the vBulletin as I was within the range of acceptable php 5.2.1.7 version.

Elmer

CarlitoBrigante 10-09-2013 09:45 PM

We have been doing many upgrades today. The issue is not a change in the php configuration, but a change in the vBulletin error handler. I think there is a bug in it - did not have time to explore it further, I just swapped back the old error handling code - which makes it ignore the settings in display_error.

Of course, these warnings show issues you should take care of, but they were there also before you installed 4.2.2, are not immediately critical things, usually, AND should not be shown if display_errors is set to off.

eboggs_jkvl 10-09-2013 09:55 PM

Quote:

Originally Posted by CarlitoBrigante (Post 2451435)
We have been doing many upgrades today. The issue is not a change in the php configuration, but a change in the vBulletin error handler. I think there is a bug in it - did not have time to explore it further, I just swapped back the old error handling code - which makes it ignore the settings in display_error.

Of course, these warnings show issues you should take care of, but they were there also before you installed 4.2.2, are not immediately critical things, usually, AND should not be shown if display_errors is set to off.

All sounds reasonable. I had it running just fine. I did an update. It shouldn't have screwed up and started showing warnings if all I did was an update.

--------------- Added [DATE]1381359407[/DATE] at [TIME]1381359407[/TIME] ---------------

Now I can't upload attachments with the new update. This is total crap. I guess I need to start a new thread to get this new issue solved.

Elmer

meaters 10-09-2013 09:59 PM

Shit...so many people having problems after this upgrade...

ozzy47 10-09-2013 10:19 PM

Most of what I have seen is due to mods,, not the software it's self.

eboggs_jkvl 10-09-2013 10:25 PM

Quote:

Originally Posted by ozzy47 (Post 2451458)
Most of what I have seen is due to mods,, not the software it's self.


I turned all mods off. It still will not upload an attachment.

Elmer


All times are GMT. The time now is 09:25 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01154 seconds
  • Memory Usage 1,752KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete