-
Notifications
You must be signed in to change notification settings - Fork 345
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
Various fixes #833
Various fixes #833
Conversation
I think you at least need to add a IfModule on .htaccess (or modify install/upgrade documentation about Apache configuration) : <IfModule mod_authz_core.c>
Require all granted
</IfModule> |
@@ -49,3 +49,4 @@ lang_login_username=Identifiant | |||
lang_login_password=Mot de passe | |||
lang_no_title=Sans titre | |||
lang_error=Une erreur est survenue | |||
lang_streamerror=Erreur lors du chargement de la liste, essayer à nouveau? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing a space before ?
Regarding the |
You make a point. So you should add something about the minimum version in installation instructions (or as known issue). |
'ALTER TABLE items ADD shared BOOLEAN;', | ||
'INSERT INTO version (version) VALUES (9);' | ||
)); | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this double closing bracket?
@niol may you send me a short email ([email protected]) that I have your email address? |
Various fixes detailed in the individual patches.