We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 !
The text was updated successfully, but these errors were encountered:
@moyalx can you paste the error it causes on the Colleges page? Thanks
Sorry, something went wrong.
@edenroseFR
another problem I have is that login page not working at all . http://127.0.0.1:8080/students page comes without any authentication
@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 :)
moyalx
No branches or pull requests
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 !
The text was updated successfully, but these errors were encountered: