CodeIgniter Forums
Default controller issue - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Default controller issue (/showthread.php?tid=71352)



Default controller issue - scalla - 08-03-2018

Good day, am setting up codeigniter on an Ubuntu PC, I transferred it from a windows PC, the default controller as refused to work, but other controllers are working


RE: Default controller issue - qury - 08-03-2018

is it possible that the your default controller has a reference to file or folder paths that are coded like '\' instead of using DIRECTORY_SEPARATOR ?


RE: Default controller issue - ciadmin - 08-03-2018

Check capitalization of your class source files - Linux enforces UCfirst, while Windows doesn't.


RE: Default controller issue - scalla - 08-04-2018

Thanks all, my bad I used it with an outdated HMVC. just did and update to fit igniter 3 and it's OK.