Jump to content
  • 0

Invalid Address And Cant Access Into Shopping Cart


mickuto

Question

hi there

 

i got this problem on my web shop. Suddenly i couldnt access into my shopping cart on BO. And this debug site came out:

 

 

 

[PrestaShopException]

Invalid address #18
at line 401 in file core/www/core_1.6.1.2/classes/Address.php

396. // if an id_address has been specified retrieve the address
397. if ($id_address) {
398. $address = new Address((int)$id_address);
399.
400. if (!Validate::isLoadedObject($address)) {
401. throw new PrestaShopException('Invalid address #'.(int)$id_address);
402. }
403. } elseif ($with_geoloc && isset($context->customer->geoloc_id_country)) {
404. $address = new Address();
405. $address->id_country = (int)$context->customer->geoloc_id_country;
406. $address->id_state = (int)$context->customer->id_state;

 

And this pointed out, that I missed a address 18 of my client. I dont know why it has been deleted or something else.

 

I figured out, that I should access into my Database to solve this problem. But unfortunately I didnt get this entrance to it, since I am using Prestashop Cloud.

 

So, if this not bothers you guys, could you please try to see my Database and see what happened to address 18.

 

Or you get something others cool to do this?

 

THX a lot


my webshop: http://fmallde.pswebshop.com/

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...