Error Reported while saving Lead

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alasdaircr
    Active Community Member
    • Aug 2014
    • 525

    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.
  • yuri
    Member
    • Mar 2014
    • 8440

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

    Can you copy full info of js error?
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • alasdaircr
      Active Community Member
      • Aug 2014
      • 525

      #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

      • yuri
        Member
        • Mar 2014
        • 8440

        #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.
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment

        • yuri
          Member
          • Mar 2014
          • 8440

          #5
          Found the solution. Will be fixed in the next release.
          If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

          Comment

          Working...