![]() |
don't load language on local apache - 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: don't load language on local apache (/showthread.php?tid=28874) |
don't load language on local apache - El Forum - 03-24-2010 [eluser]Unknown[/eluser] hi guys,i've a small problem with a server apache on my ubuntu. when i try to open a language file with "$this->lang->load('file')", page respond me with a funnier "Unable to load the requested language file: language/file_lang.php"..but if i copy all on a web server like aruba it works..i'm using CI with matchbox RC2(i try other version also) on my ubuntu all work fine,DB is ok,mode_rewrite is ok..ONLY the language doesn't work ![]() thx all ![]() don't load language on local apache - El Forum - 03-24-2010 [eluser]JoostV[/eluser] Ubuntu is case sensitive. Did you check the case spelling of you language file? don't load language on local apache - El Forum - 03-24-2010 [eluser]Unknown[/eluser] [quote author="JoostV" date="1269446981"]Ubuntu is case sensitive. Did you check the case spelling of you language file?[/quote] thx for your reply but yes,are correct :-( |