コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
2191 ビュー

I am using PHP with ripcord as suggested in the documentation.  Here is my code:



$url = 'url';


$db = 'xyzzy-sandbox2-12553485';


$username = "username";


$password = 'apikey';


require_once('ripcord.php');


$common = ripcord::client("$url/xmlrpc/2/common");


$uid = $common->authenticate($db, $username, $password, array());


echo json_encode($uid);


die;




This is a sandbox account.   The url is the url for my sandbox account.  It would not let me post the link.  I have a valid active username and have tried an api key and the username's password.  All I ever get is false for the $uid.  Any suggestions?

アバター
破棄
最善の回答

In my case, I was using admin, admin as username and password, which is in most cases Mitchell admin whose password is not set, either create a new user then use it or update the password to this one from odoo.
Hope this helps.

アバター
破棄
関連投稿 返信 ビュー 活動
1
6月 25
1600
1
6月 25
565
1
4月 25
1297
2
1月 25
1378
1
3月 24
2445