Edujugon / laradoo

Odoo ERP API for Laravel
MIT License
160 stars 98 forks source link

Ripcord_ConfigurationException : PHP XMLRPC library is not installed #12

Closed alfredlaggner closed 5 years ago

alfredlaggner commented 5 years ago

I moved my laravel package to a faster server by copying the project folder to that new server (setup with laravel forge on didgial ocean). Now when I try get data fro odoo I get this error:

WidadDek commented 4 years ago

I had the same issue I would like to know how did you fix this please ?

jaoaustero commented 4 years ago

@Wididou did you solve this issue? I do have the same issue.

WidadDek commented 4 years ago

@JaoAustero Yes I did resolve it, well I had a problem with my connection with the Postgres database of Odoo, as soon as I fixed it & installed Odoo appropriately, then entered the right credentials (db_name, user_name & password) it worked fine for me.

jaoaustero commented 4 years ago

If you are having problem with XMLRPC you need to install this module based on the php version that you have, you need to specify the version if you have multiple version in your local or virtual box, Here is the link below.

[https://jsnelders.com/Blog/1036/install-xml-rpc-for-php-7-2-on-ubuntu-linux/](PHP Module)