PHP errors when migrating a joomla site to another server -
when switch joomla site server, shows error:
non-static method japplication::getmenu() should not called statically, assuming$this incompatible context
this result of php error reporting.
joomla contains coding issues, more subtle others , trigger strict
, notice
messages.
you can handle telling php engine hide messages editing following directive in php.ini
file :
error_reporting = e_all & ~e_notice & ~e_strict
Comments
Post a Comment