CodeIgniter Forums
Problem with upgrade from CI 2.2.x to CI 3.0.0 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6)
+--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17)
+--- Thread: Problem with upgrade from CI 2.2.x to CI 3.0.0 (/showthread.php?tid=62229)



Problem with upgrade from CI 2.2.x to CI 3.0.0 - nc03061981 - 06-22-2015

After upgrade from CI 2.2.x to CI 3.0.0 I have some errors

Warning: include(F:\xampp\htdocs\football\application\views\errors\html\error_php.php): failed to open stream: No such file or directory in F:\xampp\htdocs\football\application\third_party\MX\Loader.php on line 389

Fatal error: Call to undefined method MY_Loader::_ci_load_class() in F:\xampp\htdocs\football\application\third_party\MX\Loader.php on line 152



Please help me,

Thanks,


RE: Problem with upgrade from CI 2.2.x to CI 3.0.0 - CroNiX - 06-22-2015

Looks like you're using HMVC. You'll need to upgrade that to the one that is made for CI3 as well.


RE: Problem with upgrade from CI 2.2.x to CI 3.0.0 - nc03061981 - 06-23-2015

Thanks CroNiX,

- I got HMVC at "https://bitbucket.org/wiredesignz/codeigniter-modular-extensions-hmvc/downloads"
- And doing step by step at "http://www.codeigniter.com/user_guide/installation/upgrade_300.html"

Now I upgraded successfully!!!


Thanks Codeigniter and CroNix


RE: Problem with upgrade from CI 2.2.x to CI 3.0.0 - nc03061981 - 06-23-2015

Thanks CroNix

I upgraded successfully

Best regards,