You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DateRangeFilter seems to have an issue with PHP 8.3. I’ve been using it for a while in a project. Previously with Contao 4.13.16, Haste 4.25.25, and PHP 7.4 — everything worked fine. After upgrading to PHP 8.3, Haste 5.2, and Contao 4.13.53, the filter no longer works. The parameters in the DCA are set, but the filter is not displayed at all. In the deprecations, I see the following message related to Haste:
The "Codefog\HasteBundle\EventListener\DoctrineOrmListener" class implements "Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface" that is deprecated use the {@see AsDoctrineListener} attribute instead.
My attempt to fix it: I downgraded Haste to 4.25.25 while keeping Contao 4.13.53 and PHP 8.3, cleared the cache — but now I get the following warning in the backend:
Hi everyone,
Please excuse my poor English :)
The DateRangeFilter seems to have an issue with PHP 8.3. I’ve been using it for a while in a project. Previously with Contao 4.13.16, Haste 4.25.25, and PHP 7.4 — everything worked fine. After upgrading to PHP 8.3, Haste 5.2, and Contao 4.13.53, the filter no longer works. The parameters in the DCA are set, but the filter is not displayed at all. In the deprecations, I see the following message related to Haste:
The "Codefog\HasteBundle\EventListener\DoctrineOrmListener" class implements "Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface" that is deprecated use the {@see AsDoctrineListener} attribute instead.
My attempt to fix it: I downgraded Haste to 4.25.25 while keeping Contao 4.13.53 and PHP 8.3, cleared the cache — but now I get the following warning in the backend:
Warning: Undefined array key "haste_dateRangeFilter_tstamp_eingabe".
The field tstamp_eingabe comes from my custom modification.
Is there any solution for this?
Thank you :)
The text was updated successfully, but these errors were encountered: