Jump to content

Warenkorb und Produkte


MK Dioramaland

Recommended Posts

Hallo,

ich habe 2 Probleme.

 

1: Klicke ich im Dashboard auf Warenkorb, bekomme ich eine Seite mit dieser Meldung:

[PrestaShopException]

Invalid address #18
at line 441 in file classes/Address.php

436.             // if an id_address has been specified retrieve the address437.             if ($id_address) {438.                 $address = new Address((int)$id_address);439. 440.                 if (!Validate::isLoadedObject($address)) {441.                     throw new PrestaShopException('Invalid address #'.(int)$id_address);442.                 }443.             } elseif ($with_geoloc && isset($context->customer->geoloc_id_country)) {444.                 $address             = new Address();445.                 $address->id_country = (int)$context->customer->geoloc_id_country;446.                 $address->id_state   = (int)$context->customer->id_state;

 

 

Problem 2:
Klicke ich unter Katalog auf Produkte, erhalte ich eine leere, weiße Seite.

 

Veränderungen wurden seit Sonntag keine gemacht, gestern war noch ein Zugriff möglich.

 

Verwendete Version:
 

PrestaShop-Version 1.7.0.4

Shop-URL http://www.mk-dioramaland.lu/

Aktuell verwendetes Template: classic
 

Serverdaten Linux #1 SMP Debian 3.16.39-1+deb8u2 (2017-03-07) x86_64

Version der Server-Software Apache

PHP-Version 5.6.30-0+deb8u1

Speichergrenze 128M

max_execution_time: 30

Upload (max. Dateigröße) 19M

 

MySQL-Version 10.0.30-MariaDB-0+deb8u2

MySQL-Server localhost

MySQL-Name dioramaland1

MySQL-Anwender dioramaland1

Tabellen-Präfix: ps_

MySQL-Engine InnoDB

MySQL-Treiber DbPDO

 

Ihr Internet-Browser Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0

 

 

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