bigpresh/Dancer-Plugin-Database

Fatal error: Hook 'database_connected' does not exist

drmuey opened this issue · 3 comments

ambs commented

This is a known problem. It can be fixed (well, workaround) importing Dancer2::Plugin::Database as the final Dancer2 plugin (well, at least if worked that way everytime we need).

The possible fix seems not to be correct, unfortunately. But we are working on this.

Cheers
ambs

ambs commented

Dear @drmuey, can you please check if this PR helps in your problems?
PerlDancer/Dancer2#889

Thanks

ambs commented

Solved in Dancer2. Should be working with recent version. Please reopen if not.