When I get to product level pages, they report this error: (I turned on error reporting and put the site in development mode in the config/defines.inc file)
Undefined index: unifunc (/public_html/tools/smarty/sysplugins/smarty_internal_templatebase.php, line 561) This is what I have in line 561:
$_template->properties['unifunc']($_template);
I did install the ganalytics module in the last week, which is about when this issue came up. I don't know if that has anything to do with it. Should I replace the tools/smarty/sysplugins/smarty_internal_templatebase file with a new copy from 1.5.4 (version I'm using now)? Any ideas for how to handle this would be very much appreciated!