-
Notifications
You must be signed in to change notification settings - Fork 45
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
"500" Internal Server Error when trying to access config pannel from webadmin #97
Comments
Thank you for your report! I think this is an oversight in the install script. To confirm this, can you run the following command and try the config panel again? |
Yes, that fixed it, I have access to the config panel, thank you ! |
So I know this is closed but I just wanted to add that you have to enter the command
for every instance of the webapp you are using. So you have to do:
|
(It was kind of assumed that the app ID needs to be adjusted for each app, but you note is welcome. 😀) I'm keeping this issue open while we fix the install script. |
ran into the same issue, thanks for the note! |
|
Describe the bug
After installing the app (successfully, I think), when I try to access the app config pannel from yunohost webadmin, I get an error message :
Erreur: "500" Internal Server Error
Action: "GET" /yunohost/api/apps/my_webapp/config-panel?full&locale=fr
Message d'erreur :
Config panel question 'fpm_free_footprint' should be initialized with a value during install or upgrade.
Context
Steps to reproduce
Expected behavior
I expect access to a config pannel (to modify php / sql settings maybe ?)
Logs
Erreur: "500" Internal Server Error
Action: "GET" /yunohost/api/apps/my_webapp/config-panel?full&locale=fr
Message d'erreur :
Config panel question 'fpm_free_footprint' should be initialized with a value during install or upgrade.
The text was updated successfully, but these errors were encountered: