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

wrong class filename on linux #13

Open
doshu opened this issue Sep 19, 2022 · 2 comments
Open

wrong class filename on linux #13

doshu opened this issue Sep 19, 2022 · 2 comments

Comments

@doshu
Copy link

doshu commented Sep 19, 2022

the class class.dbconnection.php must be renamed to class.dBConnection.php because of case sensitive filenames on linux platform

@pofa2007
Copy link

or change line 22 on index.php:

require_once 'classes/class.' . strtolower($class) . '.php';

@philbertphotos
Copy link

This is what I did thanks.

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