• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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