Tag Archive | "errors"

Turn off error reporting on your production site

Wednesday, October 1, 2008

8 Comments

Turn off error reporting on your production site

ShareOn a production site, you would most likely want to hide all possible PHP errors, warnings and notices from your users for both usability, presentational and security purposes.

Continue reading...

PHP : Cannot use a scalar value as an array

Tuesday, February 26, 2008

6 Comments

ShareI was working on a WordPress plugin today and came across the most disturbing PHP warning error which I have never seen before in all the time that I’ve worked with PHP. The warning error message was : Warning: Cannot use a scalar value as an array What caused this error was when I tried [...]

Continue reading...