I installed a handful of module updates and afterwards my Drupal gave me this error:
Warning: Table 'helixath_drpl1.watchdog' doesn't exist query: INSERT INTO watchdog (uid, type, message, variables, severity, link, location, referer, hostname, timestamp) VALUES (1, 'php', '%message in %file on line %line.', 'a:4:{s:6:\"%error\";s:12:\"user warning\";s:8:\"%message\";s:480:\"Table 'helixath_drpl1.watchdog' doesn't exist\nquery: INSERT INTO watchdog\n (uid, type, message, variables, severity, link, location, referer, hostname, timestamp)\n VALUES\n (1, 'cron', 'Attempting to re-run cron while it is already running.', 'a:0:{}', 4, '', 'http://helixathens.com/admin/reports/status/run-cron?destination=blog', 'http://helixathens.com/', '72.149.82.22', 1282144032)\";s:5:\"%file\";s:90:\"/home/helixath/public_html/sites/all/modules/public_html/ in /home/helixath/public_html/includes/database.mysql.inc on line 128
I checked my phpmyadmin and there is no watchdog table. I read somewhere that people have created a watchdog table and that fixed it, but I don't know how to create such a table properly.
Comments
_
try disabling the 'database logging' optional core module, uninstalling it (via the uninstall tab), then reenabling it.
Thanks! That seems to fix
Thanks! That seems to fix the problem! I've been racking my brain all morning, and it is much appreciated.