Welcome Guest, Not a member yet? Register   Sign In
[SOLVED] form_validation fails when I try to run it.
#3

[eluser]GSV Sleeper Service[/eluser]
it's in SVN, I updated this morning but clearly wasn't paying attention.
also, it's quite a misleading error. the language loader will look in APPPATH.'language/'.$idiom.'/'.$langfile and then BASEPATH.'language/'.$idiom.'/'.$langfile, so really the error message should be
Code:
show_error('Unable to load the requested language file: language/'.$idiom.'/'.$langfile);
I've just noticed that this a couple of lines below the show_error call
Code:
log_message('error', 'Language file contains no data: language/'.$idiom.'/'.$langfile);
so I assume someone just forgot to update the error message.


Messages In This Thread
[SOLVED] form_validation fails when I try to run it. - by El Forum - 12-04-2008, 05:01 AM
[SOLVED] form_validation fails when I try to run it. - by El Forum - 12-04-2008, 05:31 AM
[SOLVED] form_validation fails when I try to run it. - by El Forum - 12-04-2008, 05:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB