I downloaded and installed Panopoly 7.x-1.23. But when I tried to go to the site, I got the error message :
PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away: SELECT r.filename AS filename FROM {registry} r WHERE (r.name LIKE :db_condition_placeholder_0 ESCAPE '\\') AND (r.type = :db_condition_placeholder_1) ; Array ( [:db_condition_placeholder_0] => linkit\_profiles [:db_condition_placeholder_1] => interface ) in _registry_check_code() (line 3175 of C:\xampp-portable\htdocs\hkbahaip\includes\bootstrap.inc).
My development system is XAMPP running on Windows 8.1.
I searched the issues database and it seems that the issue appeared before but was fixed several releases ago.
Thank you,
Comments
Comment #1
dsnopekThis is usually a problem with MySQL configuration. Here is some community documentation about it:
https://www.drupal.org/node/259580
I hope that helps!
Otherwise, Panopoly 1.23 install fine under many other xAMP stacks other than XAMPP, including Acquia Dev Desktop, which I personally recommend for Windows users:
https://www.acquia.com/products-services/dev-desktop
Comment #2
kcpau commentedThank you. That fixed it.