• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Soap and Plesk 8.1

R

RonTGoff

Guest
I've installed SOAP via pear but when I run

PHP:
require_once 'SOAP/Client.php';

I get

PHP:
Warning: require_once(SOAP/Client.php) [function.require-once]: failed to open stream: No such file or directory in

What am I doing wrong, I've search and searched the forums but can't come up with anything.

I've added /usr/share/pear to my open_basedir.

So if anyone has any suggestions I would greatly appreciate it.
 
You posted
failed to open stream: No such file or directory in

what is the rest of the error message?

Does the path that it is looking for exist, and is that where the file is?
 
Back
Top