CodeIgniter Forums
Unable to load the requested language file: language/english/_lang.php - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=11)
+--- Thread: Unable to load the requested language file: language/english/_lang.php (/showthread.php?tid=73177)



Unable to load the requested language file: language/english/_lang.php - AleSanchez - 03-26-2019

I was trying to implement language support in Codeigniter. It was working until some change that I'm unable to detect, makes any controller throw this error.
I'm not trying to load any language file in particular. I suspect that Codeigniter is trying to load an empty $langfile variable from load() function in system/core/Lang.php.


RE: Unable to load the requested language file: language/english/_lang.php - InsiteFX - 03-27-2019

I think it has to do with the underscore chacter (_), try removing that.