Login or Register

RSS IconRecent posts in this topic

avatar
ralph_rapport on May 23. 2008. 2:14 pm
I have created a British English dictionary on v1.1 beta 5 and when I try to save the translations it just says "dictionary does not exist".

It must exist because it is showing me all the original dictionary entries.
avatar
Ilija Studen on May 23. 2008. 2:34 pm
Can you please create us an user account in your setup so we can test? Please send information to support@a51dev.com.
activeCollab team member
avatar
n1n9 on May 26. 2008. 1:12 am
I have same problem (Japanese dictionary on v1.1).
I have checked some module.*.php files at activecollab/localization/ja_JP-UTF-8.
avatar
Ilija Studen on May 26. 2008. 5:50 am
This is a known v1.1 problem and fix will be provided with the next bug fix release. In the meantime unpack the archive attached to this message and upload LanguagesAdminController controller to /activecollab/application/modules/system/controller (overwrite the existing one).

That should fix the problem. Please let me know how that works for you.
activeCollab team member
avatar
n1n9 on May 26. 2008. 6:17 am
It works! Thanks.
avatar
demute on May 26. 2008. 7:49 am
Ilija Studen:
This is a known v1.1 problem and fix will be provided with the next bug fix release. In the meantime unpack the archive attached to this message and upload LanguagesAdminController controller to /activecollab/application/modules/system/controller (overwrite the existing one).

That should fix the problem. Please let me know how that works for you.


For me doen't help.
I still got warning: "Cannot create translation file"
avatar
Ilija Studen on May 26. 2008. 7:54 am
Go to edit language form. What is the value of Locale field? It should be something like en_GB.UTF-8 (where first part is your actual locale). Now that you know that you should check if there is folder with that name in /application/localization (like /application/localization/en_GB.UTF-8). It needs to exist and needs to be writable.
activeCollab team member
avatar
davidm on May 26. 2008. 9:02 am
Thanks the fix above did solve the issue :)

I have set define('LOCALIZATION_ENABLED', true); and define('DEFAULT_LOCALE', 'fr_FR.UTF-8'); and French as default language in ActiveColalb admin but I still have an interface in english, can't have french up and running... could that be because there are some strings missing ?

I hope so, because now that I have upgraded I have french clients connecting and they'll want interface back in french ASAP...


The best way to predict the future is to invent it
------------------------------------------
Apache 2.2.8 - MySQL 5.0.45 - PHP 5.2.6 | Debian 4.0 (Etch)
avatar
Ilija Studen on May 26. 2008. 9:27 am
There should be:

define('LOCALIZATION_ENABLED', true);


in your config/config.php, not in defaults (it might be overridden when you upgraded). Also, DEFAULT_LOCALE should be set to en_US.UTF-8 by default. This value should never be changed.

Now that you reseted values back install French language and make sure that people have set it properly in their profiles.
activeCollab team member
avatar
davidm on May 26. 2008. 9:59 am
Yes I have this in my config.php file and not in defaults but I'll change the default locale back and see if that helps...

I switched it but it does not help :(
I have cache set to false I don't understand...

Edit : Hmmm, I logged out from the admin account, logged into my project leader account and it works !
But when I log back into the admin, it doesn't work for the admin account...

I don't mind this - the essential thing is that normal account have the right interface, but it means there is an issue doesn't it ?

Edit : Strangest thing... I changed the options for date and time in admin to european format, and it miraculously switched the admin profile into french... ?!?
The best way to predict the future is to invent it
------------------------------------------
Apache 2.2.8 - MySQL 5.0.45 - PHP 5.2.6 | Debian 4.0 (Etch)

RSS IconRecent posts in this topic