Gernott / mask

TYPO3 Extension Mask
https://www.facebook.com/typo3mask
GNU General Public License v2.0
130 stars 86 forks source link

Error after installation #508

Closed criwe closed 2 years ago

criwe commented 2 years ago

Hi,

i´ve installed mask via extension manager in an TYPO3 10.4.29 (PHP 7.4), right after the installation an error occured, both in backend and frontend. Log says:

Core: Exception handler (WEB): Uncaught TYPO3 Exception: Class 'MASK\Mask\DependencyInjection\LoaderPass' not found | Error thrown in file /typo3conf/ext/mask/Configuration/Services.php in line 13. Requested URL: ...

Clearing cache failed, removing typo3temp/var/cache had no effekt. After removing mask (edit PackageStates.php) everything is fine.

Any clue?

Thanks! Christoph

nhovratov commented 2 years ago

Have you tried dumping the autoload cache?

criwe commented 2 years ago

That worked. I had to call the installtool direcly (not via backend), but after dumping the autoload cache everything works fine :-) Thanks a lot!