Centova Technologies Forum

Centova Cast v2 => Technical discussion => Topic started by: Brad on December 26, 2013, 02:45:26 pm

Title: PHP 5.4 causes issues with class_DBObject.php
Post by: Brad on December 26, 2013, 02:45:26 pm
Ive updated to PHP 5.4, whilst most of the control panel works well, when trying to access the playlists this error is given and the playlist area doesn't load.

Strict Standards: call_user_func() expects parameter 1 to be a valid callback,
non-static method playlist::table() should not be called statically in
/home/user/public_html/streamer/class_DBObject.php on line 0

Any ideas on how to fix this?

Title: Re: PHP 5.4 causes issues with class_DBObject.php
Post by: Brad on January 06, 2014, 09:27:28 pm
Anyone??
Title: Re: PHP 5.4 causes issues with class_DBObject.php
Post by: radioxenu on April 18, 2014, 11:12:27 pm
I'm having the same issue / error. I'll update this thread with the solution.
Title: Re: PHP 5.4 causes issues with class_DBObject.php
Post by: Alexiu on April 29, 2014, 02:16:49 am
For PHP 5.4, you would need to edit your php.ini file and set:

error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED