SQL Error [message #168140] |
Mon, 11 February 2013 13:56 |
jm2morri
Messages: 225 Registered: January 2009 Location: Stratford, Ontario, Canad...
Karma: 0
|
Senior Member |
|
|
Hello,
Does anyone know what this error means and how to fix it? I get it in the http error logs.
PHP Fatal error: SQL error has occurred, please contact the <a href="mailto:admin(at)eaglecentral(dot)ca?subject=SQL%20Error">administrator</a> of the forum and have them review the forum's SQL query log in /var/data/fudforum_data/include/core.inc on line 260
James.
|
|
|
|
|
|
Re: SQL Error [message #168144 is a reply to message #168142] |
Mon, 11 February 2013 14:06 |
jm2morri
Messages: 225 Registered: January 2009 Location: Stratford, Ontario, Canad...
Karma: 0
|
Senior Member |
|
|
OK, I figured it out. My SQL database was corrupted. I ran this command from the command line to fix it:
mysqlcheck -r database_name -uuserid -ppassword
If anyone runs into this in the future...
James.
|
|
|