machwatt / sf_filecollection_gallery

Simple Image Gallery für TYPO3 CMS which renders a FileCollection containing static or folder based images.
GNU General Public License v2.0
8 stars 11 forks source link

Error with TYPO3 8.6 #77

Closed Hobokens closed 7 years ago

Hobokens commented 7 years ago

Hi,

i'm just testing the new LTS. With sf_filecollection_gallery I get the following error on my local machine:

Call to undefined method TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::getPageRenderer() Error thrown in file W:\xxxx\htdocs\xxxx\typo3conf\ext\sf_filecollection_gallery\Classes\ViewHelpers\IncludeFileViewHelper.php in line 49.

Do you plan to update this nice extension?

Regards Hobokens

machwatt commented 7 years ago

Yep, but i dont know if i get it ready until the official launch of 8LTS. But i'll have a look into it. Thanks for reporting this error.

Hobokens commented 7 years ago

The problem is easy to solve. you can take the IncludeFileViewHelper from Georg Ringers Extension 'news' as example.

Regards Hobokens

Patta commented 7 years ago

@Hobokens, after replacing of the IncludeFileViewHelper with the viewhelper from EXT:news i get this exception error: Uncaught TYPO3 Exception

1460976233: You must either specify a string src or a File object.

I think there are other things to do for v8 LTS. #79

Patta commented 7 years ago

fixed with PR #80

derhansen commented 7 years ago

Closing issue