Tagged Questions
0
votes
1answer
151 views
MySQL Watchdog warnings that disappear on flushing the cache
I get following type of warnings on my Drupal Site which usually disappear when I flush the cache
"Warning: MySQL server has gone away query: INSERT INTO watchdog (uid, type, message, variables, ...
0
votes
1answer
724 views
Drupal watchdog database table flooded with same message over and over?
I've:
Disabled cron
Disabled database logging
Cleared my caches
Commented out the code that is being displayed as the error
And still, the same error message is being written to Watchdog. I ...