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