The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#51
|
||||
|
||||
I also upgraded to 4.2.2 without testing it first.
I usually keep a development site just for this reason but thought that this would be a minor upgrade with no major template changes so thought "**** it, lets do it live!". A lot of things broke, including vBSEO and I also had the issue with not being able to upload attachments. Luckily I keep daily database backups and had made one right before trying the upgrade so I dumped all the tables in my upgraded database, re-imported the 4.2.1 database and just re-uploaded the 4.2.1 files and I'm back in business on 4.2.1. I didn't know that you could simply upload the 4.2.1 files and run the upgrade script and it would downgrade the database to 4.2.1, but that's pretty cool to know. |
#52
|
||||
|
||||
Quote:
Again, I uploaded vB 4.2.2 to my FTP, but there does not seem to be a config.php file in the includes folder. There is a config.php.new, but not a config.php Is that a clue. I got the 4.2.2 from the members area of vbulletin.com, downloaded it from there. So am I looking in the wrong place for the config.php file? I figure if I ensure all plugins are deactivated by adding text to the config.php, maybe that will help, but I need to find or upload that file first. |
#53
|
|||
|
|||
Quote:
Also, as explained to me, vb does NOT bring a new config.php in an update. Instead they load a config.php.new so as not to overwrite a config.php that you might be using with special stuff in it. You can just create a new config.php and load the line of code in it to help solve your problems. I think it needs to go into the /includes/ folder. Most likely you have a config.php already loaded in your /includes/ folder. Elmer |
Благодарность от: | ||
tbworld |
#54
|
|||
|
|||
Delete config.php.new and replace with config.php from your 4.2.1 version.
|
#55
|
|||
|
|||
I don't think config.php.new is doing anything in there. My config.php had my pertinent data in it to make the forum run. The "new" file was from vb for the update and it doesn't run as far as I know. I looked at config.php.new and it has blanks in places that point to the data base, the pw to access the db, admin access (listed by ID#), bunches of stuff. I wouldn't want vb to overwrite my config.php or my board would die just for that reason alone.
|
#56
|
|||
|
|||
Here is a fix for 4.2.2
In class_core.php Line 5683 change this Code:
case E_NOTICE: // Just ignore these completely // break; Code:
case E_NOTICE: case E_STRICT: case E_DEPRECATED: // Just ignore these completely // break; |
Благодарность от: | ||
biocyberman |
#57
|
|||
|
|||
Thanks man...just one question will this solve problems with broken templates as well or will it just supress the error messages?
Thanks for your time. |
#58
|
|||
|
|||
That is for attachments fix as I don't have them other things I can't test for them. About the error messages you are getting you need to edit your php.ini file and put
Code:
[date] ; Defines the default timezone used by the date functions ; http://php.net/date.timezone date.timezone = "America/Los_Angeles" ; http://php.net/date.default-latitude date.default_latitude = 34.3981 ; http://php.net/date.default-longitude date.default_longitude = 118.1358 ; http://php.net/date.sunrise-zenith ;date.sunrise_zenith = 90.583333 ; http://php.net/date.sunset-zenith ;date.sunset_zenith = 90.583333 something like Code:
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/Chicago' for 'CDT/-5.0/DST' instead in ..../includes/functions.php on line 4912 Code:
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/Chicago' for 'CDT/-5.0/DST' instead in ..../includes/functions.php on line 5104 can you post the error messages u are getting |
#59
|
|||
|
|||
I have a problem with bootstrap.php
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|