-
-
Notifications
You must be signed in to change notification settings - Fork 228
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
Own uploaded user avatar image throws a 500 Internal Server Error #1301
Comments
A 500 error means something the server returned. You need to look in your logs to see exactly what the message was. It could be a missing library, or even a limit on the upload size, but it's at the IIS level, so that's where the logs containing the relevant information will be. |
Detailed error message:
Using an unmodified 'web.config' file from the 'webserver-configs' being:
|
just installed a fresh copy of GRAV (git version) + admin when uploading a avatar i get a error popup |
I created admin/user/ myself
|
… unloading the page (fixes getgrav#1301)
I'm getting this on the unraid install Copy from Logs: |
Summary
When uploading an own avatar for a user though the Admin, the uploaded image file throws an Internal Server Error when trying to load the image at its saved URL.
How to replicate
On a standard install of "Grav core + Admin plugin", I used version 1.3.10, try to upload a new jpg image of to your user profile though the admin.
Currently
The image uploads, gets added to the use account yaml file with the correct path, and get stored in the '/user/accounts/avatars/' folder with a changed filename. However the image does not load in the profile.
If you try to load the image directly in the browser it throws a 500 Internal Server Error.
Expected
Image loads normally
Comments
The text was updated successfully, but these errors were encountered: