Welcome Guest, Not a member yet? Register   Sign In
form validation error
#21

[eluser]CroNiX[/eluser]
What is your default language set to in your config? If it's not english (default), you need to create a folder named after the language, put it in /application/languages and copy the (translated) language file there.

like:
Code:
$config['language'] = 'french';
/application/languages/french/form_validation_lang.php //(must have _lang.php)
#22

[eluser]CroNiX[/eluser]
Also, some of the time when things that work on one server and not another it can be due to some sort of upper/lower case issue in directory or file names.

Personally, anything I add to CI I always use lowercase file and directory names as I ran into that issue once and needed my app to work on several different platforms.
#23

[eluser]the_unforgiven[/eluser]
thanks chronix, yes i always use lower case file and directory never use uppercase, in terms of default lang is english




Theme © iAndrew 2016 - Forum software by © MyBB