Ankündigung

Einklappen
Keine Ankündigung bisher.

Anmeldung an Backend wg. Customelements nicht (nach Update)

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

  • Anmeldung an Backend wg. Customelements nicht (nach Update)

    Hallo,

    nach einem umfangreichen Update ist die Anmeldung an das Backend nicht möglich, im Log erscheint folgende Meldung:
    [2024-05-10T17:56:35.848786+02:00] php.CRITICAL: Uncaught Error: Call to undefined method PCT\CustomElements\Core\Controller::addToUrl() {"exception":"[object] (Error(code: 0): Call to undefined method PCT\\CustomElements\\Core\\Controller::addToUrl() at /homepages/13/d267066891/htdocs/contao4/system/modules/pct_customelements/PCT/CustomElements/Core/SystemIntegration.php:261)"} []
    [2024-05-10T17:56:35.852793+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\UndefinedMeth odError: "Attempted to call an undefined method named "addToUrl" of class "PCT\CustomElements\Core\Controller"." at /homepages/13/d267066891/htdocs/contao4/system/modules/pct_customelements/PCT/CustomElements/Core/SystemIntegration.php line 261 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\Undefine dMethodError(code: 0): Attempted to call an undefined method named "addToUrl" of class "PCT\\CustomElements\\Core\\Controller". at /homepages/13/d267066891/htdocs/contao4/system/modules/pct_customelements/PCT/CustomElements/Core/SystemIntegration.php:261)"} []

    Deaktiviere ich entferne ich das Modul funktioniert die Anmeldung.
    Cache wurde bereits gelöscht.

    Hat jemend eine Idee?

    Viele Grüße

    Igor

  • #2
    Hi Igor,
    das aber ein Update einer sehr frühen EX. Noch weit vor EX4.0 (Feb 2022).
    Das stimmt, die Methode gibt es in diesem Sinne nicht mehr. Die Methode hier einem Bereich aus dem Update zu EX4.0 > Bereich Vault-Migration. https://forum.premium-contao-themes....4473#post24473

    Öffne mal die Datei system/modules/pct_customelements/PCT/CustomElements/Core/SystemIntegration.php, und ändere die Zeile 261 in:

    Code:
    Message::addError('<a href="'.\Contao\Controller::addToUrl('do=maintenance').'">'.$GLOBALS['TL_LANG']['PCT_CUSTOMELEMENTS']['migrateVaultAlert'].'</a>');
    http://www.premium-contao-themes.com

    Kommentar


    • #3
      Ha funktioniert, vielen Dank Tim.

      Kommentar

      Lädt...
      X