The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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! |
#2
|
|||
|
|||
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 "&". |
#3
|
|||
|
|||
I can't get in to the admin CP. I get 4 warning messages and that's it.
Quote:
|
#4
|
|||
|
|||
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. |
#5
|
|||
|
|||
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:
Elmer |
#6
|
||||
|
||||
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. |
Благодарность от: | ||
justicechick |
#7
|
|||
|
|||
Quote:
--------------- 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 |
#8
|
|||
|
|||
Shit...so many people having problems after this upgrade...
|
#9
|
||||
|
||||
Most of what I have seen is due to mods,, not the software it's self.
|
#10
|
|||
|
|||
I had same issue and fixed it by editing my /etc/php.ini
Added this anywhere in php.ini and restarted apache, you probably need to use New York PHP Code:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|