Moving to another host

Hi all,

I am moving a framework to another host. First I tried it on my localhost but that didn’t work. the URL’s like /login didnt show up.

Now I moved it to another online host and the URL’s and logins and projects are working. Except when I click on a project page it gives the following error:

Error 500

Non-static method Lookup::statusIcon() should not be called statically, assuming $this from incompatible context

What can I do to fix this?

Thanks very much in advance!!

I fixed it by turning error reporting off.

But still there is a problem which has to be fixed. Turning error reporting off is not a good solution

Well, there is obviously a method of a class being called as static ([font=“Courier New”]someobj::somemethod()[/font]) while containing a reference to [font=“Courier New”]$this[/font]. A recent version of PHP (5.5.x? Not sure atm) is throwing a notice in that case. Happy fixing :)