dorise Posted January 27, 2020 Report Share Posted January 27, 2020 Seit dem Update auf 6.1 sind auf unserer checkout-Seite bei Paypal Plus Kauf auf Rechnung folgende Meldungen zu sehen: Warning: Use of undefined constant COL_BAD_BANK_NAME - assumed 'COL_BAD_BANK_NAME' (this will throw an Error in a future version of PHP) in /www/htdocs/lapayaco/plugins/xt_paypal_plus/classes/class.paypal_plus.php on line 868 Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/lapayaco/plugins/xt_paypal_plus/classes/class.paypal_plus.php:868) in /www/htdocs/lapayaco/xtFramework/classes/class.xtLink.php on line 340 Kann mir jemand helfen, was das bedeutet? Ich hab das Paypal Plus Plug-In inzwischen auch schon neu installiert, bekomm aber trotzdem noch die Meldung. Für Hilfe bin ich echt dankbar. Quote Link to comment Share on other sites More sharing options...
netzzitrone Posted February 4, 2020 Report Share Posted February 4, 2020 So wie es aussieht, will das Paypal-Plus-Plugin hier die Bankdaten in die Datenbank schreiben hierbei auch den Bank-Namen. Dieser ist in dem Plugin xt_bank_details aber nicht vorgesehen. Dies sollte dann in xt_bank_details nachgebessert oder in xt_paypal_plus entfernt werden (je nachdem, ob dieses Information gespeichert werden soll oder nicht). Den Fehler "umgehen" könnte man vorerst durch auskommentieren der Zeile 868 in der Datei plugins/xt_paypal_plus/classes/class.paypal_plus.php (und verzichtet Damit auf die Information des Banknamens) COL_BAD_BANK_NAME => $result->payment_instruction->recipient_banking_instruction->bank_name, Quote Link to comment Share on other sites More sharing options...
Alex@4tfm Posted February 4, 2020 Report Share Posted February 4, 2020 On 1/27/2020 at 2:21 PM, dorise said: Warning:... On 1/27/2020 at 2:21 PM, dorise said: Warning:... Error-Reporting deaktivieren, es ist ein Warning. Quote Link to comment Share on other sites More sharing options...
jhahn Posted February 4, 2020 Report Share Posted February 4, 2020 Hallo Dorise. 1) wenn nicht schon getan, bei xt melden https://helpdesk.xt-commerce.com/index.php?/Tickets/Submit 2) in conf/debug.php prüfen, dass _SYSTEM_DEBUG_MANUALLY auf 'false' steht also define('_SYSTEM_DEBUG_MANUALLY', 'false');// if set to 'true' all errors, warning will be displayed but not in backend 3) wenn 2) nicht hilft auf der Datenbank prüfen, dass in der Tabelle xt_config für _SYSTEM_DEBUG false eingetragen ist SELECT config_value FROM xt_config WHERE config_key = 'SYSTEM_DEBUG' entweder diese Abfrage bringt keine Ergebnis (gut) oder der Wert sollte false sein @netzzitrone hm ja, geht, is aber nich doll. sieht eher ein wenig nach einem echten fehler in bank_details aus der gefixt werden sollte. die änderungen in p-plus werden ja überschrieben bei einem plg-upd Quote Link to comment Share on other sites More sharing options...
dorise Posted February 12, 2020 Author Report Share Posted February 12, 2020 Super, vielen Dank für Eure Antworten. Ich hatte tatsächlich debug auf ´true´. Mein Problem ist somit gelöst. An xt-Support hatte ich es zuvor schon weitergegeben. Im Demo-Shop war es wohl nicht reproduzierbar. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.