You have two beautiful lines in your template file index.php:
- Code: Select all
ini_set('error_reporting', E_ALL & ~E_NOTICE & ~E_WARNING & ~E_STRICT);
ini_set('display_errors','On');
I love they!
I got many deprecation errors on production site after migrating to php 7.1!
By the way - I have turned off errors in my php settings!
I have a hard time to find the source of they.
I have turnd off Joomla errors but still got them!
Why?
Why do you set ON PRODUCTION SITE!!!! errors on!
Why?
Why don't you use standart Joomla settings?
Are you kidding?