codeignitercodeigniter-datamapper

Fatal error: Class 'Router' not found in application\third_party\datamapper\bootstrap.php


Please help me,

I am integrating Datamapper ORM to my CodeIgniter Application Framewarork. I have follow the all rules as mentioned in official site. But once configuring, when i run my application it throws an

Fatal error: Class 'Router' not found in application\third_party\datamapper\bootstrap.php


Solution

  • Datamapper 1.8.2 is not compatible with Codeigniter 3.x. You should use Codeigniter 2.x version.