PDA

View Full Version : ISPconfig remote framework problem


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 ...

till
9th October 2006, 12:17
ISPConfig 2.3.1 is currently is currently broken in SVN. I will work on these issues again after ISPConfig 2.2.7 is released.

rv3000
9th October 2006, 12:30
ISPConfig 2.3.1 is currently is currently broken in SVN. I will work on these issues again after ISPConfig 2.2.7 is released.

What version should i use with remoting framework and without loosing mysql data

till
9th October 2006, 12:35
The latest released dev version and not the version from SVN.

rv3000
10th October 2006, 12:31
The latest released dev version and not the version from SVN.
i installed latest ISPConfig-svn-current.tar.gz
i installed it clearly without upgrade
but it still has error
take a look in debug above
<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 />

rv3000
10th October 2006, 12:38
and when i access directly like
https://hosting.g-net.local:8081/remote/index.php

it returns the same error

till
10th October 2006, 12:48
i installed latest ISPConfig-svn-current.tar.gz
i installed it clearly without upgrade
but it still has error
take a look in debug above
<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 />

I told you to NOT install the SVN version, it is currently broken! The latest released dev version is available here:

Download ISPConfig 2.3.1-dev from sourceforge.net: http://prdownloads.sourceforge.net/ispconfig/ISPConfig-2.3.1-dev.tar.gz?download

rv3000
10th October 2006, 13:00
I told you to NOT install the SVN version, it is currently broken! The latest released dev version is available here:

Download ISPConfig 2.3.1-dev from sourceforge.net: http://prdownloads.sourceforge.net/ispconfig/ISPConfig-2.3.1-dev.tar.gz?download
thank you . i downloading this one now

rv3000
11th October 2006, 07:30
I installed ISPConfig-2.3.1-dev.tar.gz
Remoting Framwork work. thank you
But i noticed that some features that i used in my svn 2.3.1 version dont used in config.inc.php
$go_info["server"]["apache2_php"] = 'suphp'
$go_info["server"]["ssh_chroot"] = 1;

Does it meen that this features dont realize here?

till
11th October 2006, 10:53
Does it meen that this features dont realize here?

Yes, these functions are not in the 2.3.1-dev release. They will be part of the next dev release. I guess the next dev release will be available in about 2 weeks.

rv3000
11th October 2006, 11:17
Yes, these functions are not in the 2.3.1-dev release. They will be part of the next dev release. I guess the next dev release will be available in about 2 weeks.

i see. can you tell me when will be branched correct svn version for 2.3.1?

till
11th October 2006, 12:08
i see. can you tell me when will be branched correct svn version for 2.3.1?

There will be no branches for dev releases.