I have put this driver to MODPATH/database
and changed type to 'MySQLi' in APPPATH/config/database.php and got an error Class 'Database_MySQLi_Result' not found
. What am I doing wrong?
PHP Version 5.5.3-1ubuntu2.6
MySQL 5.5.37
I have put this driver to MODPATH/database
and changed type to 'MySQLi' in APPPATH/config/database.php and got an error Class 'Database_MySQLi_Result' not found
. What am I doing wrong?
PHP Version 5.5.3-1ubuntu2.6
MySQL 5.5.37
Problem solved. I set access rights to the folder to 777.