Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Composer namespace case insensitive issue #80

Open
featdd opened this issue May 27, 2020 · 1 comment
Open

Composer namespace case insensitive issue #80

featdd opened this issue May 27, 2020 · 1 comment

Comments

@featdd
Copy link

featdd commented May 27, 2020

Hi

in the composer.json you have classmap: "classes/" which is lowercase but the folder is uppercased "Classes", on a case sensitive filesystem this leads to class not found exceptions.

Greetings
Daniel

@tobiasschaeferptb
Copy link

The same problem exists for the folder services. Both folders classes and services should be Classes and Services.
The needs to be fixed in:
composer.json (line 24 and 25)
ext_emconf.php (line 42 and 43)
ext_autoload.php (line 6, 9, 11, 12, 19, 21, 23, 24, 45, 56, 59)
ext_conf_include.php (line 42 - 52)
in ext_autoload.php there are also some $extensionPath . 'tests/ which should be $extensionPath . 'Tests/
Cheers, Tobias

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

No branches or pull requests

2 participants