tags:

views:

26

answers:

1

When I try to install the sfGoogleAnalyticsPlugin, (I'm using symfony 1.3.2), I get the following error:

No release available for plugin "sfGoogleAnalyticsPlugin"

Does anyone know the steps required to use this plugin with symfony 1.3.2 (or 1.4) ?

+1  A: 

If you go to http://www.symfony-project.org/plugins/sfGoogleAnalyticsPlugin and click Download Package and unzip the package into your plugins directory. Make sure you enable the plugin in your project config class.

johnwards
Thanks - thats what I was doing anyway, I just wanted someone to confirm that was the right way :)
morpheous