Out of nowhere...

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
dfgfdgdg
New Member
New Member
Posts: 3
Joined: Tue Aug 08, 2023 8:05 pm

Out of nowhere...

Post by dfgfdgdg »

Fatal error: Uncaught --> Smarty: Plugin "blahblah" not callable <-- thrown in /path/to/lib/smarty/sysplugins/smarty_internal_method_registerplugin.php on line 45

Why? And I can't update as well.
$smarty = $obj->_getSmartyObj();
if (isset($smarty->registered_plugins[ $type ][ $name ])) {
throw new SmartyException("Plugin tag \"{$name}\" already registered");
} elseif (!is_callable($callback)) {
throw new SmartyException("Plugin \"{$name}\" not callable");
} else {
$smarty->registered_plugins[ $type ][ $name ] = array($callback, (bool) $cacheable, (array) $cache_attr);
}
return $obj;
User avatar
DIGI3
Dev Team Member
Dev Team Member
Posts: 1629
Joined: Wed Feb 25, 2009 4:25 am
Location: Victoria, BC

Re: Out of nowhere...

Post by DIGI3 »

You'll need to provide more information. At the very least your cmsms version, the php version, how we can recreate the error, and what has changed since before the error started occurring.
Not getting the answer you need? CMSMS support options
dfgfdgdg
New Member
New Member
Posts: 3
Joined: Tue Aug 08, 2023 8:05 pm

Re: Out of nowhere...

Post by dfgfdgdg »

Sorry, thought it was logical ; )

2.2.16 to 2.2.17
any PHP - 7.4, 8.1, 8.4.
dfgfdgdg
New Member
New Member
Posts: 3
Joined: Tue Aug 08, 2023 8:05 pm

Re: Out of nowhere...

Post by dfgfdgdg »

OK it went through with PHP 7.1... so basically CMS MS doesn't work with above 7.1 : /
User avatar
DIGI3
Dev Team Member
Dev Team Member
Posts: 1629
Joined: Wed Feb 25, 2009 4:25 am
Location: Victoria, BC

Re: Out of nowhere...

Post by DIGI3 »

2.2.18 is working on PHP 8.1, but there's always a chance of a specific server environment, extension combination, etc. causing an issue. Issues generally don't just appear "out of nowhere" though - something has to change to trigger them. We're happy to dig into the error but we need to be able to reproduce it.
Not getting the answer you need? CMSMS support options
tomphantoo
Forum Members
Forum Members
Posts: 15
Joined: Mon Apr 11, 2011 7:33 am

Re: Out of nowhere...

Post by tomphantoo »

Which plugin(s) caused the reported error?
Post Reply

Return to “CMSMS Core”