Cloudkul Support

How to Suppress Php -Depreciation Notice Error in PhpMyadmin for Ubuntu 16.04 ?

If you happen to get error messages regarding function depreciation in Ubuntu 16.04 then add or modify these settings in php.ini :

 error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT (For production mode)

or

error_reporting = E_ALL (For development mode)

and

display_errors= Off

 

Is this article is helpful?

People like and 1 people dislike.

If result is not found or irrelevant, Please contact us.

Submit your request