ripcord

Cannot access to Odoo External API using PHP 7 XML-RPC - Access Denied, Fatal error Uncaught Ripcord_TransportException

那年仲夏 提交于 2021-02-11 12:06:19
问题 I want to use Odoo's External API on my website, using PHP 7. Like it is said in the Odoo's documentation, I've placed the Ripcord library in my httpdocs. I have also activated the XML RPC extension on my server, OpenSSL was already activated, and the website is even secured (there's the lock icon in the address bar). I want to test that with Odoo Demo Trial before we buy licenses. So in my PHP code, I have put the same username/password as the one I used to connect to my Odoo demo account. 1

Cannot access to Odoo External API using PHP 7 XML-RPC - Access Denied, Fatal error Uncaught Ripcord_TransportException

纵饮孤独 提交于 2021-02-11 12:04:53
问题 I want to use Odoo's External API on my website, using PHP 7. Like it is said in the Odoo's documentation, I've placed the Ripcord library in my httpdocs. I have also activated the XML RPC extension on my server, OpenSSL was already activated, and the website is even secured (there's the lock icon in the address bar). I want to test that with Odoo Demo Trial before we buy licenses. So in my PHP code, I have put the same username/password as the one I used to connect to my Odoo demo account. 1

How to use PHP7 Ripcord library to get Odoo data?

倾然丶 夕夏残阳落幕 提交于 2019-12-11 06:11:34
问题 I am trying to get some data from Odoo through XMLRPC, and I am working with PHP and its Ripcord library (recommended on https://www.odoo.com/documentation/8.0/api_integration.html). So I am following the steps written on that page. Firstly, I downloaded the Ripcord files from https://github.com/poef/ripcord.git. I saved them in a folder named ripcord , located at the index directory of my PHP page. Secondly, I enabled the OpenSSL and XMLRPC extensions for PHP7. I think I did it well because