rv3000
9th October 2006, 12:12
i have recently svn checkout
version 2.3.1 of ISPconfig
I trying test script for remote access to ISPconfig functionality
this is debug output (with fatal error)
Request
POST /remote/index.php HTTP/1.0
User-Agent: NuSOAP v0.6.3
Host: hosting.g-net.local
Content-Type: text/xml; charset="ISO-8859-1"
Content-Length: 580
SOAPAction: ""
<?xml version="1.0" encoding="ISO-8859-1"?><SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:si="http://soapinterop.org/xsd"><SOAP-ENV:Body><ns1:login xmlns:ns1="http://testuri.org">
<user xsi:type="xsd:string">rv3000</user><pass xsi:type="xsd:string">*****</pass></ns1:login>
</SOAP-ENV:Body></SOAP-ENV:Envelope>
Response
HTTP/1.1 200 OK
Date: Mon, 09 Oct 2006 08:57:06 GMT
Server: Apache/1.3.37 (Unix) PHP/5.1.6 mod_ssl/2.8.28 OpenSSL/0.9.8c
X-Powered-By: PHP/5.1.6
Set-Cookie: PHPSESSID=60392c10a5077267e29cdde71635e3bc; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
<br />
<b>Fatal error</b>: Class 'db_BD_TYPE' not found in <b>/home/admispconfig/ispconfig/lib/app.inc.php</b> on line <b>51</b><br />
script end ...
version 2.3.1 of ISPconfig
I trying test script for remote access to ISPconfig functionality
this is debug output (with fatal error)
Request
POST /remote/index.php HTTP/1.0
User-Agent: NuSOAP v0.6.3
Host: hosting.g-net.local
Content-Type: text/xml; charset="ISO-8859-1"
Content-Length: 580
SOAPAction: ""
<?xml version="1.0" encoding="ISO-8859-1"?><SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:si="http://soapinterop.org/xsd"><SOAP-ENV:Body><ns1:login xmlns:ns1="http://testuri.org">
<user xsi:type="xsd:string">rv3000</user><pass xsi:type="xsd:string">*****</pass></ns1:login>
</SOAP-ENV:Body></SOAP-ENV:Envelope>
Response
HTTP/1.1 200 OK
Date: Mon, 09 Oct 2006 08:57:06 GMT
Server: Apache/1.3.37 (Unix) PHP/5.1.6 mod_ssl/2.8.28 OpenSSL/0.9.8c
X-Powered-By: PHP/5.1.6
Set-Cookie: PHPSESSID=60392c10a5077267e29cdde71635e3bc; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html
<br />
<b>Fatal error</b>: Class 'db_BD_TYPE' not found in <b>/home/admispconfig/ispconfig/lib/app.inc.php</b> on line <b>51</b><br />
script end ...