![]() |
why upload to remote server, CI appear error? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: why upload to remote server, CI appear error? (/showthread.php?tid=28660) |
why upload to remote server, CI appear error? - El Forum - 03-17-2010 [eluser]cpliu903[/eluser] why upload to remote server, CI appear more error? Code: A PHP Error was encountered However, it's not appear error message in the localhost why upload to remote server, CI appear error? - El Forum - 03-17-2010 [eluser]CroNiX[/eluser] Let me guess, you developed in windows and uploaded to a linux server. Check the file and directory names. Windows sees a file named "Hello.txt" and "hello.txt" as the same file (not case sensitive) while linux will see them as different. why upload to remote server, CI appear error? - El Forum - 03-17-2010 [eluser]cpliu903[/eluser] [quote author="CroNiX" date="1268905067"]Let me guess, you developed in windows and uploaded to a linux server. Check the file and directory names. Windows sees a file named "Hello.txt" and "hello.txt" as the same file (not case sensitive) while linux will see them as different.[/quote] Yes, windows development and Linux production Code: $this->load->library('pagination'); It is default library? why also error? why upload to remote server, CI appear error? - El Forum - 03-18-2010 [eluser]Zeeshan Rasool[/eluser] Post your controller function here why upload to remote server, CI appear error? - El Forum - 03-18-2010 [eluser]cpliu903[/eluser] [quote author="Zeeshan Rasool" date="1268911299"]Post your controller function here[/quote] Code: class Gallery extends Controller { Quote:http://test.com/index.php/gallery/show PHP version : 5.2 why upload to remote server, CI appear error? - El Forum - 03-18-2010 [eluser]cpliu903[/eluser] any other idea? |