I have recently done an update to PHP 5.4, and I get an error about static and non-static code.
This is the error:
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
This is the line 371:
$timer = VTimer::get($options['magic']);
I hope somebody can help.