Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Log error

Quote Reply
Log error
 
This is the message I get after I log out:

Code:
GT::SQL::Driver::MYSQL (512): Preparing query: SELECT * FROM Sample_Users_Sessions WHERE
( session_id = '49b763d6a847e4084b1fc36a6330529a' AND session_date > '1003411183' )
at c:/inetpub/wwwroot/cgi-bin/dbmansql/admin/GT/SQL/Driver/MYSQL.pm line 35.
GT::SQL::Driver::MYSQL (512): Preparing query: SELECT session_user_id,session_date,session_id
FROM Sample_Users_Sessions WHERE session_id = '49b763d6a847e4084b1fc36a6330529a'
at c:/inetpub/wwwroot/cgi-bin/dbmansql/admin/GT/SQL/Driver/MYSQL.pm line 35.
GT::SQL::Driver::MYSQL (512): Preparing query: UPDATE Sample_Users_Sessions
SET session_user_id = 'admin' , session_date = '1003425583'
WHERE session_id = '49b763d6a847e4084b1fc36a6330529a'
at c:/inetpub/wwwroot/cgi-bin/dbmansql/admin/GT/SQL/Driver/MYSQL.pm line 35.
GT::SQL::Driver::MYSQL (512): Preparing query:
DELETE FROM Sample_Users_Sessions WHERE session_id = '49b763d6a847e4084b1fc36a6330529a'
at c:/inetpub/wwwroot/cgi-bin/dbmansql/admin/GT/SQL/Driver/MYSQL.pm line 35.

Its for logging table....
How to remove that showing on browser?
Thx

Last edited by:

Hank: Oct 18, 2001, 11:10 AM
Quote Reply
Re: [Hank] Log error In reply to
Hi, that is debugging.

You should be able to turn debugging to 0 in the admin panel.

Something like Setup > Misc. (not 100% sure)
Quote Reply
Re: [RedRum] Log error In reply to
Thx It set to 0... (or shows nothing) I changed it few times, and I was able to get debug messages to show, and then when I changed it back to 0 it still show that message???

BTW Is there default "virgin" set of templates for short/detail database available. (I hate to edit home templates....)

Last edited by:

Hank: Oct 18, 2001, 11:42 AM
Quote Reply
Re: [RedRum] Log error In reply to
Well I reinstalled everything, I tought it was my setup. But I still get above log to show, and cant turn it off. (My debug setting is set 0)
Anybody else?