xperseguers / t3ext-extractor

TYPO3 Extension extractor
https://extensions.typo3.org/extension/extractor
GNU General Public License v2.0
15 stars 24 forks source link

Call to FlashMessage->getClass breaks Extension Configuration view in BE #15

Closed hirnschmalz closed 4 years ago

hirnschmalz commented 5 years ago

If using the master branch with TYPO3 9 LTS the usage of $flashMessage->getClass() in Classes/Em/ConfigurationHelper.php breaks the Settings > Extension Configuration in the backend.

mediaessenz commented 5 years ago

There are much bigger problems: The master version still uses old api calls inside the MappingController. Even replacing e.g. BackendUtility::getAjaxUrl('extractor_analyze') with $uriBuilder->buildUriFromRoute('ajax_extractor_analyze') doesn't work, because there are no routes available at this place. I think it's because TYPO3 9's Extension Settings Controller is now part of the Install Module, which doesn't always has a backend.

hirnschmalz commented 5 years ago

@xperseguers any plans to make this extension TYPO3 v9 compatible?

xperseguers commented 5 years ago

@hirnschmalz Jigal van Hemert started to work on some compatibility, you may contact him on Slack if you want to help. I will naturally integrate the changes when they get available.

kaystrobach commented 5 years ago

@hirnschmalz maybe you checkout the pr #17 - feedback would be awesome!

hirnschmalz commented 4 years ago

Hi @kaystrobach ,

I'm using your PR in two installations. No problems so far. 👍