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, severity, link, location, referer, hostname, timestamp) VALUES (1, 'php', '%message in %file on line %line.', 

Any idea why it happens and how flushing the cache clears it all?

Thanks in advance!

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

This issue has been posted multiple times to drupal.org. Best of luck fixing the issue.

link|improve this answer
I agree that its a MYSQL problem but how does flushing the cache helps? – Loveleen Kaur Sep 14 '10 at 12:12
Maybe it somehow speeds the script execution up, allowing everything to properly finish? – mingos Sep 14 '10 at 15:57
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.