CodeIgniter Forums
PHP 4 results 404 where PHP 5 does not O.o - 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: PHP 4 results 404 where PHP 5 does not O.o (/showthread.php?tid=6614)



PHP 4 results 404 where PHP 5 does not O.o - El Forum - 03-05-2008

[eluser]Unknown[/eluser]
Hi,

I have a website initially written on PHP5 but I had to backport it on PHP4. Well anyway if I am running one of my controllers on PHP4, Code Igniter gives me an 404 error. And in some cases and internal server error (500)

I have no idea why, the log files aren't telling me anything. Maybe you can give me some hints where I can look for or what I might try to figure out what the real problem is, I am really lost. I never had any problems so far finding issues but now.

The Controller was working fine all the time but now on PHP 4.4 it is not working and I have no clue at all why Sad

Any hints what I can check, do, or whatever would be really appreciated.

I am using CodeIgniter 1.5.4 but I already tested it with upgrading to 1.6.1 so this is not the issue. I am running PHP 4.4.8 and I am using a MySQL 4 database (for the update to 1.6.1 I did the encoding changes for the database configuration)

Regards,
Virtouse

PS: Hope this is the right forum, I wasn't sure about that.


Another info: The index of my controller is working pretty well but all other sub sites are not.


PHP 4 results 404 where PHP 5 does not O.o - El Forum - 03-05-2008

[eluser]ScottBruin[/eluser]
Why don't you post the controller? You're using PHP4 constructors, correct?