
Originally Posted by
Shearer I have been using code of this website to enter leads from our website. Everytime I run the code the set_entry returns a login failed:
stdClass Object
(
[id] => -1
[error] => stdClass Object
(
[number] => 10
[name] => Invalid Login
[description] => Login attempt failed please check the username and password
)
)
I can not see why it is not logged in as
$result_array = $sugar_client->login($user_auth['user_auth'],$user_auth['application_name']);
the login code return a session varable.
Help needed urgently.
Thanks in Advance,
Bob
Bookmarks