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 Nov 24, 2023. It is now read-only.
I successfully managed to install Bonfire(latest) with Sparks to use PhpAR.
I've pre loaded the php-activerecord library in the config and works really well.
When I run a simple query like User::all(), this error appears even though my default driver in my config is 'mysql' (not mysqli).
My MAMP is running Php 5.4.4.
I successfully managed to install Bonfire(latest) with Sparks to use PhpAR.
I've pre loaded the php-activerecord library in the config and works really well.
When I run a simple query like User::all(), this error appears even though my default driver in my config is 'mysql' (not mysqli).