My hosting provider upgraded to php5 a few days ago, causing me some major problems. When pointing my browser to my normal login page, I got the error
Fatal error: Cannot re-assign $this in filename....
I went through all my code renaming all $this to $this_var.
The login screen showed and I though I'd fixed the problem. However, when I try to login I now get:
Fatal error: Call to undefined method stdClass::User() in filename...
Everything worked fine until it was upgraded to php5. ??? I'm a complete novice with php and I'd really appreciate any help.
Thanks,
Mike