
22nd May 2008, 12:02
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 32,069
Thanks: 697
Thanked 4,248 Times in 3,260 Posts
|
|
Yes, thats what I meant
|

10th August 2008, 20:15
|
|
Senior Member
|
|
Join Date: Jun 2007
Location: Brooklyn, NY
Posts: 308
Thanks: 13
Thanked 43 Times in 29 Posts
|
|
update to remote framework 4.2
new inclusions:
web_ruby
web_python
web_cron
user_shell
user_cron
fixed issue with webuseradmin coming up as kunde
newest update is attached in a zip file
|
|
The Following 2 Users Say Thank You to grandpagenocide For This Useful Post:
|
AllanJ (16th August 2008),
falko (11th August 2008)
|

10th August 2008, 20:38
|
|
Senior Member
|
|
Join Date: Jun 2007
Location: Brooklyn, NY
Posts: 308
Thanks: 13
Thanked 43 Times in 29 Posts
|
|
should have added this in last post update to remote examples with the new features  and the autosignup script as well is included
|
|
The Following 2 Users Say Thank You to grandpagenocide For This Useful Post:
|
AllanJ (16th August 2008),
till (11th August 2008)
|

18th August 2008, 18:34
|
|
Senior Member
|
|
Join Date: Jun 2007
Location: Brooklyn, NY
Posts: 308
Thanks: 13
Thanked 43 Times in 29 Posts
|
|
Bug Fix -- Remote Framework beta 4.2
Well the webadmin login bug came back (rather i packed the wrong set of files) so here is the fixed version.
Last edited by grandpagenocide; 19th August 2008 at 03:47.
|
|
The Following User Says Thank You to grandpagenocide For This Useful Post:
|
falko (19th August 2008)
|

4th September 2008, 20:24
|
|
Member
|
|
Join Date: Oct 2007
Posts: 58
Thanks: 5
Thanked 3 Times in 2 Posts
|
|
back with this...
Hi,
Thanks to grandpagenocide for his good work.
I use: debian 4, ispconfig2.2.25, Remote Framework beta 4.2
I made the change in /home/admispconfig/ispconfig/lib/classes/ispconfig_isp_domain.lib.php line 376:
Quote:
if(isset($go_api->groups)) {
$tmp_groups = $go_api->groups->myGroups();
if(!is_array($tmp_groups)) {
$sql = "UPDATE isp_nodes SET status = 1 WHERE doc_id = '$doc_id' AND doctype_id = '$doctype_id'";
$go_api->db->query($sql);
$go_api->errorMessage($go_api->lng("error_domain_delete_client").$go_api->lng("weiter_link"));
}
}
|
Remote framework can create and suspend web but not delete it (I used to delete web using remote framework on another server, so I know this is possible).
Now the error I have is :
$soapclient->getError():
Quote:
|
Client: Status field is not empty.
|
Debug:
Quote:
soap_client: call: login, Array, , , ,
soap_client: endpointType:
soap_client: in serialize_val: myremoteuser, user, , , , , encoded
soap_client: in serialize_val: passformyremoteuser, pass, , , , , encoded
soap_client: endpoint: https://xx.xx.xx.xx:81/remote/index.php, soapAction: , namespace: http://testuri.org
soap_client: sending msg (len: 587) w/ soapaction ''...
soap_client: transporting via HTTP
soap_client: sending message, length: 587
soap_client: transport debug data... soap_transport_http: scheme = https
soap_transport_http: host = xx.xx.xx.xx
soap_transport_http: port = 81
soap_transport_http: path = /remote/index.php
soap_transport_http: entered sendHTTPS() with data of length: 587
soap_transport_http: found proper separation of headers and document
soap_transport_http: cleaned data, stringlen: 2046
soap_client: got response: 6asdfasdfasdfasdfasdfasdfdb
soap_client: Entering parseResponse(), about to create soap_parser instance
soap_client: vanos a llamar a soap_parser con:6asdfadsfadfasdfadsfadsfasdfb
soap_client: soap_parser: Entering soap_parser()
soap_parser: llamamos a parser con: xml->parser=Resource id #50 y xml=6asdfasdfasdfasdfadfasdfb
soap_parser: found root struct loginResponse, pos 2
soap_parser: adding data for scalar value soapVal of value 6asdfasdfasdfadsfasdfb
soap_parser: inside buildVal() for loginResponse(pos 2) of type struct
soap_parser: parsed successfully, found root struct: 2 of name loginResponse
soap_client: sent message successfully and got a(n) array back
soap_client: call: service, Array, , , ,
soap_client: endpointType:
soap_client: in serialize_val: 6asdfasdfasdfasdfasdfasdfb, sid, , , , , encoded
soap_client: in serialize_val: web, module, , , , , encoded
soap_client: in serialize_val: web_suspend, function, , , , , encoded
soap_client: in serialize_val: Array, params, , , , , encoded
soap_client: in serialize_val: p50.myweb.com, web_title, , , , , encoded
soap_client: endpoint: https://xx.xx.xx.xx:81/remote/index.php, soapAction: , namespace: http://testuri.org
soap_client: sending msg (len: 736) w/ soapaction ''...
soap_client: transporting via HTTP
soap_client: sending message, length: 736
soap_client: transport debug data... soap_transport_http: scheme = https
soap_transport_http: host = xx.xx.xx.xx
soap_transport_http: port = 81
soap_transport_http: path = /remote/index.php
soap_transport_http: entered sendHTTPS() with data of length: 736
soap_transport_http: found proper separation of headers and document
soap_transport_http: cleaned data, stringlen: 2301
soap_client: got response: 1
soap_client: Entering parseResponse(), about to create soap_parser instance
soap_client: vanos a llamar a soap_parser con:1
soap_client: soap_parser: Entering soap_parser()
soap_parser: llamamos a parser con: xml->parser=Resource id #52 y xml=1
soap_parser: found root struct serviceResponse, pos 2
soap_parser: adding data for scalar value soapVal of value 1
soap_parser: inside buildVal() for serviceResponse(pos 2) of type struct
soap_parser: parsed successfully, found root struct: 2 of name serviceResponse
soap_client: sent message successfully and got a(n) array back
soap_client: call: service, Array, , , ,
soap_client: endpointType:
soap_client: in serialize_val: 6asdfasdfasdfasdfasdfasdfasdfb, sid, , , , , encoded
soap_client: in serialize_val: web, module, , , , , encoded
soap_client: in serialize_val: web_delete, function, , , , , encoded
soap_client: in serialize_val: Array, params, , , , , encoded
soap_client: in serialize_val: p50.myweb.com, web_title, , , , , encoded
soap_client: endpoint: https://xx.xx.xx.xx:81/remote/index.php, soapAction: , namespace: http://testuri.org
soap_client: sending msg (len: 735) w/ soapaction ''...
soap_client: transporting via HTTP
soap_client: sending message, length: 735
soap_client: transport debug data... soap_transport_http: scheme = https
soap_transport_http: host = xx.xx.xx.xx
soap_transport_http: port = 81
soap_transport_http: path = /remote/index.php
soap_transport_http: entered sendHTTPS() with data of length: 735
soap_transport_http: found proper separation of headers and document
soap_transport_http: cleaned data, stringlen: 6091
soap_client: got response: ClientStatus field is not empty.
soap_client: Entering parseResponse(), about to create soap_parser instance
soap_client: vanos a llamar a soap_parser con: ClientStatus field is not empty.
soap_client: soap_parser: Entering soap_parser()
soap_parser: llamamos a parser con: xml->parser=Resource id #54 y xml= ClientStatus field is not empty.
soap_parser: found root struct Fault, pos 2
soap_parser: adding data for scalar value faultcode of value Client
soap_parser: adding data for scalar value faultactor of value
soap_parser: adding data for scalar value faultstring of value Status field is not empty.
soap_parser: adding data for scalar value soapVal of value
soap_parser: inside buildVal() for detail(pos 6) of type
soap_parser: inside buildVal() for Fault(pos 2) of type struct
soap_parser: parsed successfully, found root struct: 2 of name Fault
soap_client: sent message successfully and got a(n) array back
soap_client: got fault
soap_client: faultcode = Client
soap_client: faultactor =
soap_client: faultstring = Status field is not empty.
soap_client: detail = Array
|
I have already checked the remote user has permision to delete websites and DNS.
I would be thankfull if someone can help me with this.
thanks.
|

