0

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!

4

2 回答 2

2

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

于 2010-09-14T11:55:04.207 回答
0

Try setting max_allowed_packed = 64M ..... it worked for me.

于 2012-12-24T18:52:18.183 回答