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?