View Single Post
Old 12-31-2003, 01:35 AM   #11
Charter
Head Mole
 
Charter's Avatar
 
Join Date: May 2003
Posts: 2,539
Hi. Great, glad it's working!

The l_time bug was fixed in version 1.6.3. Of course, if anyone created the tables prior to that, then they would need to do the following:
Code:
ALTER TABLE logs ADD l_time FLOAT DEFAULT '0' NOT NULL;
Please note it's FLOAT and not TIME.

>> Also, you will need to reindex for the changes to take effect.

Already there.

Can you tell me what version of MySQL you are running and what is your MySQL character set?
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension.
Charter is offline   Reply With Quote