mysqli driver not working with cms

edited March 2012 in Installation
I have a local environment that is ABLE to use mysqli driver, but my dev server is UNABLE and throws this message
Fatal error: Call to undefined method CI_DB_mysqli_result::result_assoc_array() in /public_html/fuel/application/core/MY_Model.php on line 691

The only real difference is the version of the mysqli lib.
5.1.56 = broken
5.5.9 = works

Am I missing something?

thanks

Comments

  • edited 11:12PM
    FUEL only extends the DB_mysql_driver and DB_mysql_result classes in the fuel/application/core/ folder at the moment and doesn't extend it for the mysqli which appears to be the problem you are experiencing.
  • edited 11:12PM
    that's odd because I have mysqli driver specified in my database config file and i'm using the site. Hmm. I'm trying to figure out how to use Stored Procedures with the framework.
  • edited 11:12PM
    I take that back you're right, my page must have been cached.
Sign In or Register to comment.