DELETE FROM fud26_msg_store [message #35657] |
Mon, 29 January 2007 16:33 |
lloydm
Messages: 20 Registered: April 2006
Karma: 0
|
Junior Member |
|
|
I cannot login my forum after upgrading to 2.7.6 for I get this message.
Fatal error: SQL Error has occurred, please contact the administrator of the forum and have them review the forum's SQL query log in /FUDforum/include/core.inc on line 188
and I see this message below in sql_error log.
) 1100: Table 'fud26_msg_store' was not locked with LOCK TABLES<br />
Query: DELETE FROM fud26_msg_store WHERE id=455<br />
Any ideas
|
|
|
|
Re: DELETE FROM fud26_msg_store [message #35661 is a reply to message #35658] |
Tue, 30 January 2007 02:57 |
lloydm
Messages: 20 Registered: April 2006
Karma: 0
|
Junior Member |
|
|
I get this message within browser after atempting a login to the forum. I also have users e-mail me for their getting the message also.
Fatal error: SQL Error has occurred, please contact the administrator of the forum and have them review the forum's SQL query log in /FUDforum/include/core.inc on line 188
and this comes from sql_error log file..
?748 ?1170125169?(/public_html/forum/index.php:75<br />
/FUDforum/include/theme/default/private.inc:257<br />
/FUDforum/include/users_adm.inc:47<br />
/public_html/forum/theme/default/login.php:476<br />
/public_html/forum/index.php:1194<br />
) 1100: Table 'fud26_msg_store' was not locked with LOCK TABLES<br />
Query: DELETE FROM fud26_msg_store WHERE id=455<br />
[Updated on: Tue, 30 January 2007 02:58] Report message to a moderator
|
|
|
|
|
|
Re: DELETE FROM fud26_msg_store [message #35681 is a reply to message #35671] |
Wed, 31 January 2007 15:38 |
lloydm
Messages: 20 Registered: April 2006
Karma: 0
|
Junior Member |
|
|
Applied patch, but still did not resolve the issue, for now I am getting a different sql_error message.
?664 ?1170201935?(/public_html/forum/index.php:75<br />
/FUDforum/include/users_adm.inc:25<br />
/public_html/forum/theme/default/login.php:476<br />
/public_html/forum/index.php:1194<br />
) 1100: Table 'fud26_mod' was not locked with LOCK TABLES<br />
Query: DELETE FROM fud26_mod WHERE user_id IN(61)<br />
[Updated on: Wed, 31 January 2007 15:39] Report message to a moderator
|
|
|
|
|
Re: DELETE FROM fud26_msg_store [message #35695 is a reply to message #35693] |
Thu, 01 February 2007 23:53 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
lloydm wrote on Thu, 01 February 2007 15:45 | I tried rebuilding the themes and now I get this message.
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /FUDforum/include/compiler.inc on line 708
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /FUDforum/include/compiler.inc on line 708
and during forum consistency I get.
Warning: Invalid argument supplied for foreach() in /public_html/forum/adm/consist.php on line 438
|
What version of the forum are you running?
FUDforum Core Developer
|
|
|
|
|
|
Re: DELETE FROM fud26_msg_store [message #35764 is a reply to message #35756] |
Thu, 08 February 2007 00:11 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
I suspect the destination file already existed and was owned by YOU, so when webserver tried to overwrite it (as web server user) it got a permission error.
FUDforum Core Developer
|
|
|