Non-static method .... should not be called statically
Moderators: egami, macek, gesf
If the method is explicitly declared as static then it should be fine... However, yes, as you are discovering, the standards of coding from PHP4 to PHP5 have shifted.