• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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