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

fix database ONLY_FULL_GROUP_BY mode #68

Open
moyalx opened this issue Feb 27, 2024 · 3 comments
Open

fix database ONLY_FULL_GROUP_BY mode #68

moyalx opened this issue Feb 27, 2024 · 3 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@moyalx
Copy link

moyalx commented Feb 27, 2024

please add this command to the script.sql file :

SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));

if ONLY_FULL_GROUP_BY be active, this cause error on colleges pages !

@edenroseFR
Copy link
Owner

@moyalx can you paste the error it causes on the Colleges page? Thanks

@moyalx
Copy link
Author

moyalx commented Feb 27, 2024

@edenroseFR
Screenshot from 2024-02-27 11-07-16

another problem I have is that login page not working at all . http://127.0.0.1:8080/students page comes without any authentication

@edenroseFR
Copy link
Owner

@moyalx, I'll look into this whenever I have the time. Meanwhile, you can create a PR if you find a fix. Thanks for submitting this btw :)

@edenroseFR edenroseFR added help wanted Extra attention is needed bug Something isn't working labels Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants