FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » FUDforum Installation Issues » Installation Problem
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Installation Problem [message #17303 is a reply to message #17287] Tue, 23 March 2004 20:25 Go to previous messageGo to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma:
Senior Member
Administrator
Core Developer
The problem is due to your MySQL returning a bogus error code 2000 (this error code does not exist). This throws the forum in for a loop, as it expects the error code to be 1062 in this instance.

I've contacted MySQL developers who may have some information on this matter. Mean while you can modify mysql/db.inc and look for line:
if (mysql_errno(fud_sql_lnk) == 1062) {

change this line to
if (mysql_errno(fud_sql_lnk) == 1062 || ysql_errno(fud_sql_lnk) == 2000) {
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: upgrade problem
Next Topic: system has ran out of disk space
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Thu Sep 19 02:55:13 GMT 2024

Total time taken to generate the page: 0.05188 seconds