CodeIgniter Forums
CodeIgniter 3.0 - Error 404 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: CodeIgniter 3.0 - Error 404 (/showthread.php?tid=536)



CodeIgniter 3.0 - Error 404 - disparadoor - 12-15-2014

Hello,

After install a new copy of CodeIgniter downloaded from GitHub, the CodeIgniter only show 404 error.

I am using Nginx and PHP-FPM.

Thanks


RE: CodeIgniter 3.0 - Error 404 - dbui - 12-19-2014

I had same issues as soon as I tested to migrate my CI 2.2 based to CI 3.0. I found that CI 3.0 read the class starting with Uppercase, ie
if you have test_controller then you need to rename it to Test_controller.

I renamed all my controllers classes , libraries , models and it works!

Regards


RE: CodeIgniter 3.0 - Error 404 - includebeer - 12-19-2014

It's always a good thing to read the upgrade guide before upgrading ! Tongue 

http://www.codeigniter.com/userguide3/installation/upgrade_300.html