After installing this module I played around with it a bit and it didn't work. Then I realized I needed certain files in the includes folder. After adding them I refreshed the page and the following error was thrown.

PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away: DELETE FROM {semaphore} WHERE (name = :db_condition_placeholder_0) AND (value = :db_condition_placeholder_1) ; Array ( [:db_condition_placeholder_0] => variable_init [:db_condition_placeholder_1] => 16928168684d43998cc12310.36312557 ) in lock_release() (line 232 of C:\xampp\htdocs\drupal\includes\lock.inc).

Comments

bryancasler’s picture

Status: Active » Closed (fixed)

Turned out to be a XAMPP issue, I posted my solution here.

http://drupal.org/node/984112#comment-4025560

sameerpalsingh’s picture

I got it resolved by changing the following line in my.ini (mysql configuration file on windows)

max_allowed_packet = 100M