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

Login fails if database connection is lost #3

Open
kielstr opened this issue Jun 2, 2017 · 1 comment
Open

Login fails if database connection is lost #3

kielstr opened this issue Jun 2, 2017 · 1 comment

Comments

@kielstr
Copy link

kielstr commented Jun 2, 2017

Hey,

This problem is due to the fact you are caching the database connection. If the db connection is lost the cached connection is invalid and results, in my case in a mysql error 'server has gone away'.

my $database = $self->plugin_database($self->db_connection_name);

fixes the problem.

Cheer,

Kiel

@kielstr
Copy link
Author

kielstr commented Jun 6, 2017

See my pull request ;)

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