最近、PHP 5.4 に更新しましたが、静的コードと非静的コードに関するエラーが表示されます。
これはエラーです:
PHP Strict Standards: Non-static method VTimer::get()
should not be called statically in /home/jaco/public_html/include/function_smarty.php on line 371
これは 371 行目です。
$timer = VTimer::get($options['magic']);
誰かが助けてくれることを願っています。