|
eric - 2007-08-28 23:35:08
date: 2007-08-28
class: msn_contact_grab.class.php
error: "Could not connect to messenger service"
mustafa mahmood - 2008-07-23 14:17:36 - In reply to message 1 from eric
having same problem does anybody have solution please its urgent
Parthibhan - 2008-09-25 07:19:50 - In reply to message 2 from mustafa mahmood
Hey Guys,
Even i faced the same problem.
i resolved it by changing line number 181 from,
$user = str_replace( array( '\'', ')', ';', '"' ), '', $userArray[1] );
to,
$user = str_replace( array( '\'', ')', ';', '"' ), '', $userArray[2 );
Then it worked fine for me. Try this out!
Parthibhan - 2008-09-25 07:21:29 - In reply to message 3 from Parthibhan
Hey Guys,
Please ignore previous comment.
Even i faced the same problem.
i resolved it by changing line number 181 from,
$user = str_replace( array( '\'', ')', ';', '"' ), '', $userArray[1] );
to,
$user = str_replace( array( '\'', ')', ';', '"' ), '', $userArray[2] );
Then it worked fine for me. Try this out!
vineetha.vs - 2008-10-01 12:51:15 - In reply to message 1 from eric
Hi,
I have tried to implement package Contact Grabber.Rediffmail and hotmail is not working for me.
Please advise me if you can
Thanks in advance
vinitha
|