punktDe / pt_extlist

Generic list generator
http://extlist.punkt.de
12 stars 14 forks source link

setDataBackendFactory throws error under php7 #15

Open EnzephaloN opened 8 years ago

EnzephaloN commented 8 years ago

Again I tried to activate php7 on my page with pt_extlist-based extension. But, it breaks. There is the following error:

Core: Exception handler (WEB): Uncaught TYPO3 Exception: Call to a member function setDataBackendFactory() on null | Error thrown in file /home/www/DOMAIN/typo3conf/ext/pt_extlist/Classes/Domain/Model/Filter/FilterboxCollectionFactory.php in line 84. Requested URL: https://www.DOMAIN.de/.../

With php 5.5 all works fine.