Downgrade Posted August 23, 2011 Posted August 23, 2011 Hello, i can't disable the function display_errors using the php.ini , i want to know how i can disable this function jijiji sorry for the bad english, but i don't speak it very well Quote
Byron Posted August 23, 2011 Posted August 23, 2011 We don't allow people to edit the php.ini file. To stop php errors, add this to the top of your php pages: error_reporting(0); Quote
Downgrade Posted August 23, 2011 Author Posted August 23, 2011 We don't allow people to edit the php.ini file. To stop php errors, add this to the top of your php pages: error_reporting(0); ok, thankyou We don't allow people to edit the php.ini file. To stop php errors, add this to the top of your php pages: error_reporting(0); ok, thankyou this does not work Quote
PenTester Posted August 24, 2011 Posted August 24, 2011 did you put error_reporting(0); inside <?php or above ? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.