Limited Time Offer!

For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!

Enroll Now

TURN OFF DISPLAY ERROR IN PHP

Method 1 & 2 & 3

https:///…-standards-error-fix

Method 4

error_reporting(0);

ini_set(‘display_errors’, ‘0’);     # don’t show any errors…

error_reporting(E_ALL | ~E_STRICT);  # …but do log them

Few more

http:///…-standards-in-joomla

https:///…-reporting-explained

Rajesh Kumar
Follow me
Latest posts by Rajesh Kumar (see all)
Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x