AutogenerateBookingForm not compatible with PHP 8
Closed this issue · 2 comments
rabauss commented
Unfortunately the migration AutogenerateBookingForm is not compatible with PHP 8.
Argument #2 ($replace) must be of type array|string, null given
in
The error occurs because there has been defined no default
for extensions
in tl_form_field
since Contao 4.9 - see:
https://github.com/contao/contao/blob/4.9/core-bundle/src/Resources/contao/dca/tl_form_field.php#L283
markocupic commented
rabauss commented
@markocupic: looking good to me!