I deleted the country GHANA from admin>locations>countries and now I get the following error whenever I view the customers list in admin>customers
Code:
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /craftmagick/admin/customers.php on line 1099
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /craftmagick/admin/customers.php on line 1101
Warning: reset() [function.reset]: Passed variable is not an array or object in /craftmagick/admin/includes/classes/object_info.php on line 29
Warning: Variable passed to each() is not an array or object in /craftmagick/admin/includes/classes/object_info.php on line 30
And now I cannot delete the fraudulent customers that were from ghana, either...
I realized after-the-fact that I should have deleted the two fraudulent customers from ghana BEFORE deleting the country and that is probably the reason for the error but since I didn't do that first is there any way to fix this now?