Hello,
If you are getting such errors like the following:
Fatal error: Cannot re-assign $this in /home/mdhjb007/public_html/orders/administration/admin.php on line 1415
Well this means your server is recently upgraded to PHP5, which will throw this error.
Well fortunately its couple of lines in just one of the files, so its easy to correct. Open the file admin.php search for “$this” and replace it with “$this_var” and the issue would be sorted out.
Cheers have fun.
Latest posts by Sean (see all)
- Fetal error : Cannot re-assign $this in ……. line 1415 - November 8, 2006
- How do reset admin password for TikiWiki installed on the server? - November 6, 2006