New language create critical error DB
I have create new language from admin copy from english
I have rename the code in IT becouse error on save
I have select for default new language
Now the db is corrupt message in admin and user site is
Warning: main(/var/www/htdocs/langs/lang-it.php) [
function.main]: failed to open stream: No such file or directory in
/var/www/htdocs/inc/languages.inc.php on line
33Fatal error: main() [
function.require]: Failed opening required '/var/www/htdocs/langs/lang-it.php' (include_path='.:/usr/lib/php') in
/var/www/htdocs/inc/languages.inc.php on line
33
Seems your langs directory has 755 permissions and system can't create new lang file there. Change permission to correct and try to create it again. Firstly delete Italian from `LocalizationLanguages` and from `GlParams` table (parameter - 'lang_default').
Regards