Messages scrambled/Consistency check error [message #25624] |
Wed, 15 June 2005 20:12 |
keneisman
Messages: 68 Registered: May 2005
Karma: 0
|
Member |
|
|
All of my messages are scrambled. They contain readable words and sentences, but they are not the correct body for that or any other message. When I run a consistency check, everything checks done until this 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=17c0e7d8660b402d69708f067bbe8be6&SQ=05afa00782b56ddcf63c 2c2b381d4d28&
Server Version: 4.1.11-nt
[Referring Page] http://mail.co.matagorda.tx.us/GEMSforum/adm/consist.php?S=17c0e7d8660b402d 69708f067bbe8be6&SQ=05afa00782b56ddcf63c2c2b381d4d28
*******************************************************
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.12
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: No
Zlib Support: Yes
Any help would be appreciated.
Thanks
Ken
|
|
|
|
|
|
|
|
|
Re: Messages scrambled/Consistency check error [message #25635 is a reply to message #25634] |
Wed, 15 June 2005 21:39 |
keneisman
Messages: 68 Registered: May 2005
Karma: 0
|
Member |
|
|
Here is the result of show create table GEMSForum_thread_view:
+-----------------------+-------------------------------------------------- --------------------------------------------------------------------------- --------------------------------------------------------------------------- --------------------------------------------------------------------------- --------------------
--------------------------------------------------------------------------- ---+
| Table | Create Table
|
+-----------------------+-------------------------------------------------- -----
--------------------------------------------------------------------------- -----
--------------------------------------------------------------------------- -----
--------------------------------------------------------------------------- -----
--------------------------------------------------------------------------- ---+
| GEMSForum_thread_view | CREATE TABLE `gemsforum_thread_view` (
`forum_id` int(11) NOT NULL default '0',
`page` int(11) NOT NULL default '0',
`thread_id` int(11) NOT NULL default '0',
`pos` int(11) NOT NULL default '0',
UNIQUE KEY `GEMSForum_thread_view_i_fps` (`forum_id`,`page`,`pos`),
KEY `GEMSForum_thread_view_i_ft` (`forum_id`,`thread_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 |
+-----------------------+-------------------------------------------------- -----
--------------------------------------------------------------------------- -----
--------------------------------------------------------------------------- -----
--------------------------------------------------------------------------- -----
--------------------------------------------------------------------------- ---+
1 row in set (0.02 sec)
I'm sorry it's so ugly. If there's a better way to capture the output, let me know and I'll do it.
Thanks Ken
|
|
|
|
|
|
|
|
|
|
|
|
|
|