How do I make php errors disappear. Its really annoying😣 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do I make php errors disappear. Its really annoying😣

PhP

24th Jun 2017, 5:59 PM
sophia lorenzo
sophia lorenzo - avatar
9 Answers
+ 3
this is fixed by php.ini setting. you can fix it in two ways. 1. using php code. ex. ini_set('display_errors', 'Off'); 2. using the php.ini config file. find the following text display_errors = off error_reporting = E_ALL & ~E_NOTICE there are many options for error_reporting value.
25th Jun 2017, 6:50 AM
Millo
Millo - avatar
+ 24
Correct them! ^_^
24th Jun 2017, 6:00 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 22
You tell me!...
24th Jun 2017, 6:05 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 15
This is one of the most fun things ever seen here. :3
24th Jun 2017, 6:08 PM
Maz
Maz - avatar
+ 3
lel
24th Jun 2017, 8:09 PM
Bloky246
Bloky246 - avatar
+ 1
whats the code.
24th Jun 2017, 6:02 PM
sophia lorenzo
sophia lorenzo - avatar
0
lmao!!!
24th Jun 2017, 6:10 PM
sophia lorenzo
sophia lorenzo - avatar
0
thanks
25th Jun 2017, 6:57 AM
sophia lorenzo
sophia lorenzo - avatar
- 1
... Chris Angel might help u :)
24th Jun 2017, 6:16 PM
Da' BO$
Da' BO$ - avatar