Something wierd is going on.
I have not made any changes, yet now when I amned a customers order statusm the following error is thrown up;
Warning: strstr() [function.strstr]: Empty delimiter in ~/public_html/includes/functions/functions_email.php on line 103
This is what is on line 103
/ ignore sending emails for any of the following pages
// (The EMAIL_MODULES_TO_SKIP constant can be defined in a new file in the "extra_configures" folder)
if (defined('EMAIL_MODULES_TO_SKIP') && in_array($module,explode(",",constant('EMAIL_MODULES_TO_SKIP')))) return false;
Warning: Cannot modify header information - headers already sent by (output started at ~/public_html/includes/functions/functions_email.php:103) in /home3/mikedean/public_html/admin/includes/functions/general.php on line 21
And line 21 of this file is as follows
header('Location: ' . $url);
If I hit the back button on the browsers, be it IE or FF, the status has been updated.
I entered a dummy order, amened the status, and the email notification came through..
Any hints as to why this would have occured.
Using 1.3.8a with all latest patches..




