As the title states:
Warning: getimagesize failed to open, etc
Is there a way to ignore these, meaning don’t print them? The reason is, I don’t care basically, they are very rare, I obviously do on testing but when that is done I’d rather set the code to email me than flash a big ugly message to the user.
The question applies to any warnings by the way.
they are php errors, you can turn them off by altering your PHP INI settings, search for
display_errorsdisplay_errors = Off