PHP 5.4 causes issues with class_DBObject.php

Read 4999 times
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?

Anyone??
I'm having the same issue / error. I'll update this thread with the solution.
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