Errors after update

Recently updated from 12.03 to 13.0

Now i get following errors on some tabs

Warning: Cannot modify header information- headers already sent by (output started at /home1/btssn/public_html/crm/htdocs/core/tpl/extrafields_list_array_fields.tpl.php:3) in /home1/btssn/public_html/crm/htdocs/main.inc.php on line 1202

Warning: Cannot modify header information - headers already sent by (output started at /home1/btssn/public_html/crm/htdocs/core/tpl/extrafields_list_array_fields.tpl.php:3) in /home1/btssn/public_html/crm/htdocs/main.inc.php on line 1206

Warning: Cannot modify header information - headers already sent by (output started at /home1/btssn/public_html/crm/htdocs/core/tpl/extrafields_list_array_fields.tpl.php:3) in /home1/btssn/public_html/crm/htdocs/main.inc.php on line 1207

Please help many thanks in advance

Hi,

You need to put
$dolibarr_main_prod=‘0’; to *$dolibarr_main_prod=‘1’;
in conf/conf.php

1 Like

Hi Thanks for reply where do i place this code ?

conf.php (1.8 KB)

I have uploaded my php file to check

Managed to figure out and problem solved thanks

so under security settings i had line

$dolibarr_main_prod=‘0’;

so i updated to

$dolibarr_main_prod=‘0’; to *$dolibarr_main_prod=‘1’;

saved and update problem solved :slight_smile: :laughing: