Ankündigung

Einklappen
Keine Ankündigung bisher.

Quantum mit PHP >7.1 Fehlermeldung

Einklappen
Dieses Thema ist geschlossen.
X
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • Quantum mit PHP >7.1 Fehlermeldung

    Strato unterstützt ab März nicht mehr PHP 7.1 (nur noch gegen Aufpreis).
    Hat jemand das Quantum Theme unter 7.2 oder höher laufen?

    Wenn ich von PHP 7.1 auf 7.2 stelle dann bekomme ich folgende Fehlermeldung:

    #0 [internal function]: __error(2, 'Cannot modify h...', '/mnt/web006/c0/...', 574, Array) #1 system/modules/core/library/Contao/System.php(574): setcookie('BE_USER_AUTH', '59421074755dd72...', 1582575661, '/', '', false, true) #2 system/modules/core/classes/Frontend.php(569): Contao\System::setCookie('BE_USER_AUTH', '59421074755dd72...', 1582575661, '/', NULL, false, true) #3 system/modules/core/controllers/FrontendIndex.php(35): Contao\Frontend->getLoginStatus('BE_USER_AUTH') #4 index.php(19): Contao\FrontendIndex->__construct() #5 {main}
    Warning: Cannot modify header information - headers already sent by (output started at /mnt/web006/c0/84/57519384/htdocs/system/helper/functions.php:65) in system/modules/core/library/Contao/Template.php on line 294
    #0 [internal function]: __error(2, 'Cannot modify h...', '/mnt/web006/c0/...', 294, Array) #1 system/modules/core/library/Contao/Template.php(294): header('Vary: User-Agen...', false) #2 system/modules/core/classes/FrontendTemplate.php(121): Contao\Template->output() #3 system/modules/core/pages/PageRegular.php(190): Contao\FrontendTemplate->output(true) #4 system/modules/core/controllers/FrontendIndex.php(285): Contao\PageRegular->generate(Object(Contao\PageModel), true) #5 index.php(20): Contao\FrontendIndex->run() #6 {main}
    Warning: Cannot modify header information - headers already sent by (output started at /mnt/web006/c0/84/57519384/htdocs/system/helper/functions.php:65) in system/modules/core/library/Contao/Template.php on line 295
    #0 [internal function]: __error(2, 'Cannot modify h...', '/mnt/web006/c0/...', 295, Array) #1 system/modules/core/library/Contao/Template.php(295): header('Content-Type: t...') #2 system/modules/core/classes/FrontendTemplate.php(121): Contao\Template->output() #3 system/modules/core/pages/PageRegular.php(190): Contao\FrontendTemplate->output(true) #4 system/modules/core/controllers/FrontendIndex.php(285): Contao\PageRegular->generate(Object(Contao\PageModel), true) #5 index.php(20): Contao\FrontendIndex->run() #6 {main}


  • #2
    Hast Du alle Module / Erweiterungen auf dem aktuellen Stand?

    Gruß
    tschero
    https://www.webdesign24.biz

    Kommentar


    • #3
      Ich lese in diesem Auszug keine PCT bezogenen Fehler bzw. auch keine direkten 7.2 bezogenen Fehler.
      Grob würde ich sagen die Contao Version ist noch zu gering für PHP 7.2. Das kam erst Mitte 3.5
      http://www.premium-contao-themes.com

      Kommentar


      • #4
        Alle Erweiterungen sind auf den aktuellen Stand.
        Contao Version ist: 3.5.33

        Kommentar


        • #5
          Wie lautet denn der konkrete Fehler? Gezeigt ist nur der Stacktrace.
          http://www.premium-contao-themes.com

          Kommentar


          • #6
            Ich hab Contao nun auf 3.5.40 aktualisiert.
            Wenn ich im Kundencenter von Strato von PHP 7.1 auf PHP 7.2 umstelle kommt weiterhin beim Aufrufen der Seite:


            Warning: Use of undefined constant PCT_ARTICLEWRAPPER_VERSION - assumed 'PCT_ARTICLEWRAPPER_VERSION' (this will throw an Error in a future version of PHP) in system/modules/pct_articlewrapper/config/config.php on line 17
            #0 system/modules/pct_articlewrapper/config/config.php(17): __error(2, 'Use of undefine...', '/mnt/web006/c0/...', 17, Array) #1 system/modules/core/library/Contao/Config.php(141): include('/mnt/web006/c0/...') #2 system/modules/core/library/Contao/Config.php(108): Contao\Config->initialize() #3 system/initialize.php(162): Contao\Config::getInstance() #4 index.php(16): require('/mnt/web006/c0/...') #5 {main} Es scheint doch irgendwie an der PCT_ARTICLEWRAPPER Erweiterung zu liegen oder? Was kann ich posten damit du mehr weisst, Tim?

            Kommentar


            • #7
              In Line 17 steht übrigens:
              define(PCT_ARTICLEWRAPPER_VERSION, ´1.4.1`);

              Kommentar


              • #8
                Das ArticleWrapper Modul kann direkt von Git bezogen werden: https://github.com/timgatzky/pct_articlewrapper/releases
                Ab 1.5.1 ist PHP 7.2 ready.
                http://www.premium-contao-themes.com

                Kommentar

                Lädt...
                X