SugerCRM Warning: Creating default object from empty value
editor
Solution
Thanks friend but this issue is being resolved we just need to replace line number 151 in view.modulefield.php file with
if(!isset($module->mbvardefs) || is_null($module->mbvardefs)) {
$module->mbvardefs = new stdClass();
}
Problem
when i am trying to edit field from sugerCRM editor then i am getting this issue. even i try to use this patch as well as a solution for this error but still getting this issue. ``` https://github.com/sugarcrm/sugarcrm_dev/pull/143 ( ! ) Warning: Creating default object from empty value in C:\xampp\htdocs\crm\trunk\modules\ModuleBuilder\views\view.modulefield.php on line 151 ```