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

dsnopek’s picture

Category: Bug report » Support request
Status: Active » Fixed

This 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

kcpau’s picture

Thank you. That fixed it.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.