I recently switched hosting providers, and before I switched, if I had a script that generated an error, it would print it to the screen. Now, I have to read the error log to see what the problem was. Is there a setting in the php.ini file that I can change so that it'll just print to the screen?

Thanks

    You might also want to look at error_reporting, as that may limit which types of errors get displayed.

      Write a Reply...