Deploying Custom Module Issues

Hello Guys

upon deploying a custom module the following happens

PHP Parse error: syntax error,
unexpected ‘,’ in {SiteURL}/modules/{ModuleName}/vardefs.php

$dictionary[’{ModuleName}’] = array(
‘table’=>‘module_name’,
‘audited’=>true,
‘inline_edit’=>, // <-- Malformed Key Value Pair
‘fields’=>array (

initial deployment of a custom module has a broken vardef file
removing the malformed line is sufficient to restore the web application
inline editing options can then be defined frontend and saved properly after deployment

Hi,

As you have correctly identified, this was an issue with Inline Editing that existed in SuiteCRM v7.3
This was resolved in the SuiteCRM v7.3.1 bugfix release!
If you wish to upgrade to that then you can find a link here: https://suitecrm.com/download

1 Like