Page 1 of 1
Plugin "cache_cms" not callable
Posted: Sat Apr 30, 2016 9:43 am
by grazia
I'm trying to update from 1.12 to 2.1.3, I followed instructions in each part but when updating process is finished, and tell me "go to you site... " and seem to be good I go on page and this is the result:
Fatal error: Uncaught --> Smarty: Plugin "cache_cms" not callable throw in (mysite)/lib/smarty/sysplugins/smarty_internal_templatebase.php on line 431
Please help me....

Re: Plugin "cache_cms" not callable
Posted: Sat Apr 30, 2016 2:04 pm
by Jo Morg
There is no cache_cms smarty plugin on a CMSMS install, so it has to be a 3rd party smarty plugin. Smarty plugins can, and should, be installed on the CMSMS plugins folder. The files/folders inside the lib directory are for CORE files only and nothing else. I recommend you do a search for a file with "cache_cms" as part of its name on the smarty directory and move it to the plugins directory.
Re: Plugin "cache_cms" not callable
Posted: Sat Apr 30, 2016 5:41 pm
by grazia
Thank you very much, I searched but there is no file like you indicate, neither in lib/smarty/plugins, nor in lib/smarty/sysplugins.
All the file in these directories are identical to respective directories of 2.1.3.
The only files with cms_cache in the name are in lib/classes/ :
class.cms_cache_handler.php and
class.cms_cache_driver.php
But I don't think they're the right ones.
What could I do? To go back to backup and deactivate plugins before upgrade?
Re: Plugin "cache_cms" not callable
Posted: Sat Apr 30, 2016 6:42 pm
by chandra
Yes, was a third party module - look here
http://forum.cmsmadesimple.org/viewtopi ... =7&t=53911
But module ContentCache where this block plugin come from is no longer available in forge and it's not ready for CMSMS-2 so you had to remove the commands {cache_cms ...} and {/cms_cache} from template.
After that your site should work ...