PHP fails silently when function not defined? -


I am migrating from PHP4 to PHP5

I have this in my .htaccess:

which is used to show all errors.

I still get some errors but I get an error when I called a function that was not defined, but now it stops where it is and the client has everything It sends mistakes and nothing else. There is no error message.

  directive local value master display display_arars on error error reporting 2039 6143  

I see my error message for trouble shooting purposes Want to be able

Can anyone tell me what should I do? Thanks!

If everything fails, then only (/ each) script in the beginning of your code:

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

Comments