Hi Till
Which file needs to be updated to resolve this issue?
I have updated remoting.inc.php which I got from svn today but sites_web_domain_add function seems not working properly. Do I need to update another files?
Another issue is when I remotely updated a client using client_update function in remoting.inc.php, this updated username and password for both client and Admin. (Administrator's username and password are replaced with a client's username and password)
I found that the below line1 changed to line2.
line1 (3.0.2.2):
$affected_rows = $this->updateQuery('../client/form/client.tform.php', $reseller_id, $client_id, $params);
line2 (svn):
$affected_rows = $this->updateQuery('../client/form/client.tform.php', $client_id, $reseller_id, $params);
Just swapped client_id and reseller_id. Why? I had no errors with the above line1.
Thanks in advance.
Harry
Last edited by holykim; 14th August 2010 at 04:49.
|
Recent comments
12 hours 19 min ago
15 hours 14 min ago
16 hours 28 min ago
17 hours 51 min ago
19 hours 29 min ago
20 hours 58 min ago
22 hours 12 min ago
1 day 14 hours ago
1 day 14 hours ago
1 day 18 hours ago