CodeIgniter Forums
Code ignator 2.2.0 version working fine in Xampp. But failed to load in server - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Installation & Setup (https://forum.codeigniter.com/forumdisplay.php?fid=9)
+--- Thread: Code ignator 2.2.0 version working fine in Xampp. But failed to load in server (/showthread.php?tid=61753)



Code ignator 2.2.0 version working fine in Xampp. But failed to load in server - pabitracs - 05-14-2015

Please help on this.


RE: Code ignator 2.2.0 version working fine in Xampp. But failed to load in server - Diederik - 05-14-2015

In order to help you we need atleast some information. How do you expect us to assist you if you don't even make an effort to explained what the differences are beween the both environments and what kind of error you receive in the production server?


RE: Code ignator 2.2.0 version working fine in Xampp. But failed to load in server - mwhitney - 05-20-2015

Depending on the actual errors, there could be many reasons for this:
- files aren't named with the proper case (usually uppercase first letter, lowercase for the rest), especially when developing in Windows, because Windows filesystems are typically case-insensitive, but the server is likely running a case-sensitive filesystem (since most filesystems for most other operating systems are case-sensitive, and most servers run Linux).
- .htaccess is ignored in some server configurations, or the settings need to be changed based on server software/version/configuration.
- you may need to adjust some configuration values in the /application/config/ files based on your server environment.


RE: Code ignator 2.2.0 version working fine in Xampp. But failed to load in server - karmad - 05-20-2015

I think for us new users we always have this issue 404 page not found error especially while migrating from our local machine to the live server. The reason could be any one or all mentioned by mwhitney. I also had this issue and after a lot of checking and rechecking I found out that the problem was with the .htaccess file. Maybe you should check yours as well.


RE: Code ignator 2.2.0 version working fine in Xampp. But failed to load in server - Hobbes - 05-26-2015

we would need more details on the error(s)/problem than just a simple: works on local server but not on live server.