Plugin "cache_cms" not callable

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
grazia
Forum Members
Forum Members
Posts: 21
Joined: Wed Dec 05, 2012 10:28 am

Plugin "cache_cms" not callable

Post 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.... ???
User avatar
Jo Morg
Dev Team Member
Dev Team Member
Posts: 1968
Joined: Mon Jan 29, 2007 4:47 pm

Re: Plugin "cache_cms" not callable

Post 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.
"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
grazia
Forum Members
Forum Members
Posts: 21
Joined: Wed Dec 05, 2012 10:28 am

Re: Plugin "cache_cms" not callable

Post 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?
chandra

Re: Plugin "cache_cms" not callable

Post 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 ...
Locked

Return to “[locked] Installation, Setup and Upgrade”