Hi all,
I just upgraded my SugarCRM box from 6.2.4 to 6.4.0
Everything is ok until today ... now, converting a lead I, encountered these errors in the page:
Notice: Undefined index: lead_conv_activity_opt in /modules/Leads/views/view.convertlead.php on line 131
Notice: Undefined index: lead_conv_activity_opt in /modules/Leads/views/view.convertlead.php on line 134
Notice: Undefined index: lead_conv_activity_opt in /modules/Leads/views/view.convertlead.php on line 138
Analyzing the first one source file, view.convertlead.php, at line 131 I can find
So ...smarty cannot find $sugar_config['lead_conv_activity_opt'] ...PHP Code:$smarty->assign('lead_conv_activity_opt', $sugar_config['lead_conv_activity_opt']);
Where should lead_conv_activity_opt option be stored ? I ask this because I cannot find this in the config.php file ...
Thanks in advance, Vincenzo


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks