Welcome Guest. Please Login or Register  


You are here: Index > Softaculous Auto Installer > General Support > Topic : SOAP Error: Could not connect to host

1


Threaded Mode | Print  

 SOAP Error: Could not connect to host (16 Replies, Read 30853 times)
tikklik
Group: Member
Post Group: Newbie
Posts: 39
Status:
just updated php
now im getting SOAP Error: Could not connect to host
on a ispconfig 3  installation

nothing in the errorlogs any idees where to look ?
IP: --   

SOAP Error: Could not connect to host
Brijesh
Group: Softaculous Team
Post Group: Super Member
Posts: 5638
Status:
Hi,

Is SOAP extension enabled in the new php ?

-----------------------
Webuzo - Multi User Hosting Control Panel
AMPPS - Best WordPress/PHP/MySQL development tool
IP: --   

SOAP Error: Could not connect to host
tikklik
Group: Member
Post Group: Newbie
Posts: 39
Status:
php -m
[PHP Modules]
bcmath
bz2
.....
ionCube Loader
snmp
soap
sockets
SPL
....

hm but when i do:
php -c /usr/local/softaculous/php.ini -m
The ionCube PHP Loader is disabled because of startup problems.
Segmentation fault



php -v
PHP 5.6.3 (cli) (built: Nov 13 2014 20:22:29)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2014 Zend Technologies
    with the ionCube PHP Loader v4.7.1, Copyright (c) 2002-2014, by ionCube Ltd., and
    with Zend OPcache v7.0.4-dev, Copyright (c) 1999-2014, by Zend Technologies




cat /usr/local/softaculous/php.ini
[PHP]

error_reporting = E_PARSE
log_errors = On
error_log = "/var/softaculous/error_log"
display_errors = Off

date.timezone = "America/New_York"

max_execution_time = 0
max_input_time = 0

memory_limit = 64M
post_max_size = 8M

magic_quotes_gpc = Off
magic_quotes_runtime = Off
magic_quotes_sybase = Off
safe_mode = Off
enable_dl = On

open_basedir="/"

zend_extension="/usr/lib64/php/ioncube/ioncube_loader_lin_5.6.so"

extension=mysql.so
extension=mysqli.so
extension=posix.so
extension=soap.so

IP: --   

SOAP Error: Could not connect to host
Brijesh
Group: Softaculous Team
Post Group: Super Member
Posts: 5638
Status:
Hi,

Does the following file exist :
/usr/lib64/php/ioncube/ioncube_loader_lin_5.6.so

-----------------------
Webuzo - Multi User Hosting Control Panel
AMPPS - Best WordPress/PHP/MySQL development tool
IP: --   

SOAP Error: Could not connect to host
tikklik
Group: Member
Post Group: Newbie
Posts: 39
Status:
yes it does
ls -al /usr/lib64/php/ioncube/ioncube_loader_lin_5.6.so

-rwxr-xr-x 1 root root 1132824 Nov 17 19:00 /usr/lib64/php/ioncube/ioncube_loader_lin_5.6.so


ls -al /usr/lib64/php/ioncube/
total 7516
drwxr-xr-x 2 root root    4096 Nov 25 11:22 .
drwxr-xr-x 6 root root    4096 Nov 25 11:34 ..
-rwxr-xr-x 1 root root  326488 Nov 17 19:00 ioncube_loader_lin_4.3.so
-rwxr-xr-x 1 root root  328664 Nov 17 19:00 ioncube_loader_lin_4.4.so
-rwxr-xr-x 1 root root  336152 Nov 17 19:00 ioncube_loader_lin_5.0.so
-rwxr-xr-x 1 root root 1059768 Nov 17 19:00 ioncube_loader_lin_5.1.so
-rwxr-xr-x 1 root root 1055736 Nov 17 19:00 ioncube_loader_lin_5.2.so
-rwxr-xr-x 1 root root 1033944 Nov 17 19:00 ioncube_loader_lin_5.3.so
-rwxr-xr-x 1 root root 1174936 Nov 17 19:00 ioncube_loader_lin_5.4.so
-rwxr-xr-x 1 root root 1185368 Nov 17 19:00 ioncube_loader_lin_5.5.so
-rwxr-xr-x 1 root root 1132824 Nov 17 19:00 ioncube_loader_lin_5.6.so
IP: --   

SOAP Error: Could not connect to host
Brijesh
Group: Softaculous Team
Post Group: Super Member
Posts: 5638
Status:
Hi,

Can you please execute the following command on your server :
cp /usr/lib64/php/ioncube/ioncube_loader_lin_5.6.so /usr/local/softaculous/ioncube.so

