Plz write bugs and solutions in this topic. (3.5.0016)
*******************************************
If u want to edit translations u can get this error;
Warning: file_put_contents(/home/****/public_html/templates/default/lang/fr.php) [function.file-put-contents]: failed to open stream: Permission denied in /home/****/public_html/modules/translations/translations.php on line 366
It means u should create "fr.php" file in /home/****/public_html/templates/default/lang
Another bug is;
Fatal error: Call to undefined method Translations::displayWarning() in /home/****/public_html/modules/translations/translations.php on line 369
If u check line 369 in translations.php;
if (!is_writable($dir.'/'.$file))
$this->displayWarning($this->l('This file has to be writable:').' '.$dir.'/'.$file);
It means that u should make file CHMOD options to writable.
And another bug is in ISO Code's and flags. It doesn't show correct flags.



