mysqli driver not working with cms
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