I just installed the ecommerce module and when I go to checkout it tells me I need to add a new address.
If I go to the url user/1/address/add it returns:
Your address book is used to save addresses for billing and shipping of items from our store.
Array
It never actually prints the form with the fields, just Array.
It appears as though this problem only happens on one of my sites. I installed these exact same files on another Drupal 5.1 site and it worked fine. Perhaps there is a problem with some other module conflicting? Is there any way for me to really trouble shoot this and figure out what's going on? I've tried disabling pretty much every other module I have and I am still having issues. I'm not sure what other steps to take :-/.
Any ideas what's going on?
Thanks!

Comments
I seemed to fix this for the
I seemed to fix this for the time being by renaming the address_form functions to something else such as address_fix_form. I'm not sure why I was having issues with that but it appears to be working after that hack.