Quote Originally Posted by BlindSide View Post
Yeah I looked at that one. I think it has something to do with the structure of the table. Try this: open admin/includes/functions/extra_functions/super_orders_functions.php and scroll down to the function update_status(). After the call to global $db (first line inside the function), add the following code:
Code:
  if ($notified == '') {
    $notified = 0;
  }
Upload and see what you get.
Unfortunately I've tried this still with no luck!!

Thanks for trying.

Craig