Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Could not scan for classes inside "/var/www/html/typo3conf/ext/direct_mail_subscription/Classes/" #18

Closed
seirerman opened this issue Feb 10, 2017 · 2 comments

Comments

@seirerman
Copy link

Everytime I install or uninstall an extension in the extension manager, I get an error:

Could not scan for classes inside "/var/www/html/typo3conf/ext/direct_mail_subscription/Classes/" which does not appear to be a file nor a folder

And after I uninstall an extension I have to delete the cache files manually after the previous error message, because it somehow prevents the cache to be cleared, and I end up with a "dead" installation and:

TYPO3 Fatal Error: Extension key "[Extension name]" is NOT loaded!

This might have something to do with https://forge.typo3.org/issues/76457

I'm on TYPO3 7.6.15, PHP 5.6.29 and direct_mail_subscription 2.0.3, by the way.

@whiteroom
Copy link

This has been corrected on commit 8792d07
Which basically meant adding the missing folder "Classes", since TYPO3 package manager scans Classes folder.
The real problem is, that the TYPO3 Extension Repository and this code repository are NOT in sync! So please fix #16 and #17

Thank you

@kartolo kartolo closed this as completed Mar 14, 2017
@kartolo
Copy link
Owner

kartolo commented Mar 14, 2017

closing this. new release will be made

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants