fooman / googleanalyticsplus

Magento Extension to add extra features to the default GoogleAnalytics module.
http://store.fooman.co.nz/extensions/magento-extension-googleanalyticsplus.html
100 stars 53 forks source link

appears not to include script on CE 1.8.1 #62

Closed tofuwarrior closed 9 years ago

tofuwarrior commented 9 years ago

Have installed with composer fine from this repo, admin configuration options show fine but analytics script is not included. Standard magento works and the older fooman classic analytics available from connect works so can't see why this one doesn't. Don't think it is me.

rubenCodeforges commented 9 years ago

same for me

fooman commented 9 years ago

Do you have the setting System > Configuration > Developer > Template Settings > Allow Symlinks enabled? Default composer installs will link the template files. Alternatively you could use a different deploy mode.

Also please confirm which version is installed and verify that all files are present and readable by the server.

sebklose commented 9 years ago

Hi, this worked out for me thanks. But keeping the symlinks on is stated a not secure way for production .. any idea about it?

fooman commented 9 years ago

Please see http://magento.stackexchange.com/questions/35243/are-symlinks-on-templates-a-security-problem-and-if-yes-why or https://github.com/colinmollenhour/modman#requirements

You can also change the deploy method to copy for the Magento-Composer installer if you do not want to use symlinks.