CodeIgniter Forums
[SOLVED] Error in the server - 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] Error in the server (/showthread.php?tid=41183)

Pages: 1 2


[SOLVED] Error in the server - El Forum - 05-12-2011

[eluser]Reza Valinezhad[/eluser]
I found the problem. I saved custom library by name "My_Table.php". It works on localhost because OS is windows and it's case insensitive. when I upload it in linux the CI doesn't find the file. I renamed it to MY_Table.php and the problem is solved.