Upgrading an IPB, =/ |
![]() ![]() |
Upgrading an IPB, =/ |
Jul 1 2005, 05:50 PM
Post
#1
|
|
|
tk prt yr hd ![]() ![]() ![]() ![]() Group: Member Posts: 184 Joined: Apr 2005 Member No: 125,330 |
Ok, I've upgraded my IPB 1.3 to 2.0
Everything went alright in the installation process... But now It won't log me in. So I went to recover my password in case It forgot somehow, but when I go to input a new one and enter it in, I get this error. QUOTE There appears to be an error with the database. You can try to refresh the page by clicking here. Error Returned mySQL query error: UPDATE ibf_members_converge SET converge_pass_hash='fc1fccb7b9accc8b79874e44482ed628' WHERE converge_id= mySQL error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 mySQL error code: Date: Friday 01st of July 2005 02:53:27 PM We apologise for any inconvenience I dunno what I did wrong? Does anyone with IPB knowledge know what's wrong? |
|
|
|
Jul 5 2005, 10:34 PM
Post
#2
|
|
![]() pimpalishious ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 436 Joined: Feb 2004 Member No: 4,370 |
I know SQL and the query (UPDATE ibf_members_converge SET converge_pass_hash='fc1fccb7b9accc8b79874e44482ed628' WHERE converge_id=) is invalid. It should be similar to:
UPDATE ibf_members_converge SET converge_pass_hash='fc1fccb7b9accc8b79874e44482ed628' WHERE converge_id=IDNUMBERHERE So, my suggestion is to uninstall the whole thing and start fresh. |
|
|
|
![]() ![]() |