When simplenews is enabled and the subscription block is visible the following warning is repeated ad nauseam. I have been hosting drupal sites at webcity using simplenews without this ever happening so I can't change the sql settings and am not sure why it is timing out??

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.', 'a:4:{s:6:\"%error\";s:12:\"user warning\";s:8:\"%message\";s:110660:\"MySQL server has gone away\nquery: UPDATE cache_update SET data = 'a:20:{s:8:\\"addtoany\\";a:10:{s:5:\\"title\\";s:37:\\"Add to Any Share/Save/Bookmark Button\\";s:10:\\"short_name\\";s:8:\\"addtoany\\";s:10:\\"dc:creator\\";s:12:\\"patPrzybilla\\";s:11:\\"api_version\\";s:3:\\"6.x\\";s:17:\\"recommended_major\\";s:1:\\"2\\";s:16:\\"supported_majors\\";s:1:\\"2\\";s:13:\\"default_major\\";s:1:\\"2\\"; in /home/int18127/public_html/includes/database.mysql.inc on line 128

Comments

sutharsan’s picture

Status: Active » Closed (won't fix)
narendrak’s picture

Increase the max_allowed_packet to 200M or more than that in Mysql config file my.ini

markivbagav’s picture

In my case my drupal site having image editor module but whenever admin edit the node its getting done but other user cant edit node through image editor.. please any one can help me...