6th September 2008, 15:27
|
|
Senior Member
|
|
Join Date: Jun 2007
Posts: 154
Thanks: 44
Thanked 13 Times in 11 Posts
|
|
im getting
Installation instructions not found: /home/admispconfig/ispconfig/temp/a50e1e4f787ccff99668e4ea89828fe7/package.ins when trying to update
|

7th September 2008, 02:59
|
|
Senior Member
|
|
Join Date: Jun 2007
Location: Brooklyn, NY
Posts: 308
Thanks: 13
Thanked 43 Times in 29 Posts
|
|
bernholdt did you remove the db entries for remote in phpmyadmin? Sorry i havent written in the sql part, its on my todo list
|

7th September 2008, 16:18
|
|
Senior Member
|
|
Join Date: Jun 2007
Posts: 154
Thanks: 44
Thanked 13 Times in 11 Posts
|
|
Quote:
Originally Posted by grandpagenocide
bernholdt did you remove the db entries for remote in phpmyadmin? Sorry i havent written in the sql part, its on my todo list
|
no i didnt dare to remove the entries manually  wich entries are sopposed to be deleted
|

7th September 2008, 17:17
|
|
Senior Member
|
|
Join Date: Jun 2007
Location: Brooklyn, NY
Posts: 308
Thanks: 13
Thanked 43 Times in 29 Posts
|
|
drop tables remote_session and remote_user and you should be ok.
|

7th September 2008, 17:22
|
|
Senior Member
|
|
Join Date: Jun 2007
Posts: 154
Thanks: 44
Thanked 13 Times in 11 Posts
|
|
still same error
Installation instructions not found: /home/admispconfig/ispconfig/temp/4e1e875dd62df99bdd2127918ce434bc/package.ins
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 12:41.
|
Recent comments
1 day 14 hours ago
1 day 17 hours ago
2 days 4 hours ago
2 days 7 hours ago
2 days 11 hours ago
2 days 18 hours ago
3 days 3 hours ago
3 days 5 hours ago
3 days 13 hours ago
3 days 14 hours ago