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

Home » FUDforum Development » Bug Reports » Consistency Check Errors
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Consistency Check Errors [message #25659] Thu, 16 June 2005 13:39 Go to next message
keneisman is currently offline  keneisman   United States
Messages: 68
Registered: May 2005
Karma: 0
Member
When running a consistency check, I get this error. This is a new install.

Checking for presence of forum lock tables
(c:\GEMSForum\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=9794b7b8288b0949b79e37264e325bd3&SQ=f3125a51fc55f32bb3db 1bdea55206a5&
Server Version: 4.1.11-nt
[Referring Page] http://mail.co.matagorda.tx.us/gemsforum/adm/consist.php?S=9794b7b8288b0949 b79e37264e325bd3&SQ=f3125a51fc55f32bb3db1bdea55206a5

**************************************************************

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.13
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

********************************************************

Thanks for your help
Ken
Re: Consistency Check Errors [message #25660 is a reply to message #25659] Thu, 16 June 2005 14:00 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Is this a completely fresh install?

FUDforum Core Developer
Re: Consistency Check Errors [message #25661 is a reply to message #25660] Thu, 16 June 2005 14:10 Go to previous messageGo to next message
keneisman is currently offline  keneisman   United States
Messages: 68
Registered: May 2005
Karma: 0
Member
Well, if you remember, I corrupted my original install, so I did an install from the install script for 2.16.3 (not the upgrade script). I did, however, use the same directory and database. I've since deleted the tables that the consistency check was trying to create and the check has completed successfully. Thanks for all your help. Sorry for being such a pain in the a**!

Thanks again for your great product and technical support.
Ken
Re: Consistency Check Errors [message #25662 is a reply to message #25661] Thu, 16 June 2005 14:24 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Interesting, can you add a debug line to consist.php script
var_dump('<pre>', get_fud_table_list(), '</pre>', exit()); around line #128 and tell me the output.


FUDforum Core Developer
Re: Consistency Check Errors [message #25663 is a reply to message #25662] Thu, 16 June 2005 15:03 Go to previous messageGo to next message
keneisman is currently offline  keneisman   United States
Messages: 68
Registered: May 2005
Karma: 0
Member
Ilia wrote on Thu, 16 June 2005 09:24

Interesting, can you add a debug line to consist.php script
var_dump('<pre>', get_fud_table_list(), '</pre>', exit()); around line #128 and tell me the output.


I copied and pasted the line to line 128 in consist.php but it just got caught in a loop. I saw no output after the message that the forum was disabled and the page constantly tried to scroll down to the bottom (i.e. I'd scroll to the top to see the message and the page would immediately scroll to the bottom). I let it sit about 10 minutes thinking that it might take some time to list all the tables, but no luck.

Ken
Re: Consistency Check Errors [message #25664 is a reply to message #25663] Thu, 16 June 2005 15:08 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Disable JavaScript temporarily, it'll stop the "scroll" attempt...

FUDforum Core Developer
Re: Consistency Check Errors [message #25665 is a reply to message #25664] Thu, 16 June 2005 15:22 Go to previous messageGo to next message
keneisman is currently offline  keneisman   United States
Messages: 68
Registered: May 2005
Karma: 0
Member
I've stopped the scrolling but I'm still not getting any output past the forum disabled message.

Ken
Re: Consistency Check Errors [message #25670 is a reply to message #25665] Thu, 16 June 2005 23:26 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
That's unusual, if you view the source of the page do you @ least see the <pre> tag?

FUDforum Core Developer
Re: Consistency Check Errors [message #25687 is a reply to message #25670] Fri, 17 June 2005 16:44 Go to previous messageGo to next message
keneisman is currently offline  keneisman   United States
Messages: 68
Registered: May 2005
Karma: 0
Member
When you say "view the source" are you talking about from within the browser choose View|Source? When I do that, I don't get anything at all.

Ken

[Updated on: Fri, 17 June 2005 16:45]

Report message to a moderator

Re: Consistency Check Errors [message #25690 is a reply to message #25687] Fri, 17 June 2005 17:09 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Yes, I am talking about browser view source... Does the script have parse errors?

FUDforum Core Developer
Re: Consistency Check Errors [message #25702 is a reply to message #25690] Fri, 17 June 2005 18:39 Go to previous messageGo to next message
keneisman is currently offline  keneisman   United States
Messages: 68
Registered: May 2005
Karma: 0
Member
I'm sorry but I don't know what parse errors are. I know that I don't get *any* kind of error messages. I use PSPad as my editor.

Ken
Re: Consistency Check Errors [message #25705 is a reply to message #25702] Fri, 17 June 2005 18:42 Go to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
send me the modified file...

FUDforum Core Developer
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Aatar Pop Up Window Error
Next Topic: Error after updating my profile
Goto Forum:
  

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

Current Time: Wed Jun 26 05:36:18 GMT 2024

Total time taken to generate the page: 0.04069 seconds