why upload to remote server, CI appear error? |
[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
[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.
[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?
[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
|
Welcome Guest, Not a member yet? Register Sign In |