⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Installation error: Fatal error: Call to undefined method CI_DB_mysql_driver::select()



loginet

loginet
  • profile picture
  • Member

Posted 12 March 2012 - 17:22 PM

[color=#27343C][font=Arial, Helvetica, sans-serif][size=3][left]Sorry to bother with this basic question but I can’t make it work.
Maybe is something in my configuration, maybe not.[/left][/size][/font][/color]
[color=#27343C][font=Arial, Helvetica, sans-serif][size=3][left]So I tried your basic example but I got all the time:
Fatal error: Call to undefined method CI_DB_mysql_driver::select() in C:\xampp\htdocs\...\application\models\grocery_model.php on line 41[/left][/size][/font][/color]
[color=#27343C][font=Arial, Helvetica, sans-serif][size=3][left]I’m sure all files are in place: library, model, assets etc.[/left][/size][/font][/color]
[color=#27343C][font=Arial, Helvetica, sans-serif][size=3][left]Can you help, please?[/left][/size][/font][/color]
[color=#27343C][font=Arial, Helvetica, sans-serif][size=3][left]Many thanks,
Adrian[/left][/size][/font][/color]

loginet

loginet
  • profile picture
  • Member

Posted 12 March 2012 - 22:56 PM

Ohh, man... as I searched all day!
It's easy as a pie: Change active records to true in database config file.
For mods, please add this in the install instructions for CI. Some stupid people like me can forget about it.

Thanks. It works great until now.