SuiteCRM 7.2 and 7.3
I developed a basic module using module builder and after export the generated module and import using module loader it stopped at 82%.
See attached picture.
I looked that is missing a value in line 43 file /var/www/html/suitecrm-7.3/modules/ttt_cc/vardefs.php.
$dictionary[‘ttt_cc’] = array(
‘table’=>‘ttt_cc’,
‘audited’=>true,
‘inline_edit’=>,
‘duplicate_merge’=>true,
‘fields’=>array (
),
‘relationships’=>array (
),
‘optimistic_locking’=>true,
‘unified_search’=>true,
);
Any suggestion?