Dup Ver Goto 📝

errors

PT2/php does not exist
To
5 lines, 19 words, 148 chars Page 'errors' does not exist.

Putting this in the .php file will show if error reporting is disabled somewhere.

ini_set('display_errors', 1);
error_reporting(E_ALL);