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
1 day 16 hours ago
2 days 1 hour ago
2 days 3 hours ago
2 days 5 hours ago
2 days 6 hours ago
2 days 8 hours ago
2 days 9 hours ago
2 days 10 hours ago
3 days 2 hours ago
3 days 3 hours ago