Neu Weiße Seit ebei paypal Bezahlung sowie im Kundenkonto und im Bestellvorgang

GNC-Designstudio

Aktives Mitglied
27. November 2015
36
0
Hallo Wir nutzen aktuell JTL- Shop 4.03 und bekommen bei Paypal Zahlungen ,bei Login in das Kundenkonto sowie im Bestellvorgang erhalten wir eine weiße Seite. Im Systemlok haben wir diese Meldung erhalten:
Die Zahlungsart PayPal Basic ist ein Plugin und wird auf Gültigkeit geprüft!

In der MySQL-Statistik: Uptime: 2351504 Threads: 1 Questions: 46895900 Slow queries: 487987 Opens: 16905 Flush tables: 1 Open tables: 7708 Queries per second avg: 19.942

Der Debuger wirft auf den betrefenden seiten nichst aus weil einach nichts geladen wird.
Kann das am SSL liegen? Das haben wir erst kürzlich ankitiviert da wir vermutet haben das Paypal desswegen die weiße Seite anzeigt.

Das Paypal Modul wurde bereits deinstalliert und neu installiert. Jetzt haben wir Paypal Basic doppelt im Backend.
Weiße Seite nach wie vor.

Hat jemand ebenfalls solche Erfahrungen gesammelt und wie können wir das fixen?
 

GNC-Designstudio

Aktives Mitglied
27. November 2015
36
0
Wir nutzen die Version JTL- Shop 4.03. Laut Shopsystem ist das Ssytem aktuell.
JTL Plugin Version ist die: 1.04

Probleme bestehen nach wie vor
 

ag-websolutions.de

Sehr aktives Mitglied
29. Dezember 2009
14.548
232
Kannst du mal in der includes/config.JTL- Shop.ini.php am Ende mal folgendes eintragen::

Code:
////enables printing of warnings/infos/errors for the shop frontend
define('SHOP_LOG_LEVEL', E_ALL);
////enables printing of warnings/infos/errors for the dbeS sync
//define('SYNC_LOG_LEVEL', E_ALL);
////enables printing of warnings/infos/errors for the admin backend
define('ADMIN_LOG_LEVEL', E_ALL);
////enables printing of warnings/infos/errors for the smarty templates
define('SMARTY_LOG_LEVEL', E_ALL);
////excplicitly show/hide errors
ini_set('display_errors', 1);
//define('ES_DB_LOGGING', 1);
//define('ES_LOGGING', 1);

Wenn du jetzt bei Login in das Kundenkonto oder Bestellvorgang aufrufst, siehst du dann mehr als eine weiße Seite?
 

GNC-Designstudio

Aktives Mitglied
27. November 2015
36
0
Beim Login in das Kundenkonto erhalten ich nun diese Fehlermeldung:
Fatal error: Uncaught --> Smarty: unable to write file /home/.sites/24/site50/web/ shop/templates_c/Evo-Child-Example/wrt58a2ea76865f10_60216928 <-- thrown in /home/.sites/24/site50/web/shop/includes/libs/smarty-3.1.27/libs/sysplugins/smarty_internal_write_file.php on line 46
 

GNC-Designstudio

Aktives Mitglied
27. November 2015
36
0
Bei Paypal Zahlung erhalte ich diese Meldung:


Notice: Undefined index: parent_template_path in /home/.sites/24/site50/web/shop/includes/libs/smarty-3.1.27/libs/sysplugins/smarty_internal_compile_extends.php(59) : eval()'d code on line 1

Notice: Trying to get property of non-object in /home/.sites/24/site50/web/shop/includes/libs/smarty-3.1.27/libs/sysplugins/smarty_internal_compile_extends.php(59) : eval()'d code on line 1

Fatal error: Uncaught --> Smarty: Unable to read template file '/checkout/inc_conversion_tracking.tpl' <-- thrown in /home/.sites/24/site50/web/shop/includes/libs/smarty-3.1.27/libs/sysplugins/smarty_internal_resource_file.php on line 202
 

GNC-Designstudio

Aktives Mitglied
27. November 2015
36
0
Ja das war zum testen, denn das Child Theme produziert genasuo Fehler:

Notice: Undefined index: parent_template_path in /home/.sites/24/site50/web/shop/includes/libs/smarty-3.1.27/libs/sysplugins/smarty_internal_compile_extends.php(59) : eval()'d code on line 1
Notice: Trying to get property of non-object in /home/.sites/24/site50/web/shop/includes/libs/smarty-3.1.27/libs/sysplugins/smarty_internal_compile_extends.php(59) : eval()'d code on line 1
Fatal error: Uncaught --> Smarty: Unable to read template file '/checkout/inc_conversion_tracking.tpl' <-- thrown in /home/.sites/24/site50/web/shop/includes/libs/smarty-3.1.27/libs/sysplugins/smarty_internal_resource_file.php on line 202
 

GNC-Designstudio

Aktives Mitglied
27. November 2015
36
0
So update ist durch, jedoch erhalten wir im Bestellvorgang folgende Notices:
Notice: Undefined index: api_live_sandbox in /home/.sites/24/site50/web/shop/includes/plugins/jtl_paypal/version/106/paymentmethod/class/PayPalFinance.class.php on line 290

Notice: Undefined index: api__user in /home/.sites/24/site50/web/shop/includes/plugins/jtl_paypal/version/106/paymentmethod/class/PayPalFinance.class.php on line 83

Notice: Undefined index: api__pass in /home/.sites/24/site50/web/shop/includes/plugins/jtl_paypal/version/106/paymentmethod/class/PayPalFinance.class.php on line 84

Notice: Undefined index: api__signatur in /home/.sites/24/site50/web/shop/includes/plugins/jtl_paypal/version/106/paymentmethod/class/PayPalFinance.class.php on line 85

Notice: Undefined index: api_live_sandbox in /home/.sites/24/site50/web/shop/includes/plugins/jtl_paypal/version/106/paymentmethod/class/PayPalFinance.class.php on line 290

Notice: Undefined index: api_live_client_id in /home/.sites/24/site50/web/shop/includes/plugins/jtl_paypal/version/106/paymentmethod/class/PayPalFinance.class.php on line 164

Notice: Undefined index: api_live_secret in /home/.sites/24/site50/web/shop/includes/plugins/jtl_paypal/version/106/paymentmethod/class/PayPalFinance.class.php on line 165
 

david

Administrator
Mitarbeiter
16. Juli 2010
2.309
169
OK, die Notices sind unschön (--> wird behoben), sollten in einem Produktivsystem aber nicht ausgegeben werden und stören dann auch nicht den Betrieb.

Prüf bitte die Error-Reporting-Einstellungen in der includes/config.JTL- Shop.ini.php bzw. im Debug-Plugin.

//Edit: Klick auf Plugin aktualisieren sollte die Notices ebenfalls verschwinden lassen
 

Future-Base

Aktives Mitglied
24. Juli 2017
67
1
Hallo GNC-Designstudio,

mich würde interessieren, wie du das gelöst hast, denn ich habe genau das gleiche Problem wie du mit den Notices.
 

Ähnliche Themen