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

classes not found on linux #21

Open
fefescript84 opened this issue Jun 7, 2023 · 2 comments
Open

classes not found on linux #21

fefescript84 opened this issue Jun 7, 2023 · 2 comments

Comments

@fefescript84
Copy link

Hello!

Tested on Windows and passed, but on linux failed to load: Zxing\Common\HybridBinarizer because the classloader cannot find under 'common' directory.
Please rename the belowing folders to correct it:
src/lib/common => src/lib/Common
src/lib/common/detector => src/lib/Common/Detector
src/lib/common/reedsolomon => src/lib/Common/Reedsolomon
src/lib/qrcode => src/lib/Qrcode
src/lib/qrcode/decoder => src/lib/Qrcode/Decoder
src/lib/qrcode/detector => src/lib/Qrcode/Detector

@fefescript84
Copy link
Author

And correct in composer.json
autoload / files: "src/lib/common/customFunctions.php" => "src/lib/Common/customFunctions.php"

@erickdewa
Copy link

I also experienced the same problem

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

2 participants