I have installed ISPConfig-2.2.14
Quote:
cd /usr/src/
wget http://ovh.dl.sourceforge.net/source...-2.2.14.tar.gz
tar xvzf ISPConfig-2.2.14.tar.gz
cd install_ispconfig/
vi compile_aps/compile
Remove directives:
--disable-libxml --disable-dom --disable-xml ${WITH_ZLIB_DIR} --disable-xmlreader --disable-xmlwriter --disable-simplexml
./setup
|
Then Remoting as seen in forum:
Then I am using php source from example.
I had to rename $soapclient in $soap_client in soap.lib.php as it generates a conflict with builtin php soap...
Client is created but not web, and I have errors like:
Quote:
Error client_add: HTTP Error: no data present after HTTP headers.
[01-Oct-2007 16:09:10] PHP Notice: Undefined variable: encoding_headers in /var/www/web51/web/test/soap.lib.php on line 1589
[01-Oct-2007 16:09:10] PHP Notice: Undefined offset: 1 in /var/www/web51/web/test/soap.lib.php on line 1649
|
Do you see what could be wrong?