François Suter
François Suter
Hi. You're actually right. PHP 8.3 is not yet officially supported. I should be able to do a minor release soon and cover this isue.
Ah yes, you're right. I was mostly thinking that it is not stated explicitly and that it should. Also I have not given external import a run with PHP 8.3...
That's a tough one. The extension can't require `typo3/cms-reactions` because it's meant to remain compatible with TYPO3 11 for now. What I can do for now is add a note...
I agree that the current state can create quite a mess. Thanks for suggesting the various elements that can improve the situation. I'll take a look.
Pull requests are always welcome and definitely improve the chances of the bug being fixed ;-) Thanks for the proposal.
Hi, have you installed system extension "reactions"? It is actually required for v12, but since I kept external_import compatible also with v11, I couldn't add "reactions" as an explicit requirement....
Usage of the compatibility utility class has been replaced in https://github.com/cobwebch/external_import/commit/9001d5e7b9a04934e99e50a2e542599d349ead66 I will soon release a new minor version. I'll keep you posted and you can test whether this still...
Please check if this is resolved installing new version 7.2.5
Thanks a lot for continuing to dig into that topic! I feel supported and grateful for that.
Hi. This could be an autoloading issue. I haven't worked with non-composer installation in ages, I don't remember how we used to regenerate the autoloading information. Or could it be...