Hi,
I got this database error:
Query:
INSERT INTO `sys_tags` (ObjID, Type, Tag, Date) VALUES ('4532', 'profile', 'friendly', CURRENT_TIMESTAMP)
Mysql error: Duplicate entry 'friendly-4532-profile' for key 'PRIMARY'
Found error in the file '/home/qantroco/public_html/inc/classes/BxDolTags.php' at line 255.
Called 'db_res' function with erroneous argument #0.
I checked line 255 db_res I have this ($sqlQuery);
Regards,
Tradock