Jump to content

Warenkorb funktioniert nicht mehr


Recommended Posts

Guten Tag zusammen.

 

Bin neue in PrestaShop und habe jetzt ein Problem mit den Warenkörben in BO. Beim Anwählen der Aktiven bzw. Verwaiste Warenkörbe komme ich auf eine Fehlermeldung die wie folgt aussieht:

 

 

[PrestaShopException]

Invalid address
at line 362 in file classes/Address.php

356.         if ($id_address)
357.         {
358.             $address = new Address((int)$id_address);
359.
360.             if (!Validate::isLoadedObject($address))
361.                 throw new PrestaShopException('Invalid address');
362.         }
363.         else
364.         {
365.             // set the default address
366.             $address = new Address();

 

 

Kommt das Problem jemanden bekannt vor? Wäre um jede Hilfe froh.

 

 

Link to comment
Share on other sites

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...