fabarea / rss_display

TYPO3 CMS extension for fetching a RSS / Atom Feed and display its content on the Frontend
Other
12 stars 25 forks source link

php 7.4 compatibility (SimplePie to 1.5.5) #48

Closed osahner closed 4 years ago

osahner commented 4 years ago

Upgrading SimplePie to 1.5.5 helped.

but the UpdateScript bails out with: Call to a member function exec_SELECTgetRows() on null | Error thrown in file typo3temp/var/transient/ext_update21985a820dab12624abf6ea84e5480d6.php in line 33.

        public function updateNewIdentity() {

                $condition = "list_type='rss_display_pi1'";
                $rows = $this->getDatabaseConnection()->exec_SELECTgetRows('*', 'tt_content', $condition);
fabarea commented 4 years ago

I just released a new version which does not contain the UpdateScript.