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

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -