Announcement

Collapse
No announcement yet.

Error Reported while saving Lead

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Error Reported while saving Lead

    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.

  • #2
    "Uncaught TypeError: Cannot read property 'checked' of undefined"

    Can you copy full info of js error?

    Comment


    • #3
      Uncaught TypeError: Cannot read property 'checked' of undefined VM1662:126

      (anonymous function)VM1662:126
      Dep.extend.convertVM1662:125
      Dep.extend.events.click button[data-action="convert"]VM1662:46
      x.event.dispatchespo.min.js?r=1406817452099:3
      y.handle

      Comment


      • #4
        Can reproduce this in Chrome 36 on your instance. But it's ok on other instances and ok in firefox on your instance. Seems Chrome 36 has some essential changes that work buggy.

        Comment


        • #5
          Found the solution. Will be fixed in the next release.

          Comment

          Working...
          X