I’m working on a project and I need to connect to Odoo via XML-RPC. The documentation suggests using Ripcord library, and for this I need to enable XML-RPC on my enviroment, but I’ve got no clue how to do this. I’ve been googleing for the last couple of days but couldnt find answers on a similar setting that I could understand.
Im working on XAMPP for Mac, and the PHP version is 8.0
Thanks in advance.
2
Answers
You can try to install xmlrpc extension with following commands:
That’s how I installed it on my Ubuntu.
Also you can check this if you don’t know how to compile extensions on OS X
You can try download xmlrpc extension in pecl website and install the compatible dll into your xampp.