Zen Cart Logo
Forums / General Questions / error when deleting old customers

error when deleting old customers

Locked

Views: 1,207

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
29 Sep 2007, 8:25 PM
#1
godin5150 avatar

godin5150

New Zenner

Join Date:
Apr 2006
Location:
Texas
Posts:
37
Plugin Contributions:
0

error when deleting old customers

I upgraded an old version of zencart to the newest and everything is working fine except when I try to delete old customers I get this error:

Warning: reset() [function.reset]: Passed variable is not an array or object in /home/cowtownw/public_html/admin/includes/classes/object_info.php on line 29

Warning: Variable passed to each() is not an array or object in /home/cowtownw/public_html/admin/includes/classes/object_info.php on line 30

The site functions fine and I guess I can just leave the old customers, I was just wanting to see if anyone could tell me if this was bad and something else could be wrong, or what the deal is.

Thanks

30 Sep 2007, 2:05 AM
#2
nomadrw avatar

nomadrw

Zen Follower

Join Date:
Sep 2007
Location:
Somewhere in Southern Cal
Posts:
331
Plugin Contributions:
0

Re: error when deleting old customers

you might have to delete the old customers by using MySQL, and write a small query.
You will need to get into the db and find what tables and field you are using.
You might be able to also find the customers in the db within the tables.
If your using XAMMP you should be able to do this.
Remember to backup your db before you do any changes

nomad