simonschaufi/gkh_rss_import

Error on install with ddev

Trayshar opened this issue · 2 comments

Bug Report

Prerequisites

  • Can you reproduce the problem on TYPO3 v10.4 LTS
  • Can you reproduce the problem on TYPO3 v11.5 LTS
  • Can you reproduce the problem on TYPO3 v12.0
  • Can you reproduce the problem on TYPO3 dev-main
  • Did you perform a search
    to see if your bug or enhancement is already reported?

Description

Extension setup script crashes on fresh ddev TYPO3 v11.5 installation

Steps to Reproduce

  1. Install a fresh TYPO3 installation using ddev
  2. Install this dependency using composer: ddev composer req gkh/gkh-rss-import
  3. Run the extension setup command as described here: ddev typo3cms extension:setup

Expected behavior

The setup command exits without error.

Actual behavior

[ TYPO3\CMS\Core\Error\Exception ]
Warning: Undefined array key "gkh_rss_import_image" in /var/www/html/public/typo3conf/ext/gkh_rss_import/ext_localconf.php line 25

Failed to run typo3cms extension:setup: exit status 1

Versions

gkh/gkh-rss-import: v9.0.2
typo3: v11.5.16
composer: v2.4.2

This has to do with PHP 8. I'll provide a fix asap.

This issue can be closed as it already has been fixed by merged PR #24