If I modify the language files using the Admin CP utility, will they be overwritten on a future upgrade?
The language Files are based off whats in the flat files so no they will not be overwritten unless we need to correct something and either issue the <!--UPDATED--> or <!--REMOVE--> tags on the strings..
PS: I didn't end up with anything in the FAQs either, is this language file related?
heres the correct FAQ file to be used on version 2.2 remove the part .txt to the file so it reads just faq.php and place it into your language folder..
DO NOT PUT ANYTHING INCLUDING BACKUP FILES OTHER THAN LANGUAGE FILES INTO THE LANGUAGE DIRECTORY FOR THEY WILL GET IMPORTED
to Fix do following:
1) in your phpMyAdmin or other DB Control Panel run queries
truncate table fbb_language;
ALTER TABLE `fbb_language` DROP `english`;
2) reurn the Language Importer by going to Admin Panel->Langages
Edited by Couchtomatoe on 04-07-08 09:14 AM. Reason for edit: No reason given.