Author Topic: can't add contacts/people from email recipients.  (Read 1987 times)

tonybaldwin

  • Newbie
  • *
  • Posts: 9
    • View Profile
can't add contacts/people from email recipients.
« on: March 27, 2012, 11:28:39 am »
On fengoffice 2.0.0.8, on Debian Stable,
can not "add people from recipients" (ie., add a contact for every person to whom I send an e-mail).
500 Internal Server Error, every time.

../error.log shows

Code: [Select]
PHP Fatal error:  Call to undefined method Contact::setEmail() in /home/tony/linguas/fengoffice/plugins/mail/application/controllers/MailController.class.php on line 645, referer: blinguas.homelinux.net/office/
Line 645 of MailController.class.php, referred to in error, simply has:
Code: [Select]
$contact->setEmail($recipient_address);

Tem alguem ai que responde essas perguntas?