Forum Consistency check error [message #25846] |
Thu, 23 June 2005 14:23 |
keneisman
Messages: 68 Registered: May 2005
Karma: 0
|
Member |
|
|
I'm repeatedly getting this error when I run a Forum Consistency check:
Checking for presence of forum lock tables
(c:\GEMSForumData\include\theme\default\db.inc:122
c:\Inetpub\wwwroot\gemsforum\adm\consist.php:266
) 1050: Table 'gemsforum_fl_1' already exists
Query: CREATE TABLE GEMSForum_fl_1 (id INT)
_POST: conf=Yes&S=0391ae50ed420d6207a9c5b364bab3b2&SQ=45da5b5c47a6c66654c4 cdc9b98fa99a&
Server Version: 4.1.11-nt
[Referring Page] http://mail.co.matagorda.tx.us/gemsforum/adm/consist.php?S=0391ae50ed420d62 07a9c5b364bab3b2&SQ=45da5b5c47a6c66654c4cdc9b98fa99a
*************************************************************************** **
I can manually drop this table and I'll get the same error for the gemsforum_fl_pm file. I drop that file and then everything runs okay.
Next time I try to run the Consistency check, I get the errors again. Any idea what I'm doing wrong?
Thanks
Ken
*************************************************************************** *****
System Configuration
PHP built On: Windows NT MAIL01 5.2 build 3790
Database Version: 4.1.11-nt
PHP Version: 5.0.4
Web Server: Microsoft-IIS/6.0
WebServer to PHP interface: isapi
Forum Version: 2.6.14RC1
Relavent PHP Settings: Safe Mode: OFF
Open basedir: none
Display Errors: OFF
File Uploads: ON
Magic Quotes: OFF
Register Globals: OFF
Output Buffering: Yes
Disabled Functions: none
PSpell Support: Yes
Zlib Support: Yes
|
|
|
|
Re: Forum Consistency check error [message #25854 is a reply to message #25852] |
Thu, 23 June 2005 15:40 |
keneisman
Messages: 68 Registered: May 2005
Karma: 0
|
Member |
|
|
No, that didn't help.
It appears to me that the consistency check is building these forum lock tables and then not dropping them when it's done.
I can drop the tables, run the check (all is well) and then immediately re-run the check and I get the error and all those lock tables are present with nothing in them.
There a LOT of these tables fl_1-fl_28 looks like and a fl_pm.
Thanks
Ken
[Updated on: Thu, 23 June 2005 15:42] Report message to a moderator
|
|
|
Re: Forum Consistency check error [message #25864 is a reply to message #25854] |
Thu, 23 June 2005 21:43 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
These tables should always exist, the problem is that for some reason the forum thinks that they do not exist.
I really need to see what the get_fud_table_list() function outputs on your system.
Open consist.php look for the call to the function, and on the next line add
var_dump($tbls);
FUDforum Core Developer
|
|
|
|
|
|