Upgrade script, fails attempting V2.7.6 to 2.7.7RC2 [message #37044] |
Sun, 29 April 2007 18:40 |
|
Astoria
Messages: 227 Registered: April 2004
Karma: 0
|
Senior Member |
|
|
Attempting to upgrade from V2.7.6 to V2.7.7RC2, I get the following MySQL errors:
Quote: |
Notice: Undefined variable: MYSQL_TBL_PREFIX in m:\program files\easyphp1-8\www\forum\upgrade.php on line 989
Notice: Undefined variable: MYSQL_SERVER in m:\program files\easyphp1-8\www\forum\upgrade.php on line 990
Notice: Undefined variable: MYSQL_LOGIN in m:\program files\easyphp1-8\www\forum\upgrade.php on line 991
Notice: Undefined variable: MYSQL_PASSWORD in m:\program files\easyphp1-8\www\forum\upgrade.php on line 992
Notice: Undefined variable: MYSQL_DB in m:\program files\easyphp1-8\www\forum\upgrade.php on line 993
Warning: mysql_connect(): Access denied for user 'ODBC'@'localhost' (using password: NO) in m:\program files\easyphp1-8\www\forum\upgrade.php on line 455
MySQL Error: #1045 (Access denied for user 'ODBC'@'localhost' (using password: NO))
|
This is on my test installation, specs are:
Win XP
EasyPHP (Apache 1.3.33, PHP 4.3.10, MySQL 4.1.9)
MySQL running as root, no password.
The error messages do not appear to have any relation to customizations I have made.
edit - it is 2.7.6, not 2.7.5
[Updated on: Sun, 29 April 2007 18:50] Report message to a moderator
|
|
|
|
|
Re: Upgrade script, fails attempting V2.7.6 to 2.7.7RC2 [message #37601 is a reply to message #37055] |
Thu, 07 June 2007 03:28 |
|
Astoria
Messages: 227 Registered: April 2004
Karma: 0
|
Senior Member |
|
|
Quote: | Can you try to copy the GLOBALS.php file into the directory where the install file is located at.
|
Tried doing this attempting an upgrade on a different installation (2.7.5 --> 2.7.7) when it didn't first work, and got the same error messages.
Will you be incorporating any further bugfixes into the final release of V2.7.7?
addendum: OK, I've found JanRei's thread. I applied the patch, and the original errors are gone.
Now I get the message:
Quote: | Notice: Undefined variable: DBHOST_USER in /home/theboond/public_html/boondocks/forum/upgrade.php on line 455
|
Then the script tries and fails to connect using my session userid. I've rechecked my forum attributes and there's definitely a database user defined there. Is there another patch somewhere?
[Updated on: Thu, 07 June 2007 03:46] Report message to a moderator
|
|
|
|
|
|
|
|