In installing the 5.x-1.x-dev code into my test system (where I use Xampp on Windows 2000 to run apache and mysql) After configuring the stand alone client, I went to install the module. As I was telling Drupal to turn the Firestats module on, it immediately gave me: Parse error: syntax error, unexpected '}' on line 144
In looking at the module I noticed that line 143
fs_add_hit(NULL, TRUE, variable_get('firestats_site_id', 1))
should have a ; at the end.
Putting the missing ; in there allowed the module to run.
Comments
Comment #1
Gurpartap Singh commentedYou are probably having old version of module. It was already fixed long ago :)
Comment #2
(not verified) commented