Can't upgrade [message #37077] |
Wed, 02 May 2007 21:33 |
JanRei
Messages: 361 Registered: October 2005 Location: Germany
Karma: 0
|
Senior Member Contributing Core Developer Translator |
|
|
I am trying to update existing installations of FUDforum. The problem occurs on two servers. The versions of FUDforum I try to upgrade are 2.7.5 and 2.7.7RC2, the upgrade script was built from latest CVS.
This are the error messages I receive:
Zitat: | Notice: Undefined variable: MYSQL_TBL_PREFIX in C:\xampp\htdocs\forum\upgrade.php on line 995
Notice: Undefined variable: MYSQL_SERVER in C:\xampp\htdocs\forum\upgrade.php on line 996
Notice: Undefined variable: MYSQL_LOGIN in C:\xampp\htdocs\forum\upgrade.php on line 997
Notice: Undefined variable: MYSQL_PASSWORD in C:\xampp\htdocs\forum\upgrade.php on line 998
Notice: Undefined variable: MYSQL_DB in C:\xampp\htdocs\forum\upgrade.php on line 999
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'ODBC'@'localhost' (using password: NO) in C:\xampp\htdocs\forum\upgrade.php on line 455
MySQL Error: #1045 (Access denied for user 'ODBC'@'localhost' (using password: NO))
|
[Updated on: Wed, 02 May 2007 21:34] Report message to a moderator
|
|
|
Re: Can't upgrade [message #37092 is a reply to message #37077] |
Fri, 04 May 2007 00:09 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Are both of the setups on windows?
What version of PHP is being used?
FUDforum Core Developer
|
|
|
|
Re: Can't upgrade [message #37159 is a reply to message #37106] |
Thu, 10 May 2007 00:09 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
It would seem parsing of GLOBALS.php had failed and the code did not load the data from the file. Did you modify the file manually? Also, can you send me copy of the file via a private message so i can try and debug the problem.
FUDforum Core Developer
|
|
|
|
Re: Can't upgrade [message #37174 is a reply to message #37166] |
Thu, 10 May 2007 22:09 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
It seems that $DBHOST_DBTYPE is empty in your install. which is very unsual.
If you change its value to "mysql" it should start working.
FUDforum Core Developer
|
|
|
|
|
|
Re: Can't upgrade [message #38802 is a reply to message #37548] |
Wed, 29 August 2007 15:00 |
tmuka
Messages: 9 Registered: July 2007 Location: Michigan
Karma: 0
|
Junior Member |
|
|
So is there a place i can download the newest version of the update.php script and avoid patching? from the looks of it, the version available on the download page is 1.417...
Files: /upgrade.php 1.418->1.419 2 inserted, 2 deleted
I'm having the same issue noted in this thread
Thanks!
-tony
[Updated on: Wed, 29 August 2007 15:02] Report message to a moderator
|
|
|
|
|
|