Ankündigung

Einklappen
Keine Ankündigung bisher.

Warning: Attempt to read property "type" on null beim editieren eines Formulars (dev)

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

  • Warning: Attempt to read property "type" on null beim editieren eines Formulars (dev)

    Hallo,

    im APP_ENV=dev tritt ein Fehler auf, wenn man Formulare bearbeiten will.

    PHP Version 8.1.

    /contao?do=form&table=tl_form_field&id=54

    Könnt ihr das beheben?

    Aktueller Workaround: APP_ENV=prod - das ist aber zum entwicklen natürlich etwas nervig :-)

    Viele Grüße & danke im Voraus,

    Alex


    Warning: Attempt to read property "type" on null
    • Exception
    • Logs 1
    • Stack Trace
    ErrorException


    in system/modules/pct_autogrid/PCT/AutoGrid/Backend/TableFormField.php (line 69)
    1. {
    2. $objDC->activeRecord = \FormFieldModel::findByPk($objDC->id);
    3. }
    4. // load specific templates
    5. if( \version_compare(VERSION,'4.9','>=') && \in_array($objDC->activeRecord->type, $GLOBALS['PCT_AUTOGRID']['wrapperElements']) )
    6. {
    7. $GLOBALS['TL_DCA'][$objDC->table]['fields']['customTpl']['options_callback'] = array(\get_class($this),'loadTemplates');
    8. }

  • #2
    Danke dir für den Hinweis. Ich sichere es höher ab in einer kommenden Version.

    Du kannst zwischenzeitlich das error_logging vor diesem Teil für Warnings deaktivieren und vor deinem Teil wieder aktivieren.
    http://www.premium-contao-themes.com

    Kommentar

    Lädt...
    X