0

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

1 Answers1

0

Problem solved. I set access rights to the folder to 777.

  • That is probably a bit too much, you can and should be more restrictive with those rights. Did you check which user/group the files belong to? – kero Apr 26 '15 at 17:03