Hi all,
After upgrading from 7.04 to 7.05 I can not import the translation file anymore. I get : "Database query error" 
Any ideas?
Regards, Jarmo
Hi all, Any ideas? Regards, Jarmo BR: Jarmo |
Hi all, Any ideas? Regards, Jarmo can you please post the database error code or the messages you getting Post Reply - if you going to help - No for - bla bla bla bla |
Hi all, Any ideas? Regards, Jarmo can you please post the database error code or the messages you getting
Database error in Nettimuurarit INSERT INTO `sys_localization_languages` (`Name`, `Flag`, `Title`) VALUES ('fi', 'fi', 'Finnish')
Mysql error: BR: Jarmo |
Hi all, Any ideas? Regards, Jarmo can you please post the database error code or the messages you getting
Database error in Nettimuurarit INSERT INTO `sys_localization_languages` (`Name`, `Flag`, `Title`) VALUES ('fi', 'fi', 'Finnish')
Mysql error:
I guess it has something to do with those extra keys in new version? 7.04 = 4206 lines and 7.05 = 4489 lines. I really hope, that those extra keys would be available in separate file ? Regards, Jarmo BR: Jarmo |
do you add these new language key on the admin panel or on the lang_fs.php Post Reply - if you going to help - No for - bla bla bla bla |
do you add these new language key on the admin panel or on the lang_fs.php The easiest way would be with a lang_fs.php file though there are few hundred of new keys what I see. BR: Jarmo |
for me the easy way to add new language key is by doing this by using the admin panel I don't thing is a good idea doing this inside on the file Post Reply - if you going to help - No for - bla bla bla bla |
for me the easy way to add new language key is by doing this by using the admin panel I don't thing is a good idea doing this inside on the file Hmmm. Adding 283 keys by hand .... sounds like a LOT of trouble and errors... BR: Jarmo |
I had almost the same trouble to transfer about 8500 lines of translation from 7.0.0 to 7.0.5, but hopefully I have my module (MSE) to do this. I exported all languages strings to the xml from old version, then switched the module to the new database and imported them all. Strings in the new database was updated and extra keys from my old db has been added. Work as charm! If anybody need help please feel free to ask me. http://boonexpert.com |