Jump to content

Klick auf Warenkörbe im Back-Office gibt Fehler!


Recommended Posts

Hallo Leute,

 

als totaler Newbie erstmal ein Schock... Beim Klick auf "Warenkörbe" (der Kunden) bekomme ich im backoffice einen Fehler... hoffentlich nichts Schlimmes!?

 

Wer kann helfen?

 

 

 

[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();

 

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