• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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