• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Question How to enable php-xmlrpc on my server

alexislevrai

New Pleskian
Server operating system version
Ubuntu 22.04.4 LTS
Plesk version and microupdate number
Obsidian 18.0.60
Hello,

I want to connect to the API of my inventory system, for that I need to use Ripcord (an XML-RPC Client and Server for PHP GitHub - poef/ripcord: Automatically exported from code.google.com/p/ripcord) .
I'm on PHP 8.2 but it looks like php-xmlrpc is not enable.

I've tried to create an .htaccess with

<Files xmlrpc.php> order allow,deny allow from all </Files>

But doesn't look like it's still not working
Is there a way to enable it via Plesk ?
 
Hello,

I've tried this but there is a xmlreader, an xmlwriter but not RPC when I do Manage PECL Packages and want to add one I only found XMLRPCi, what is (from my research) an improve version of XMLRPC but that never left the beta level …
And even if I try to install it I'm facing this error :

Failed to install PHP extension 'XMLRPCi':
Failed to download pecl/XMLRPCi within preferred state "stable", latest release is version 1.0, stability "beta", use "channel://pecl.php.net/XMLRPCi-1.0" to install
install failed
 
Back
Top