jamesie Posted August 26, 2009 Share Posted August 26, 2009 Fatal error: Call to undefined method Link::getCatImageLink() in /raid1/local/www/data-dist/prestashop/tools/smarty/compile/% Link to comment Share on other sites More sharing options...
Patric Posted August 26, 2009 Share Posted August 26, 2009 Try to empty the /tools/smarty/compile/ folder (except the index.php file). Link to comment Share on other sites More sharing options...
Gregory Roussac Posted August 26, 2009 Share Posted August 26, 2009 Hi,You have all you need.Your class Link is not up to date. It misses the method getCatImageLink(). Check your class to see if it is up to date corresponding to your theme version.Cheers Link to comment Share on other sites More sharing options...
jamesie Posted August 26, 2009 Author Share Posted August 26, 2009 Hi thanks for your rapid help but unfortunately removing the files (except index.php) from /prestashop/tools/smarty/compile did not work. The site has been fine for tha last year - not sure what I have to compare against for the correct classes.... Link to comment Share on other sites More sharing options...
Gregory Roussac Posted August 26, 2009 Share Posted August 26, 2009 Just use the Class Link from the version you re trying to use for your template. Link to comment Share on other sites More sharing options...
jamesie Posted August 26, 2009 Author Share Posted August 26, 2009 Sorry Gregory - can you explain this? I dont understand Link to comment Share on other sites More sharing options...
Gregory Roussac Posted August 26, 2009 Share Posted August 26, 2009 No problem.Your theme is trying to use a function that does not apparently exist in the Class Link (folder classes).This means that your class is probably out of date. Why i don't know.By replacing the class by one from a current version, your template should then find the fucntion it needs, because an up to date class contains the missing function. (This function is quite new and is there to enable friendly url on images in your templates)See ? Link to comment Share on other sites More sharing options...
Recommended Posts