-1

I can't take off the warning errors on the website and it makes it look uglier than ever! I've changed the PHP.ini and restarted apache2 and the server.

error_reporting = 
display_errors = Off
2

2 Answers 2

0

try and include error_reporting(0) in your file with errors

Sign up to request clarification or add additional context in comments.

Comments

0

you can try display_error false in beginning

ini_set("display_errors", 0);

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.