plan2net / webp

Create a WebP copy for images (TYPO3 CMS)
GNU General Public License v3.0
60 stars 33 forks source link

Class "Plan2net\Webp\Converter\AbstractConverter" not found #85

Closed quadronet closed 1 year ago

quadronet commented 1 year ago

With debug on this error is shown

Class "Plan2net\Webp\Converter\AbstractConverter" not found

PHP 8.1 TYPO3 11.5...

wazum commented 1 year ago

@quadronet I don't really know what I should do with this issue. Maybe you can provide further details (type of installation, versions etc.) . Classes are loaded by composer autoloader.

quadronet commented 1 year ago

'version' => '4.2.0', TYPO3 is 11.5.19 . No composer install. The error is shown in Frontend with debug = 1 Core: Exception handler (WEB): Uncaught TYPO3 Exception: Class 'Plan2net\Webp\Converter\Exception\WillNotRetryWithConfigurationException' not found | Error thrown in file /var/www/vhosts/web/tester.de/typo3conf/ext/webp/Classes/Service/Webp.php in line 55

wazum commented 1 year ago

I'm sorry, I can't provide support for non-composer installations. But here are some general hints: https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ApiOverview/Autoloading/Index.html#id2