(08-17-2018, 09:34 PM)ciadmin Wrote: This sounds like a classic Widows vs Linux case sensitivity issue, especially given your filename "controllers/statup.php". CI looks for controllers/Statup.php, and wil find it on Windows but not on Linux.
You said that are running the same OS on both servers, leading me to surmise that one is configured to enforce case sensitivity and the other not.
The other thing you might look for is different environment config folders, eg application/config/production
Hiya
thanks for your reply
both servers running ubuntu-server x64 16.04 , so both linux dedicated servers..
And same exact config folders for both machines, its standard practise to avoid silly mistakes, or at least it was supposed to.
so how would i approach it to find out the case sensitivy?