| Previous topic :: Next topic |
| Author |
Message |
gonzalomr
Joined: 26 Feb 2007
Posts: 3
|
| Posted: Mon Mar 12, 2007 7:47 pm Post subject: TB 1.5.0.10 + Vtiger 5.0.2 dont add messages to contacts |
|
|
I have the following configuration and I cannot add emails to the contacts via thunderbird:
-Win XP (client)
-Thunderbird 1.5.0.10 (20070221)
-Vtiger 5.0.2 on Linux
-TB extension for 5.0.2
But I can't add messages to contacts
"Error while parsing response from vtiger CRM SERVER"
in this forum it leaves a solution, but the lines that there is to add already contain file (Email.php) Line 42.
http://forums.vtiger.com/viewtopic.php?p=39730#39730
somebody has the solution? |
|
| Back to top |
|
rhoobler
Joined: 29 Aug 2005
Posts: 39
|
| Posted: Thu Mar 29, 2007 2:14 pm Post subject: Re: TB 1.5.0.10 + Vtiger 5.0.2 dont add messages to contacts |
|
|
| I have the same problem! Please help. |
|
| Back to top |
|
rhoobler
Joined: 29 Aug 2005
Posts: 39
|
| Posted: Thu Mar 29, 2007 3:54 pm Post subject: Re: TB 1.5.0.10 + Vtiger 5.0.2 dont add messages to contacts |
|
|
I did some more looking into this... in the /module/Emails/Emails.php file there are variables like:
$this->rel_contacts_table
which I believe are not defined.... In the ./soap/thunderbirdplugin.php file I took out these lines and got the message to go into vTiger from Thunderbird without error....
//$email->set_emails_contact_invitee_relationship($email->id,$contact_ids);
//$email->set_emails_se_invitee_relationship($email->id,$contact_ids);
//$email->set_emails_user_invitee_relationship($email->id,$user_id);
I think this is a problem, many people are having. When going through Outlook or Thunderbird, these variables need to be assigned (I'm not exactly sure how that works yet).
Send, in the Thunderbird XPI, in the addtovtiger.js. The email body line is looking at:
document.getElementById("TextAreaValue") - line 264. This should point to the opener document like the subject. Now adding works but... no Message and I'm not sure if I can make all the changes and repackage an XPI file :shock:
Thanks,
Roy |
|
| Back to top |
|
rhoobler
Joined: 29 Aug 2005
Posts: 39
|
| Posted: Thu Mar 29, 2007 4:00 pm Post subject: Re: TB 1.5.0.10 + Vtiger 5.0.2 dont add messages to contacts |
|
|
If the developer is going to do an update...Why not have him/her look at the outlook code so Thunderbird can also add attachements (if it is not done already). In the track_email, it didn't look like it was there.
Thanks,
Roy |
|
| Back to top |
|
MreSailor
Joined: 10 Dec 2005
Posts: 60
|
| Posted: Sun Apr 08, 2007 9:06 pm Post subject: Re: TB 1.5.0.10 + Vtiger 5.0.2 dont add messages to contacts |
|
|
Has this been addressed yet? Our Thunderbird plugin has stopped working as well.
Error while parsing response from vtiger CRM SERVER |
|
| Back to top |
|
| |