Could not add a new language to the database

When i try to import a "lang_fr.php" file , copy and export from the original one "lang_en.php".

I have this error : "Could not add a new language to the database".

 

Can someone help me ?

 

Thanks, regards,

 

S.C.

 

Quote · 5 Apr 2012

I am having the same problem. Did you find a solution yet??

Quote · 13 Apr 2012

While importing another language file receiving an ERROR: "Could not add a new language to the database".

I just found a simple solution.

Go to your cpanel,

Delete all files under cache and cache_public folders,

Go back to your Admin and import your language file again.

Good Luck

nycarpenter

Quote · 13 Apr 2012

Same problem here, so what i did is going directly where the php language file is and swapped with a custom one i made, however this created an inconvenience with the rest of the modules somehow, it looks like you will have to edit the language file in each of the modules too after that, however i might be wrong on this, i hope a solution is found soon....

Quote · 13 Apr 2012

Have a look here, i didn't try this yet:

http://www.boonex.com/trac/dolphin/wiki/DolLang

Quote · 13 Apr 2012

Clearing the cache folder before solve the problem. Thanks.

 

S.C

Quote · 23 Apr 2012

Ok, i did it, You have to go in the language place, and create a new language file, you put title, code (for me : italian,IT) set the flag and copy from english and save. after you manually put yourlang*.php file inthe folder langs, and then set your preferred language :-DD .! it works.

Quote · 25 May 2012

to import a new language you have to add an info array before the constants, par example:

 


$LANG_INFO = array(
  'Name' => 'de', 'Flag' => 'de', 'Title' => 'German',
);

$LANG = array(
  '_{0} votes' => '{0} Bewertungen',
  '_add' => 'hinzufügen',
  '_bottom_text' => '2002-{0}. Product of <a class="bottom_text" href="http://www.boonex.com/">BoonEx Group</a>.',
  '_copyright' => 'Copyright &copy; {0} deineseite.de',
  '_January' => 'Januar',
  '_February' => 'Februar',
  '_March' => 'M&auml;rz',

.

.

.

.

Quote · 4 Jul 2012

And where is that cache and cache_public there cpanel?

Quote · 25 Oct 2013

 

And where is that cache and cache_public there cpanel?

If you login to cPanel and go to the root of your Dolphin installation, you will see a cache and cach_public directory there. (Do not delete any .htaccess files)

 

You can also see these directories using an FTP program as well. Not sure which you prefer or how you uploaded Dolphin initially. You can also try logging into the Admin Panel > Tools > Cache and click the 'All' link on the right.

Nothing to see here
Quote · 25 Oct 2013

I do all that but still not can add new language coming that same message

Quote · 25 Oct 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.