Announcement

Collapse
No announcement yet.

Bad server response: when accessing leads

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

  • Bad server response: when accessing leads

    Hi,
    in the console i have this error:
    <b>Fatal error</b>: Redefinition of parameter $data in <b>/home/public_html/crm/application/Espo/Modules/Crm/Services/Lead.php</b> on line <b>66</b><br />

    i have installed clean 4.02

    what to do to fix this?

    Thanks

  • #2
    Hi

    Change the line to
    public function afterCreate($entity, array $data = array())

    Comment


    • #3
      Thanks

      Comment

      Working...
      X