S Saida New member Licensed customer May 16, 2017 #1 Hi xF Staff/Members, I was looking to hide all PHP Error in FrontEnd. Is it possible? if yes HOW ? Regards
Hi xF Staff/Members, I was looking to hide all PHP Error in FrontEnd. Is it possible? if yes HOW ? Regards
X xenfans Well-known member Licensed customer May 16, 2017 #2 Maybe add this to .htaccess error_reporting(0); ini_set('display_errors', 0);