How to hide notices and warnings in php?
You can add following code on top of your php file. I had warnings and notices on joomla 2.5.11 site, I added following code in index.php file and it works.
ini_set('display_errors','off'); |
by websourceblog · July 12, 2014
Tags: phpwarnings and notices
websourceblog
ReactJs, NodeJs, Amazon Web Services, Symfony, Laravel, CodeIgniter, Zend Framework, WordPress, Drupal, Magento, Angular
More