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