hi,
i am using sugarcrm 5.1 and trying to integrate with php app, but i cant able to logging in to sugarcrm , i'm also not getting error value, is there any settings in sugarcrm to allow tat??
hi,
i am using sugarcrm 5.1 and trying to integrate with php app, but i cant able to logging in to sugarcrm , i'm also not getting error value, is there any settings in sugarcrm to allow tat??
Hi gopalkalasa
How are you trying to logging in the SugarCRM?
Regards
André Lopes
DevToolKit / Project of the Month - June 2009
Lampada Global Services- Open Source Solutions
Avenida Ipiranga, 318
Bloco B - CJ 1602
São Paulo, SP 01046-010
Brazil
Office: +55 11 3237-3110
Mobile: +55 11 7636-5859
e-mail: andre@lampadaglobal.com
Lampada Global delivers offshore software development and support services to customers around the world.
Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.
I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.
Probably need more than a one liner on what you're trying to achieve for anyone to give you some meaningful help. There are a number of ways you could tackle integration.
if you're using php/soap, the param array should look similar to this:
The password should not be plain text, but rather an md5 hash of the password. Of course this may not be the issue. Can't tell without details.Code:$params = array( 'user_auth' => array( 'user_name' => $username, 'password' => md5( $password ), 'version' => '0.1' ), 'application_name' => 'soapleadcapture');
hi, i found the solution, yes i'm using php/soap method login for sugarcrm, instead of using 127.0.0.1 in url i was using localhost , tat was the problem. .
thanx for ur reply. .
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks