franzholz / imagecycle

Insert a slideshow into your page or template. Manage the images, captions and hrefs recursively in the pagetree and show it in a jQuery-Cycle, Coin-Slider, Nivo-Slider or Cross-Slider. TYPO3 extension. The original author is Jürgen Furrer.
0 stars 6 forks source link

Installation imagecyle 3.3.2 in TYPO3 11.5.31 (classic not composer) failed #7

Open gitradbaron opened 1 year ago

gitradbaron commented 1 year ago

Hi,

i tried to install the developement-branch of the extension. It is no composer-installation. After installation the system breaks: syntax error, unexpected variable "$extensionKey", expecting ")"...

-> ParseError thrown in file -> /Configuration/TCA/Overrides/pages.php in line 14

Tried with PHP 7.4.x and later with PHP 8.1.y

Greetings!

gitradbaron commented 1 year ago

Solution. Missing "." before $extensionKey in line 14 and line 29: 'label' => 'LLL:EXT:' . $extensionKey . '/Resources/Private/Language/locallang_db.xlf:' . $table . '.tx_imagecycle_mode',

franzholz commented 1 year ago

So please write a pull request.

gitradbaron commented 1 year ago

So please write a pull request.

Pull request creation failed. Validation failed: must be a collaborator