Warnings on array_merge function german language

I did a fresh installation of SuiteCRM 7.0.1 on my localhost server. I had no problems with the installation. When I login with the standard language (English) it runs without any errors. But when I edited the config.php for german language support and change the language to german at the login window I get Warnings on the array_merge function caused by the german language files:

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in C:\xampp\htdocs\suitecrm\custom\modules\Accounts\Ext\Language\de_de.lang.ext.php on line 10

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in C:\xampp\htdocs\suitecrm\custom\modules\Accounts\Ext\Language\de_de.lang.ext.php on line 10

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in C:\xampp\htdocs\suitecrm\custom\modules\Contacts\Ext\Language\de_de.lang.ext.php on line 10

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in C:\xampp\htdocs\suitecrm\custom\modules\Contacts\Ext\Language\de_de.lang.ext.php on line 10

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in C:\xampp\htdocs\suitecrm\custom\modules\Opportunities\Ext\Language\de_de.lang.ext.php on line 10

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in C:\xampp\htdocs\suitecrm\custom\modules\Opportunities\Ext\Language\de_de.lang.ext.php on line 10

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in C:\xampp\htdocs\suitecrm\custom\modules\Project\Ext\Language\de_de.lang.ext.php on line 10

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in C:\xampp\htdocs\suitecrm\custom\modules\Project\Ext\Language\de_de.lang.ext.php on line 10

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in C:\xampp\htdocs\suitecrm\custom\modules\Leads\Ext\Language\de_de.lang.ext.php on line 10

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in C:\xampp\htdocs\suitecrm\custom\modules\Leads\Ext\Language\de_de.lang.ext.php on line 10

…

…

Does anyone have the same problems with language files other than the standard english files? Does anybody have a solution for that?

Thanks and regards,

Thomas

Hi there,

Which language pack are you using? Have you installed this successfully on a SugarCRM 6.5.16 instance? Is this language pack compatible with the latest version of SugarCRM CE/SuiteCRM?

Thanks,

Will.

I did not install a language pack. I just added the German language code into the config.php, since some of the modules of SuiteCRM come along with German language files packed into the installation package, already. I plan to add the missing translation files by myself, as soon as I am able to fix the problem with the warning messages.