Jump to content

Recommended Posts

Posted

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 :rolleyes:

Posted

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);

 

Posted
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 :(

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...