Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter 3.0 - Error 404
#1

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
Reply
#2

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
Reply
#3

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

http://www.codeigniter.com/userguide3/in...e_300.html
Reply




Theme © iAndrew 2016 - Forum software by © MyBB