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

perfectlighbox 4.0.2. missing "Classes" #1

Closed
martinwb opened this issue Jun 24, 2016 · 1 comment · Fixed by #4
Closed

perfectlighbox 4.0.2. missing "Classes" #1

martinwb opened this issue Jun 24, 2016 · 1 comment · Fixed by #4

Comments

@martinwb
Copy link

Hi!

Trying to install the perfectlightbox 4.0.2 in Typo3 7.6.9 i get the following eror message:

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

The extension is not installed.

@lochmueller
Copy link
Owner

It seems to be a wrong autoloader configuration, because the classes are not migrated yet:
"autoload": { "psr-4": { "BENIEDIEK\\Perfectlightbox\\": "Classes/" } }, "autoload-dev": { "psr-4": { "BENIEDIEK\\Perfectlightbox\\Tests\\": "Tests", "TYPO3\\CMS\\Core\\Tests\\": ".Build/vendor/typo3/cms/typo3/sysext/core/Tests/" } },

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

Successfully merging a pull request may close this issue.

2 participants