Gossamer Forum
Home : Products : Gossamer Links : Pre Sales :

Help Please: table error

Quote Reply
Help Please: table error
Links SQL has been working wonderfully for me until today, now when I click on any links I get this error:

DBSQL (3441): Fatal Error: Unable to execute query: DELETE FROM Hits_Track WHERE TO_DAYS(NOW()) - TO_DAYS(created) > 2. Reason: Can't open file: 'Hits_Track.MYD'. (errno: 145) at /home/httpd/cgi-bin/jump.cgi line 138

I am assuming there is a problem with my Hits_Track table in the database.

Is there a way to repair it?
I have REM'ed out line 138 of my jump.cgi and which is:
$db->do ("DELETE FROM Hits_Track WHERE TO_DAYS(NOW()) - TO_DAYS(created) > 2");
Now atleast things will work.

any help is greatly appreciated.


Rene Rodriguez
Subject Author Views Date
Thread Help Please: table error jabberjaw 3323 Feb 5, 2001, 9:20 AM
Thread Re: Help Please: table error
pugdog 3245 Feb 5, 2001, 11:34 AM
Post Re: Help Please: table error
jabberjaw 3246 Feb 5, 2001, 12:05 PM