gulix Posted September 6, 2016 Share Posted September 6, 2016 Hallo, seit einigen Tagen habe ich folgendes Problem... wenn ich im Backend auf die >> CMS Seite gehen möchte kommt eine weiße Seite mit Meldung im apache error log: AH01071: Got error 'PHP message: PHP Fatal error: Uncaught --> Smarty: Plugin tag "includeCOCN" already registered <-- \n thrown in /srv/webdata/tsh/thesofthouse.com/tools/smarty/sysplugins/smarty_internal_templatebase.php on line 449\n', referer: https://thesofthouse.com/24admin/index.php?controller=AdminDashboard&token=b233e4df9c2017e280ae1ba449120196 Ich habe lediglich in den letzten Tagen zwei neue Module installiert... und zwar: Advanced URL Check order and custom number Eigentlich sollten die aber darauf keinen Einfluss haben. Nach dem deaktivieren beider Module ist der Fehler aber immer noch da. Hat jemand eine Idee wo da der Ansatzpunkt ist... Link to comment Share on other sites More sharing options...
0 gulix Posted September 6, 2016 Author Share Posted September 6, 2016 /tools/smarty/sysplugins/smarty_internal_templatebase.php public function registerPlugin($type, $tag, $callback, $cacheable = true, $cache_attr = null) { if (isset($this->smarty->registered_plugins[$type][$tag])) { throw new SmartyException("Plugin tag \"{$tag}\" already registered"); } elseif (!is_callable($callback)) { throw new SmartyException("Plugin \"{$tag}\" not callable"); } else { $this->smarty->registered_plugins[$type][$tag] = array($callback, (bool) $cacheable, (array) $cache_attr); } return $this; } Zeile 449 ist diese throw new SmartyException("Plugin tag \"{$tag}\" already registered"); Link to comment Share on other sites More sharing options...
Question
gulix
Hallo,
seit einigen Tagen habe ich folgendes Problem... wenn ich im Backend auf die >> CMS Seite gehen möchte kommt eine weiße Seite mit Meldung im apache error log:
Ich habe lediglich in den letzten Tagen zwei neue Module installiert... und zwar:
Advanced URL
Check order and custom number
Eigentlich sollten die aber darauf keinen Einfluss haben. Nach dem deaktivieren beider Module ist der Fehler aber immer noch da.
Hat jemand eine Idee wo da der Ansatzpunkt ist...
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now