mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 08:45:54 +03:00
[GH-ISSUE #173] lost password - error #137
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#137
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Jaispirit on GitHub (Mar 25, 2016).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/173
Hi there
While clicking on 'Lost Password' an error appears. Any idea how to fix that?
Uh oh! Unexpected Error!
Thank you in advance.
@barryo commented on GitHub (Apr 2, 2016):
You'll need to provide logs showing the exception.
Most likely you're missing the php-gd extension to create the Captcha image.
Closing for now - reopen if this does not solve / if you can share the exception trace from logs.
@pierreozoux commented on GitHub (Jul 13, 2016):
I'm seeing the same error here:
https://mail.indie.host/auth/lost-password
Actually I think everthing is installed:
https://github.com/indiehosters/docker-vimbadmin/blob/master/Dockerfile
I followed these install steps:
https://github.com/opensolutions/ViMbAdmin/wiki/Installation
I don't see any logs from my server :/
Could you help me, or tell me how I can help you?
thanks!
@barryo commented on GitHub (Jul 18, 2016):
Hi @pierreozoux - I'm afraid there's very little I can do without logs.
Can you change
application/configs/application.inito display running and startup errors?@pierreozoux commented on GitHub (Jul 18, 2016):
Ok, I found the log actually :)
I fixed it by adding freetype support to gd.
Here is the commit that fixed it:
github.com/indiehosters/docker-vimbadmin@ef1c15fc5b@barryo commented on GitHub (Jul 19, 2016):
Great, thanks for the update.