-
Part of this error is showing up on discussion posts. When I click on a discussion item on the home screen, it takes me to the post and there I have this error message:
Warning: Cannot modify header information - headers already sent by (output started at /template/scripts/BxBaseFormView.php:384) in /inc/classes/BxDolTemplate.php on line 2739
Warning: Cannot modify header information - headers already sent by (output started at /template/scripts/BxBaseFormView.php:384) in /inc/classes/BxDolTemplate.php on line 2740
There is another sentence that isn't showing up once the color scheme of the site fills in."Notice Array to string conversion in ... /scripts/bxbaseformview.php on line 384"
I inactivated every block on the page, and this error message remained.
I deleted the background image, under Header, in Decorous. That background image wasn't showing up anyway. Instead, it is the background color that I chose just above where I can upload a background image in the template Decorous, Header.
I'm at a loss. Any advice would be much appreciated! Thanks-
As the mentioned file in default UNA package has the following code in the 384th line:
<div class="bx-form-row-view-value">{$sValue}</div>
Little above the $sValue looks like:
$sValue = $this->genViewRowValue($aInput);
As this method returns the string, then for now, it looks like somthing wrong with the new field (Your category) and / or with Items list.
-