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

Not Valid Template file #97

Closed oempire closed 8 years ago

oempire commented 8 years ago

Ive installed via composer configured however the analytics code still failing to show in source.

in system log i'm showing the below errors.

2016-10-16T13:26:38+00:00 CRIT (2): Not valid template file:adminhtml/default/default/template/fooman/common/selftester.phtml 2016-10-16T13:47:34+00:00 CRIT (2): Not valid template file:frontend/base/default/template/fooman/googleanalyticsplus/universal.phtml 2016-10-16T13:47:34+00:00 CRIT (2): Not valid template file:frontend/base/default/template/fooman/googleanalyticsplus/tagmanager.phtml 2016-10-16T13:47:34+00:00 CRIT (2): Not valid template file:frontend/base/default/template/fooman/googleanalyticsplus/remarketing.phtml 2016-10-16T13:47:34+00:00 CRIT (2): Not valid template file:frontend/base/default/template/fooman/googleanalyticsplus/universal-send.phtml

When i look via FTP they do exist (via the symlink in frontend/base/default/template/fooman/

fooman commented 8 years ago

Please make sure that Advanced > Developer > Template Settings > Allow Symlink is enabled.

oempire commented 8 years ago

that did the trick, thanks!