CodeIgniter Forums
[Solved] Help solving 404s - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: [Solved] Help solving 404s (/showthread.php?tid=2094)



[Solved] Help solving 404s - El Forum - 07-16-2007

[eluser]Morty[/eluser]
Hi there !

I'm still learning CI by duplicating tutorials.

I encountered a 404 but the log only says :

Code:
ERROR - 2007-07-16 11:54:40 --> 404 Page Not Found -->

Is there a means to know what is it that CI does not find ?

Thanks in advance,

Morty


[Solved] Help solving 404s - El Forum - 07-16-2007

[eluser]Morty[/eluser]
I found the issue : some mislabeled class.


[Solved] Help solving 404s - El Forum - 07-16-2007

[eluser]CodeOfficer[/eluser]
Grats on solving your issue!

I ran into a similar problem but the error turned out to be generated while my browser was requesting a site favicon.

see this thread: index.php, .htaccess and 404 logs

unrelated to your problem perhaps, but maybe useful to others running into this thread.

Smile