Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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).

share|improve this question
I tried running php on version 5.2 and the it removes the error. BUT another string error occurs(T_String) where the only solution is to run on version 5.3+. Again, 5.3+ displays the same error. – zeekerg Jan 14 at 12:56

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.