PDA

View Full Version : Problems with Language-files


dominik
11-17-2006, 09:42 AM
I tried to import the spanish-language-file and I received this error:


Error: Table 'esyndicat.language' doesn't exist
INSERT INTO `language` VALUES (NULL, '671', 'Permiso negado. No se puede modificar el enlace.', 'Spanish', 'common');

Greetings,

Dominik!

Dave Baker
11-17-2006, 05:20 PM
Hello dominik,

Try to check your prefix here esyndicat.language. As I understood esyndicat. it's the name of database and language must have prefix.

dominik
11-18-2006, 02:15 PM
do you mean I should alter the database manually? What file should have the prefix esyndicat. ?

Sergey Ten
11-18-2006, 07:32 PM
Hello dominik,

Please follow directives:

*** Open your includes/config.inc.php ***
*** Find code and replace with your table prefix***


$gDirConfig['prefix'] = 'your_table_prefix';


*** Save changes ***

Dave Baker
11-19-2006, 03:42 PM
dominik I think Sergey has not understood essence of the problem
For your necessary replace prefix in language dump (in *.sql file) with your database prefix.
Here discussed a similar problem with uploading dump (maybe it will be useful for you)
http://www.esyndicat.com/forum/about7536.html