See this error in the logs while saving a lead
[2014-08-05 08:32:15] Espo.ERROR: E_RECOVERABLE_ERROR: Argument 1 passed to Espo\Modules\Crm\Services\Lead::getDuplicateWhereC lause() must be an instance of Espo\Modules\Crm\Services\Entity, instance of Espo\Modules\Crm\Entities\Lead given, called in /var/www/espo/application/Espo/Services/Record.php on line 526 and defined {"file":"/var/www/espo/application/Espo/Modules/Crm/Services/Lead.php","line":30} []
While converting a lead, this message occurs in JS console:
Uncaught TypeError: Cannot read property 'checked' of undefined
and the lead is not converted.
[2014-08-05 08:32:15] Espo.ERROR: E_RECOVERABLE_ERROR: Argument 1 passed to Espo\Modules\Crm\Services\Lead::getDuplicateWhereC lause() must be an instance of Espo\Modules\Crm\Services\Entity, instance of Espo\Modules\Crm\Entities\Lead given, called in /var/www/espo/application/Espo/Services/Record.php on line 526 and defined {"file":"/var/www/espo/application/Espo/Modules/Crm/Services/Lead.php","line":30} []
While converting a lead, this message occurs in JS console:
Uncaught TypeError: Cannot read property 'checked' of undefined
and the lead is not converted.
Comment