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.
Wamp服务器上的Smarty错误
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
2条回答 默认 最新
dst2007 2015-01-23 07:02关注load_filter()was used in Smarty 2.0, but becameloadFilter()in Smarty 3.0. My guess is that your application's Smarty libraries have been upgraded, but this piece of code hasn't changed解决 无用评论 打赏 举报