Language pack problem

Hello,

I have a problem with language pack. I uploaded the zip to the module loader and installed successfully.
But when I’m loging in this shows:

After reload

Link to language pack: http://www.sugarforge.org/resources/?group_id=1203

I’ve tried repair but has no effect.
Please help

Hi,

Have you set the correct permissions on your instance? Once installing, did you log out and log back in with the polish language pack selected?

Thanks,

Will.

Yes, I log out and log back with polish language selected.
I think I have correct permissions because I just did the update to Suite 7.0.1 successfully.

Hi bhang,

What were the specific permissions you set to install Suite?

Thanks,

Will.

Hi Will,

I,ve set:

chmod 664 config.php
chmod 664 config_override.php
chmod 664 sugarcrm.log
chmod 775 -R cache custom data modules include

Hi bhand,

Please try setting the following permissions:

sudo chown -R www-data:www-data .

sudo chmod -R 755 .

sudo chmod -R 775 cache custom modules themes data upload config_override.php

Thanks,

Will.

Hi Will

I set permissions and now I have after login in:

Menu is in English :huh:

When I go to Contacts>Contact I see blank page:

Thanks

Hi bhang,

Have you tried logging in using the English language pack? What do you see then? Is it different from logging in with Polish selected?

Thanks,

Will.

Hi Will,

In English everything is in place.

Thanks

Hi bhang,

As this is a third party module we suggest contacting the developer. Have you installed this in SugarCRM CE without error? If you have not already done this, try installing it on SugarCRM CE. That way we can confirm if it is an issue with SuiteCRM or the module itself.

Thanks,

Will.

Hi Will,

In SugarCRM CE 6.5.15 this language pack works correctly.

Thanks

Hi bhang,

Are you using SuiteCRM 7.0.0 or SuiteCRM 7.0.1? If you are using 7.0.1 this features SugarCRM CE 6.5.16 so you would also need to test the language pack in that version. If it works in 6.5.16 then it is a problem with SuiteCRM.

Thanks,

Will.

Hi Will,

Now I have SuiteCRM 7.0.1 but when I had SuiteCRM 7.0.0 I had the same problem.

Thanks

Hi bhang,

Ok…Have you checked your sugarcrm log? Are there any errors in there related to the language pack?

Thanks,

Will.

Hi Will,

sadly no :frowning: nothing related to the language pack.

Thanks

Try to disable ajax for module with blank page in polish (it is in admin section - system settings)
To disable ajax for all modules add in config_override.php parameter

$GLOBALS['sugar_config']['disableAjaxUI'] = true;
2 Likes

It works! Thank You very much!

When I log in first time showed up

but after Quick Repair it’s all fine.

Thank You very much Kir!

Last thing, now I don’t have “Add dashled” link in Polish, in English is ok.

I will be grateful if you can help me with this.

first of all i would recommend
press crtl+F5,
if no success - clear browser cache manually,
then repair JS language files in repair section

tell the result

Hi bhang/Kir,

The “Add Dashlets” issue has been previously reported and will be fixed in the next bugfix release.

Thanks,

Will.