• 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

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