Skip to content
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

Can't use an undefined value as a HASH reference at /srv/webkeepass/WebKeePass/bin/../lib/WebKeePass.pm line 49 #10

Open
lowrenzeau opened this issue Apr 2, 2015 · 0 comments

Comments

@lowrenzeau
Copy link

Hello there,

When I am entering my password in the top right corner of the screen I will receive the error message:

Error 500 - Internal Server Error

Can't use an undefined value as a HASH reference at /srv/webkeepass/WebKeePass/bin/../lib/WebKeePass.pm line 49.
Powered by Dancer2 0.159003

When I open up the file I will see the following on line 49:
my $keepass_file = setting('application')->{'db_file'};

In the file /srv/webkeepass/WebKeePass/environments/development.yml the following is filled in:
logger: "console"
log: "debug"
show_errors: 1
session: "Simple"
application:
db_file: './t/weslor.kdbx'

I guess something has to be filled in on line application, but I am unsure what.

Could you please provide me with a solution? I am very curious about WebKeePass' features.

Kind regards,
Lorenzo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant