Neuigkeiten
  • Die modified eCommerce Shopsoftware ist kostenlos, aber nicht umsonst.
    Spenden
  • Damit wir die modified eCommerce Shopsoftware auch zukünftig kostenlos anbieten können:
    Spenden
  • Thema: Fehler in Zahlungsoptionen / Zahlungsweisen

    Druck-Ei

    • Fördermitglied
    • Beiträge: 36
    • Geschlecht:
    Fehler in Zahlungsoptionen / Zahlungsweisen
    am: 13. März 2015, 19:41:30
    modified eCommerce Shopssoftware v1.06 rev 4642 SP2 dated: 2014-08-12
    Datenbank Version: "MOD_1.0.6.0"
    PHP 5.4

    Beim Aufruf der Zahlungsoptionen / Zahlungsweisen kommt:

    Code: PHP  [Auswählen]
    Deprecated: Non-static method KlarnaConstant::isAdmin() should not be called statically, assuming $this from incompatible context in /customers/8/b/b/paradies-strullendorf-shop.de/httpd.www/includes/external/klarna/class.KlarnaBase.php on line 122 Deprecated: Non-static method KlarnaConstant::isAdmin() should not be called statically, assuming $this from incompatible context in /customers/8/b/b/paradies-strullendorf-shop.de/httpd.www/includes/external/klarna/class.KlarnaBase.php on line 654 Deprecated: Non-static method KlarnaConstant::isEnabled() should not be called statically, assuming $this from incompatible context in /customers/8/b/b/paradies-strullendorf-shop.de/httpd.www/includes/external/klarna/class.KlarnaBase.php on line 655 Deprecated: Non-static method KlarnaConstant::isAdmin() should not be called statically, assuming $this from incompatible context in /customers/8/b/b/paradies-strullendorf-shop.de/httpd.www/includes/external/klarna/class.KlarnaBase.php on line 694 Deprecated: Non-static method KlarnaConstant::isAdmin() should not be called statically, assuming $this from incompatible context in /customers/8/b/b/paradies-strullendorf-shop.de/httpd.www/includes/external/klarna/class.KlarnaBase.php on line 122 Deprecated: Non-static method KlarnaConstant::isAdmin() should not be called statically, assuming $this from incompatible context in /customers/8/b/b/paradies-strullendorf-shop.de/httpd.www/includes/external/klarna/class.KlarnaBase.php on line 654 Deprecated: Non-static method KlarnaConstant::isEnabled() should not be called statically, assuming $this from incompatible context in /customers/8/b/b/paradies-strullendorf-shop.de/httpd.www/includes/external/klarna/class.KlarnaBase.php on line 655 Deprecated: Non-static method KlarnaConstant::isAdmin() should not be called statically, assuming $this from incompatible context in /customers/8/b/b/paradies-strullendorf-shop.de/httpd.www/includes/external/klarna/class.KlarnaBase.php on line 694
    [...]

    Habt Ihr eine Idee was hier passiert ist ?

    Unter Module Zusammenfassung geht es weiter:

    Code: PHP  [Auswählen]
    Deprecated: Non-static method KlarnaConstant::isAdmin() should not be called statically, assuming $this from incompatible context in /customers/8/b/b/paradies-strullendorf-shop.de/httpd.www/includes/modules/order_total/ot_klarna_fee.php on line 59 Deprecated: Non-static method KlarnaConstant::isAdmin() should not be called statically, assuming $this from incompatible context in /customers/8/b/b/paradies-strullendorf-shop.de/httpd.www/includes/modules/order_total/ot_klarna_fee.php on line 59 Deprecated: Non-static method HelperFunctions::escapeSql() should not be called statically, assuming $this from incompatible context in /customers/8/b/b/paradies-strullendorf-shop.de/httpd.www/includes/modules/order_total/ot_sofort.php on line 267

    Grüße und Danke
    Andreas

    Linkback: https://www.modified-shop.org/forum/index.php?topic=32496.0

    Druck-Ei

    • Fördermitglied
    • Beiträge: 36
    • Geschlecht:
    Re: Fehler in Zahlungsoptionen / Zahlungsweisen
    Antwort #1 am: 14. März 2015, 17:15:22
    ok habe was im Forum gefunden
    so war es auch Hoster hat auf php 5.6 umgestellt
    habe jetzt wieder auf 5.4 umgestellt, aber fehlermeldung bleibt trotzdem
    habe gelesen dass man die Fehlermeldung ausschalten kann:

    Also:

    Code: PHP  [Auswählen]
    error_reporting(E_ALL ^ ~E_STRICT);

    also in der "/admin/includes/application_top.php":

    Code: PHP  [Auswählen]
       * set the level of error reporting
     */
    if (file_exists(DIR_FS_CATALOG.'export/_error_reporting.all') || file_exists(DIR_FS_CATALOG.'export/_error_reporting.admin')) {
      @ini_set('display_errors', true);
      error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT); //exlude E_STRICT on PHP 5.4
    } elseif (file_exists(DIR_FS_CATALOG.'export/_error_reporting.dev')) {
      @ini_set('display_errors', true);
      error_reporting(-1); // Development value
    } else {
      error_reporting(0);
    }
    }

    Quelle: Fehlermeldungen im Admin Bereich

    also wo soll die zeile 1 im 1. satz genau hin ?
    bzw. was soll ersetzt werden
    oder die Zeile einfach dazu schreiben ?

    ich bitte um Hilfe

    Druck-Ei

    • Fördermitglied
    • Beiträge: 36
    • Geschlecht:
    Re: Fehler in Zahlungsoptionen / Zahlungsweisen
    Antwort #2 am: 15. März 2015, 17:52:17
    Hallo
    Problem ist gelöst
    nach Umstellung auf PHP 5.4 und 1 Nacht warten (Hoster one.com)
    waren die Fehlermeldungen weg.

    Danke und Grüße
    Andreas
    4 Antworten
    3168 Aufrufe
    12. Februar 2010, 15:45:26 von Tomcraft
    3 Antworten
    2584 Aufrufe
    06. Juni 2013, 13:49:16 von jannemann
    1 Antworten
    1625 Aufrufe
    23. Juni 2018, 11:10:11 von Joklin
               
    anything