I have this problem:
Warning: Table 'watchdog' was not locked with LOCK TABLES query: INSERT INTO watchdog (uid, type, message, severity, link, location, referer, hostname, timestamp) VALUES (1, 'php', 'Got error 124 from table handler\nquery: DELETE FROM variable WHERE name = 'cache_flush' en la línea 120 del archivo /home/usersit/public_html/includes/database.mysql.inc.', 2, '', 'http://www.mysite.com/admin/settings', 'http://www.mysite.com/admin/settings', '201.252.138.226', 1161009936) in /home/usersit/public_html/includes/database.mysql.inc on line 120
Warning: Table 'watchdog' was not locked with LOCK TABLES query: INSERT INTO watchdog (uid, type, message, severity, link, location, referer, hostname, timestamp) VALUES (1, 'php', 'Duplicate entry 'cache_flush' for key 1\nquery: INSERT INTO variable (name, value) VALUES ('cache_flush', 'i:1161009936;') en la línea 120 del archivo /home/usersit/public_html/includes/database.mysql.inc.', 2, '', 'http://www.mysite.com/admin/settings', 'http://www.mysite.com/admin/settings', '201.252.138.226', 1161009936) in /home/usersit/public_html/includes/database.mysql.inc on line 120
Any help?
Comments
insure that you db user has
insure that you db user has the abiliity to lock db tables.
I have LOCK TABLES
I have LOCK TABLES privilegies but the problem still there.
lenght of variable
Maybe your problem is related to this issue?
http://drupal.org/node/76828
Durval Tabach
Fixed, Thank you!
Fixed, Thank you!