and replace the following line in /usr/local/softaculous/php.ini
zend_extension="/usr/lib64/php/ioncube/ioncube_loader_lin_5.6.so"
with
zend_extension = "/usr/local/softaculous/ioncube.so"

-----------------------
Webuzo - Multi User Hosting Control Panel
AMPPS - Best WordPress/PHP/MySQL development tool
IP: --   

SOAP Error: Could not connect to host
Brijesh
Group: Softaculous Team
Post Group: Super Member
Posts: 5638
Status:
Hi,

Please try to execute the following command :
/usr/bin/php -n -c /usr/local/softaculous/php.ini -m

instead of :
/usr/bin/php -c /usr/local/softaculous/php.ini -m

-----------------------
Webuzo - Multi User Hosting Control Panel
AMPPS - Best WordPress/PHP/MySQL development tool
IP: --   

SOAP Error: Could not connect to host
tikklik
Group: Member
Post Group: Newbie
Posts: 39
Status:
/usr/bin/php -n -c /usr/local/softaculous/php.ini -m
[PHP Modules]
Core
date
ereg
filter
hash
ionCube Loader
libxml
mhash
mysql
mysqli
openssl
pcntl
pcre
posix
readline
Reflection
session
soap
SPL
standard
zlib

[Zend Modules]
the ionCube PHP Loader


i allready treid cp the ioncube but that didnt help :-(
is there somewhere a option to set it in debug mode ?

IP: --   

SOAP Error: Could not connect to host
Brijesh
Group: Softaculous Team
Post Group: Super Member
Posts: 5638
Status:
Hi,

Can you please enable "curl" and check if you still face the issue ?

-----------------------
Webuzo - Multi User Hosting Control Panel
AMPPS - Best WordPress/PHP/MySQL development tool
IP: --   

SOAP Error: Could not connect to host
tikklik
Group: Member
Post Group: Newbie
Posts: 39
Status:
can you explain how.
it is in the normal php.ini 
but cant get it in the softaculous php.ini

/usr/bin/php -n -c /usr/local/softaculous/php.ini --ini
Configuration File (php.ini) Path: /etc
Loaded Configuration File:        /usr/local/softaculous/php.ini
Scan for additional .ini files in: (none)
Additional .ini files parsed:      (none)
IP: --   

SOAP Error: Could not connect to host
Brijesh
Group: Softaculous Team
Post Group: Super Member
Posts: 5638
Status:
Hi,

Please add following line :
extension=curl.so
in /usr/local/softaculous/php.ini

-----------------------
Webuzo - Multi User Hosting Control Panel
AMPPS - Best WordPress/PHP/MySQL development tool
IP: --   

SOAP Error: Could not connect to host
tikklik
Group: Member
Post Group: Newbie
Posts: 39
Status:
hm my message from yesterday didnt get send

/usr/bin/php -n -c /usr/local/softaculous/php.ini -m
[PHP Modules]
Core
curl
date
ereg
filter
hash
ionCube Loader
libxml
mhash
mysql
mysqli
openssl
pcntl
pcre
posix
readline
Reflection
session
soap
SPL
standard
zlib

[Zend Modules]
the ionCube PHP Loader

stil:
SOAP Error: Could not connect to host

is there a option to set debug on to see more error messaging
IP: --   

SOAP Error: Could not connect to host
Brijesh
Group: Softaculous Team
Post Group: Super Member
Posts: 5638
Status:
Hi,

Can you please open a support ticket with the login details so that we can debug this further.
https://www.softaculous.com/support/

It looks like for some reason your host is not pointing to the correct server.

-----------------------
Webuzo - Multi User Hosting Control Panel
AMPPS - Best WordPress/PHP/MySQL development tool
IP: --   

SOAP Error: Could not connect to host
tikklik
Group: Member
Post Group: Newbie
Posts: 39
Status:
A request for support has been created and assigned ticket #155679.
IP: --   

SOAP Error: Could not connect to host
jonathanfourie78
Group: Member
Post Group: Newbie
Posts: 2
Status:
Hi,

I am getting this error too. Please assist with a resolve

I have installed ispconfig 3 on Debian Jessie. I have installed the ironcube loaders

when using the url https://x.x.x.x:8080/softaculous, I receive this error.

However, when using the url http://x.x.x.x/softaculous, I receive a different error...
"SOAP Error: Not Found"
IP: --   

« Previous    Next »

Threaded Mode | Print  

1


Jump To :


Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is March 19, 2024, 11:55 am.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 11  |  Page Created In:0.404