GX-Bug #70883
geschlossenShop ist nicht aufrufbar nach dem Import Artikeln / Online store is not accessible after importing product from afterbuy
0%
Import von Artikeln über Afterbuy verbessert
Beschreibung
Shop ist nicht aufrufbar nach dem Import Artikeln
Wenn man Artikel von Afterbuy importiert, ist der Shop nicht erreichbar und zeit nur eine Fehlermeldung.
Kann wie folgt reproduziert werden:
- Shop 4.9 installieren
- Als Admin einloggen
- Unter Module->Modul-Center das Modul "Afterbuy" installieren
- Zugangsdaten für Afterbuy eintragen
- Reiter Artikel-Import aufrufen
- Umfang des Datenimports auf "vollständige Artikel" setzen
- Artikel importieren Button "Artikelimport starten/fortsetzen" klicken
- Warten
- Shop öffnen
Erwartetes Ergebnis:
Der Shop sollte nach dem Import immer noch aufrufbar sein und keine Fehler anzeigen
Tatsächliches Ergebnis:
Der Shop ist nicht mehr erreichbar und zeigt eine Fehlermeldung
Lösung:
In der Datei /GXMainComponents/Services/Core/Product/Entities/GXEngineProduct.inc.php muss der Standardwert für $productTypeId auf 1 gesetzt werden. Der Wert darf niemals 0 sein.
Zusätzlich muss in der Datei /GXMainComponents/Services/Core/Product/Entities/ProductSettings.inc.php der Wert für $sitemapPriority auf 1 gesetzt werden und der Wert $sitemapChangeFreq auf "always". Das sind die Standardwerte, die gesetzt werden, wenn Artikel importiert werden.
Store is not accessible after importing articles
When importing articles from Afterbuy, the store is not accessible and only displays an error message.
Can be reproduced as follows:
- install Shop 4.9
- log in as admin
- install the "Afterbuy" module under Modules->Module Center
- enter access data for Afterbuy
- call up the article import tab
- set the scope of the data import to "complete articles"
- click on the "Start/continue item import" button to import items
- wait
- open store
Expected result:
The store should still be accessible after the import and should not display any errors
Actual result:
The store is no longer accessible and displays an error message
Solution:
In the file /GXMainComponents/Services/Core/Product/Entities/GXEngineProduct.inc.php, the default value for $productTypeId must be set to 1. The value should never be 0.
In addition, in the file /GXMainComponents/Services/Core/Product/Entities/ProductSettings.inc.php the value for $sitemapPriority must be set to string 1 and the value $sitemapChangeFreq must be set to "always". These are the default values that are set when products are imported.
CRITICAL] Invalid frequency () provided. Valid frequencies are: 'always', 'hourly', 'daily', 'weekly', 'monthly', 'yearly', 'never'
context:
session ID: session-65eae222e93d05.32544436
exception:
class: InvalidArgumentException
message: Invalid frequency () provided. Valid frequencies are: 'always', 'hourly', 'daily', 'weekly', 'monthly', 'yearly', 'never'
code: 0
file: /var/www/GambioShop/Modules/ProductListing/Model/ValueObjects/ListingItemMetaSitemapFrequency.php
CRITICAL] Could not count total datasets for product ids "680", "684", "694", "689", "692", "685", "688", "696", "687", "686", "693"
context:
session ID: session-65ea73ad9a18d3.20810744
exception:
class: UnexpectedValueException
message: Could not count total datasets for product ids "680", "684", "694", "689", "692", "685", "688", "696", "687", "686", "693"
code: 0
file: /var/www/GambioShop/Modules/ProductListing/App/Data/ProductListingReader.php
Dateien
Von Till Tepelmann vor 8 Monaten aktualisiert
- Datei GXEngineProduct.inc.php wurde hinzugefügt
- Datei ProductSettings.inc.php wurde hinzugefügt
- Beschreibung aktualisiert (Vergleich)
- Status wurde von Gemeldet zu Testing geändert
Von Till Tepelmann vor 8 Monaten aktualisiert
- Tags wurde auf 4.9.4.0_beta1 gesetzt
- Release Notes Langtext aktualisiert (Vergleich)
Von Till Tepelmann vor 8 Monaten aktualisiert
- Datei
GXEngineProduct.inc.phpwurde gelöscht
Von Till Tepelmann vor 8 Monaten aktualisiert
- Datei
ProductSettings.inc.phpwurde gelöscht
Von Krystian Czerwinski vor 8 Monaten aktualisiert
- Zugewiesen an wurde auf Krystian Czerwinski gesetzt
Von Krystian Czerwinski vor 8 Monaten aktualisiert
- Zugewiesen an
Krystian Czerwinskiwurde gelöscht
Von Rico Schreiber vor 8 Monaten aktualisiert
- Zugewiesen an wurde auf Rico Schreiber gesetzt
Von Rico Schreiber vor 8 Monaten aktualisiert
- Status wurde von Testing zu Erledigt geändert
- Zielversion wurde auf 4.9.4.0 gesetzt
Von Jessica Balaban vor 6 Monaten aktualisiert
- Datei 2024-05-13_16h05_03.mp4 2024-05-13_16h05_03.mp4 wurde hinzugefügt
ASQA - Regressionstest : erfolgreich
getestet auf Desktop (Firefox Version 125.0.3 (64-Bit), Chrome Version 124.0.6367.201 (Offizieller Build) (64-Bit), Edge Version 124.0.2478.97 (Offizielles Build) (64-Bit)), Gambio Version: v4.9.4.0 (BETA1)
Der Shop lässt sich auch nach einem Import noch aufrufen.