I am using a script for registering domains on an SSL account which gives the following error:
I thought that maybe SOAP still needed to be installed, so did this:
Because of the error "no match for argument" I went into WHM and had a look at EasyApache.
Started customizing based on profile and noticed that SOAP already had been checked.
So I am clueless now and need some help how to get this working.
VPS:
cPanel 11.25.0-S43473 - WHM 11.25.0 - X 3.9
CENTOS 4.8 i686 virtuozzo on server
PHP 5.2.12
Code:
Fatal error: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://api.domain.nl/wsdl/?service=DomainService' : Start tag expected, '<' not found in /home/username/public_html/directory/test.php on line 35
.
I thought that maybe SOAP still needed to be installed, so did this:
Code:
[email protected] [~]# yum install php-soap
Setting up Install Process
Setting up repositories
update 100% |=========================| 951 B 00:00
base 100% |=========================| 1.1 kB 00:00
addons 100% |=========================| 951 B 00:00
extras 100% |=========================| 1.1 kB 00:00
Reading repository metadata in from local files
Excluding Packages in global exclude list
Finished
Parsing package install arguments
[B]No Match for argument: php-soap
Nothing to do[/B]
[email protected] [~]#
Started customizing based on profile and noticed that SOAP already had been checked.
So I am clueless now and need some help how to get this working.
VPS:
cPanel 11.25.0-S43473 - WHM 11.25.0 - X 3.9
CENTOS 4.8 i686 virtuozzo on server
PHP 5.2.12