case E_NOTICE:
// Just ignore these completely //
break;
Then
Add this
case E_NOTICE:
case E_STRICT;
case E_DEPRECATED;
// Just ignore these completely //
break;
case E_STRICT;
case E_DEPRECATED; //
Just ignore these completely //
break;
As a note Richie I found these lines at 5688 -5690. I will try these now.
Thanks
--------------- Added [DATE]1390583538[/DATE] at [TIME]1390583538[/TIME] ---------------
I added these lines into the file, saved and tested! Internal server error! Removed lines, all ok.
--------------- Added [DATE]1390583919[/DATE] at [TIME]1390583919[/TIME] ---------------
Just added them before the message works! Thanks again