You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 26, 2023. It is now read-only.
replaced kohana framework with a php7-compatible successor and made small changes to make this work
Now after logging in, we see error complaining about deprecated and removed calls to mysql-functions.
These originate from Leap-ORM Module in Kohana. Although no development to this module has been seen lately, Leap has support for newer MySQL modules.
see: http://spadefoot.github.io/kohana-orm-leap/tutorials/setting-up-a-database-connection/
I tried the "improved" driver hoping it would use mysqli, but that failed. Using pdo works though..