dpr26232 2015-01-22 14:50
浏览 55

Wamp服务器上的Smarty错误

I got an error when installing php openCRM software myITCRM.Fatal error: Uncaught --> Smarty: Call of unknown method 'load_filter'. <-- thrown in C:\wamp\bin\php\php5.5.12\Smarty\libs\sysplugins\smarty_internal_templatebase.php on line 858.

  • 写回答

2条回答 默认 最新

  • dst2007 2015-01-23 07:02
    关注

    load_filter() was used in Smarty 2.0, but became loadFilter() in Smarty 3.0. My guess is that your application's Smarty libraries have been upgraded, but this piece of code hasn't changed

    评论

报告相同问题?