Hi,
I'm using drupal 7.0 (noticed this same issue in 7.2) and I have a weird issue. If I add completely new cck fields to one of my content types it seems to break a view that affects almost all pages on my site. If I delete that field, sometimes I have to delete another, and flush cache it seems to work again. This is the error below. Anyone run into this?
Thanks,
===================
PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away: SELECT COUNT(*) AS expression FROM (SELECT 1 AS expression FROM {node} node WHERE (( (node.status = :db_condition_placeholder_0) AND (node.type IN (:db_condition_placeholder_1)) ))) subquery; Array ( [:db_condition_placeholder_0] => 1 [:db_condition_placeholder_1] => note ) in views_plugin_pager->execute_count_query() (line 140 of C:\xampp\htdocs\drupal72\sites\all\modules\views\plugins\views_plugin_pager.inc).
PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away in _drupal_session_write() (line 203 of C:\xampp\htdocs\drupal72\includes\session.inc).
===================
Comments
seems like a mysql
seems like a mysql error
http://www.google.com/search?q=PDOException%3A+SQLSTATE[HY000]%3A+Genera...
hey see this first result, it
hey see this first result, it has a solution > http://drupal.org/node/984112
I tried increasing the
I tried increasing the max_allowed_packet size but, that didn't seem to work either. However, I moved my database over to a linux box and that seemed to fix the problem. My windows version is 5.5.8. The linux version is what ever comes with ubuntu 10.04.