Quote:
Originally Posted by holykim
Hi Till
Thank you for your great job.
I installed ISPConfig 3.0.3.1-RC2 on my test server and had testing with my remoting code which I am using on 3.0.2.2.
All seem working fine just except the fuction 'client_update' as this gave me an error "SOAP Error: Wrong Version".
Can you please advise how I figure out this?
Thanks inadvance.
Harry
|
Solved. modify the client_update function in /usr/local/ispconfig/interface/lib/classes/remoting.inc.php
Find this line in the function client_update:
$affected_rows = $this->updateQuery('../client/form/client.tform.php', $client_id, $reseller_id, $params);
Change to:
$affected_rows = $this->updateQuery('../client/form/client.tform.php', $reseller_id, $client_id, $params);
Harry
Recent comments
11 hours 6 min ago
20 hours 34 min ago
21 hours 24 min ago
1 day 57 min ago
1 day 5 hours ago
1 day 5 hours ago
1 day 7 hours ago
1 day 17 hours ago
1 day 22 hours ago
2 days 19 min ago