02-19-2017, 07:33 PM
(This post was last modified: 02-19-2017, 08:50 PM by mindkicker.)
(02-19-2017, 06:04 PM)joebordes Wrote: Hi
Welcome to coreBOS. Where did you download the code from?
In my latest version I do not have an "array_merge" on line 684.
In any case, you should set error_reporting to E_ERROR, either in your php.ini or in config.inc.php:
https://github.com/tsolucio/corebos/blob/master/config.template.php#L15
Thank you for your fast reply. I followed the instructions under http://corebos.org/documentation/doku.php?id=en:upgradevt2cb
After adding
Code:
error_reporting(E_ERROR);
Quote:Warning: array_diff(): Argument #2 is not an array in /is/htdocs/wp10725802_AP6SP9SHMX/www/corebos/data/VTEntityDelta.php on line 99
Warning: Invalid argument supplied for foreach() in /is/htdocs/wp10725802_AP6SP9SHMX/www/corebos/data/VTEntityDelta.php on line 100
Warning: array_diff(): Argument #1 is not an array in /is/htdocs/wp10725802_AP6SP9SHMX/www/corebos/data/VTEntityDelta.php on line 106
Warning: Invalid argument supplied for foreach() in /is/htdocs/wp10725802_AP6SP9SHMX/www/corebos/data/VTEntityDelta.php on line 107
Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/wp10725802_AP6SP9SHMX/www/corebos/data/VTEntityDelta.php:99) in /is/htdocs/wp10725802_AP6SP9SHMX/www/corebos/modules/Vtiger/Save.php on line 103