Jump to content

Edit History

mzwischenberger

mzwischenberger

Hallo!

Ich bekomme seit heute jedesmal einen Server Error 500, wenn ich in der Backoffice-Übersicht auf "Aktive Warenkörbe" klicke.
Prestashop: 1.7.4.4 
php Version: 7.0.33
Template: classic
Bestehender Shop, keine Neuinstallation

Habe debugging eingeschalten und bekomme folgende Informationen:
######
Invalid address #98
at line 444 in file classes/Address.php
439. // if an id_address has been specified retrieve the address
440. if ($id_address) { 441. $address = new Address((int)$id_address);
442.
443. if (!Validate::isLoadedObject($address)) {
444. throw new PrestaShopException('Invalid address #'.(int)$id_address);
445. }
446. } elseif ($with_geoloc && isset($context->customer->geoloc_id_country)) {
447. $address = new Address();
448. $address->id_country = (int)$context->customer->geoloc_id_country;
449. $address->id_state = (int)$context->customer->id_state;
#####

Als nächstes habe ich in den Kundenadressen (Backoffice - Verkauf - Kunden - Adressen) nachgeschaut: es gibt dort über 100 Adressen, jedoch keine #98 (also ...96, 97, 99, 100...).

Hat jemand eine Idee, was ich machen kann, bzw. welche Info noch benötigt wird?

Danke,
Manfred

PS: auch bei "Verwaiste Warenkörbe" kommt die gleiche Fehlermeldung wie oben.

Screenshot 2020-05-05 at 22.39.11.png

Screenshot 2020-05-05 at 22.37.50.png

Screenshot 2020-05-05 at 22.42.28.png

mzwischenberger

mzwischenberger

Hallo!

Ich bekomme seit heute jedesmal einen Server Error 500, wenn ich in der Backoffice-Übersicht auf "Aktive Warenkörbe" klicke.
Prestashop: 1.7.4.4 
php Version: 7.0.33
Template: classic
Bestehender Shop, keine Neuinstallation

Habe debugging eingeschalten und bekomme folgende Informationen:
######
Invalid address #98
at line 444 in file classes/Address.php
439. // if an id_address has been specified retrieve the address
440. if ($id_address) { 441. $address = new Address((int)$id_address);
442.
443. if (!Validate::isLoadedObject($address)) {
444. throw new PrestaShopException('Invalid address #'.(int)$id_address);
445. }
446. } elseif ($with_geoloc && isset($context->customer->geoloc_id_country)) {
447. $address = new Address();
448. $address->id_country = (int)$context->customer->geoloc_id_country;
449. $address->id_state = (int)$context->customer->id_state;
#####

Als nächstes habe ich in den Kundenadressen (Backoffice - Verkauf - Kunden - Adressen) nachgeschaut: es gibt dort über 100 Adressen, jedoch keine #98 (also ...96, 97, 99, 100...).

Hat jemand eine Idee, was ich machen kann, bzw. welche Info noch benötigt wird?

Danke,
Manfred

PS: auch bei "Verwaiste Warenkörbe" kommt die gleiche Fehlermeldung wie oben.

Screenshot 2020-05-05 at 22.39.11.png

Screenshot 2020-05-05 at 22.37.50.png

Screenshot 2020-05-05 at 22.42.28.png

mzwischenberger

mzwischenberger

Hallo!

Ich bekomme seit heute jedesmal einen Server Error 500, wenn ich in der Backoffice-Übersicht auf "Aktive Warenkörbe" klicke.
Prestashop: 1.7.4.4 
php Version: 7.0.33
Template: classic

Habe debugging eingeschalten und bekomme folgende Informationen:
######
Invalid address #98
at line 444 in file classes/Address.php
439. // if an id_address has been specified retrieve the address
440. if ($id_address) { 441. $address = new Address((int)$id_address);
442.
443. if (!Validate::isLoadedObject($address)) {
444. throw new PrestaShopException('Invalid address #'.(int)$id_address);
445. }
446. } elseif ($with_geoloc && isset($context->customer->geoloc_id_country)) {
447. $address = new Address();
448. $address->id_country = (int)$context->customer->geoloc_id_country;
449. $address->id_state = (int)$context->customer->id_state;
#####

Als nächstes habe ich in den Kundenadressen (Backoffice - Verkauf - Kunden - Adressen) nachgeschaut: es gibt dort über 100 Adressen, jedoch keine #98 (also ...96, 97, 99, 100...).

Hat jemand eine Idee, was ich machen kann, bzw. welche Info noch benötigt wird?

Danke,
Manfred

PS: auch bei "Verwaiste Warenkörbe" kommt die gleiche Fehlermeldung wie oben.

Screenshot 2020-05-05 at 22.39.11.png

Screenshot 2020-05-05 at 22.37.50.png

Screenshot 2020-05-05 at 22.42.28.png

×
×
  • Create New...