| HellMind |
14th June 2011 13:48 |
Quote:
Originally Posted by till
(Post 258306)
Maybe you mix up sys_userid and client_id here. The client that you use has to exist, so please check that there is really a client with ID 2 in the "client" database table.
|
I found it in the db, also I choosed it using the drop down list box in the web interface where it shows the correct client id.
Code:
(2, 1, 1, 'riud', 'riud', '', 'xxxx. Com', 'xxx . Com', '', '', 'xxx 253', 'xx0', 'xxxxo', 'xxxe', 'AR', 'xxxxxxxxxxx7', '', '', '', 'http://xxxxxxx.com', '', '', 1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, 0, 0, 0, 1, NULL, -1, -1, 'no,fast-cgi,cgi,mod,suphp', -1, -1, -1, 0, 'no,jailkit', 0, 1, -1, -1, -1, 1, -1, 0, 'url', 5, -1, 0, 0, 'xxxxxer', '291ad281e640429285d30ff25b66813d', 'es', 'default', 0, '', NULL),
Maybe it does some validation that i cant pass.
Quote:
Originally Posted by till
(Post 258306)
You get the ID back when you add the zone:
$client->dns_zone_add(....)
|
I will try it, thank you
|