lochmueller / perfectlightbox

TYPO3 CMS Extension - perfectlightbox
http://typo3.org/extensions/repository/view/perfectlightbox
3 stars 9 forks source link

perfectlighbox 4.0.2. missing "Classes" #1

Closed martinwb closed 8 years ago

martinwb commented 8 years ago

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 commented 8 years ago

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/" } },