dakira / myroundcube

Automatically exported from code.google.com/p/myroundcube
0 stars 0 forks source link

complete translation accessable, but displays Translation-Placeholders only #642

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Freshly install Roundcube 0.9.5
2. Freshly install MyRoundcube Plugin_manager for 0.9.5
3.

What is the expected output? What do you see instead?

Expected: Normal tranlated menu in de_de or en_us.
Instead: See attachment 1

What version of the product are you using? On what operating system?
Roundcube 0.9.5
plugin_manager for 0.9.5

Please provide any additional information below.

Did i have to explain this? Localization-files exists and are all readable.

Original issue reported on code.google.com by shuro2...@googlemail.com on 5 Mar 2014 at 10:24

Attachments:

GoogleCodeExporter commented 8 years ago
This looks like something went wrong with download and/or upload. I can't 
reproduce this issue. Even if translation labels for a specific language are 
missing then they are display in English (always complete label set).

Original comment by roland.l...@gmail.com on 5 Mar 2014 at 10:29

GoogleCodeExporter commented 8 years ago
Sorry to hear, but this is a direct wget on the server.

> wget http://mirror.myroundcube.com/?_action=plugin.plugin_server_get_pm

Maybe something went wrong while installing it. First I had two plugins in 
config.inc.php:

> $rcmail_config['plugins'] = array('new_user_dialog', 'plugin_manager');

Maybe this corrupted the Setup? Is there a way to reinitialize the 
myroundcube-setup?

Original comment by shuro2...@googlemail.com on 5 Mar 2014 at 10:38

GoogleCodeExporter commented 8 years ago
Download and upload plugin_manager manually.

http://myroundcube.com/myroundcube-plugins/plugin-manager

Original comment by roland.l...@gmail.com on 5 Mar 2014 at 10:43

GoogleCodeExporter commented 8 years ago
Same MD5sum:
eeac7bcd91bb406ebe66fbabe76c58b2  plugins.zip

Replaced all files, same problem. :-/

Original comment by shuro2...@googlemail.com on 5 Mar 2014 at 10:52

GoogleCodeExporter commented 8 years ago
What happens if you remove 'new_user_dialog' from config? Also check your logs 
and make sure that Roundcube's log directory is writeable. If nothing helps 
then I have to connect remotely to your machine. If it is not possible, then I 
sorry. Support ends here due to the fact that the issue is not reproducable for 
me.

Original comment by roland.l...@gmail.com on 5 Mar 2014 at 11:01

GoogleCodeExporter commented 8 years ago
I found the problem: The unzipper on the webserver ignores the case.
Everything in localization/ is lowercase, so its en_us instead of en_US.

after renaming the files everything works like a charm.

Can be closed.

Original comment by shuro2...@googlemail.com on 5 Mar 2014 at 11:05

GoogleCodeExporter commented 8 years ago
Also please check again that localization files of plugin_manager/localization 
are present and readable. You can make sure by inserting debug code into 
en_US.inc

...
write_log('pm_localization', 'loaded');
...

This should create a log file 'pm_localization' in Roundcube's log folder.

Original comment by roland.l...@gmail.com on 5 Mar 2014 at 11:05

GoogleCodeExporter commented 8 years ago
I'm sorry for this. 

This was a fail from our webhoster. 
> ~>alias unzip
> alias unzip='unzip -L'

I removed the plugin_manager-related plugins and extracted it correctly with 
case_sensitive names. Everything seems to work.

Original comment by shuro2...@googlemail.com on 5 Mar 2014 at 11:12