Hello all,
I have a PHP script that stops processing (it seems to be) on a PHP warning. The error is general "PHP Warning: fopen" - "failed to open stream: No such file or directory".
Should PHP stop here? I thought only on fatal errors?
Is there a way to get it to continue?