#138 - Warning errors in login page SugarCE 6.5.12 (Build 1046)
I got these two Warnings in login page after installing the SugarTheme:
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/MYSERVERUSER/public_html/BDMcqvb/modules/TRThemePages/TRThemePage.php on line 89
Warning: Invalid argument supplied for foreach() in /home/MYSERVERUSER/public_html/BDMcqvb/include/MVC/View/SugarView.php on line 711
Could you please help me with this. Thanks
9 years ago
(1) nothing to worry about. You can disregard those warnings. (2) if you see them on the screen please set display_errors in your php.ini to off and restart your webserver. That should not be on in any case.
regards, christian.
9 years ago
Ok, Thanks. It worked.