Pete80 Posted July 17, 2020 Share Posted July 17, 2020 Hallo Leute ! Prestashop Seit einem Datenbank crash vor wenigen Tagen , versuche ich ein Problem zu lösen , Ohne Erfolg. Die alte Datenbank auf meinem localen Xampp Server funktionierte nicht mehr und ich musste über ein backup die Datenbank neu einspielen. Das Problem war allerdings , dass das backup 2 Wochen alt war. Hatte dann einige Probleme das Ding wieder zum Laufen zu bringen , konnte allerdings aller wieder hinbekommen bis auf eine Sache. Beim Produktimport über eine csv Datei , gibt er mir einen ServerError . siehe Anhang . Ignoriere ich die Spalte der Bilder URLs beim Import funktioniert es einwandfrei. Nehme ich die Bilder wieder rein , bekomme ich wieder diesen Servererror. Das witzige ist, dass er jedesmal genau 5 Artikel (auch die Bilder) korreckt anlegt !? Wenn ich den Debug Modus aktiviere, dann funktoniert der Import auch mit Bildern ohne Probleme (ca. 500 Produkte) . Der Apache error.log zeigt folgendes an : [Fri Jul 17 12:02:56.214678 2020] [php7:notice] [pid 17212:tid 1956] [client ::1:55964] PHP Notice: Undefined property: Product::$image_alt in D:\\Wiroshop\\htdocs\\controllers\\admin\\AdminImportController.php on line 2242, referer: http://localhost/backofficeadmin/index.php?controller=AdminImport&token=7db2e7d3cf72c79f774b2760bced5c93 [Fri Jul 17 12:02:58.080231 2020] [php7:notice] [pid 17212:tid 1956] [client ::1:55964] PHP Notice: Undefined property: Product::$image_alt in D:\\Wiroshop\\htdocs\\controllers\\admin\\AdminImportController.php on line 2242, referer: http://localhost/backofficeadmin/index.php?controller=AdminImport&token=7db2e7d3cf72c79f774b2760bced5c93 [Fri Jul 17 12:02:59.347354 2020] [php7:notice] [pid 17212:tid 1956] [client ::1:55964] PHP Notice: Undefined property: Product::$image_alt in D:\\Wiroshop\\htdocs\\controllers\\admin\\AdminImportController.php on line 2242, referer: http://localhost/backofficeadmin/index.php?controller=AdminImport&token=7db2e7d3cf72c79f774b2760bced5c93 [Fri Jul 17 12:03:00.573187 2020] [php7:notice] [pid 17212:tid 1956] [client ::1:55964] PHP Notice: Undefined property: Product::$image_alt in D:\\Wiroshop\\htdocs\\controllers\\admin\\AdminImportController.php on line 2242, referer: http://localhost/backofficeadmin/index.php?controller=AdminImport&token=7db2e7d3cf72c79f774b2760bced5c93 [Fri Jul 17 12:03:01.647713 2020] [php7:notice] [pid 17212:tid 1956] [client ::1:55964] PHP Notice: Undefined property: Product::$image_alt in D:\\Wiroshop\\htdocs\\controllers\\admin\\AdminImportController.php on line 2242, referer: http://localhost/backofficeadmin/index.php?controller=AdminImport&token=7db2e7d3cf72c79f774b2760bced5c93 Hab schon alles Versucht leider keinen Erfolg : Cache im Backoffice und manuell gelöscht Nicht von Prestashop entwickelte Module deaktivieren hab ich auch versucht , leider das selbe . Execution Time bzw. Timeout auf hohe Werte gesetzt . Vielleicht könnt Ihr mir da weiter helfen . Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now