Find the best answer to your question, help others answer theirs

If you are going to use a passage of Lorem Ipsum, you need to be sure there
isn't anything embarrassing hidden in the middle of text.

  • Anybody can ask a question
  • Anybody can answer
  • The best answers are voted up and rise to the top

1 Answer

2
For enable error reporting in PHP need to enable error display (display_errors & error_reporting)  in the php.ini. By default these are turned off. If unable to modify php.ini then set in .htaccess file:
        php_flag  display_errors        on
        php_value error_reporting       2039

You can include the following lines in the file you want to debug:
error_reporting(E_ALL);
ini_set('display_errors', '1');
Edit
avatar
Majed Badawi
15.5k 3 10 26
answered 8 hours ago

Leave a Comment

[named hyperlinks] (https://example.com)
**bold**
_italic_

Your Answer

Drop files here or click to upload.