Problem with Remoting Framework

Discussion in 'Installation/Configuration' started by gilogo13, Jul 24, 2006.

  1. gilogo13

    gilogo13 New Member

    I'm having a problem with ispconfig not accepting some of my parameters,
    through the remoting plugin. the values for web_mysql_anzahl_dbs and web_dns_mx seem to be ignored when creating a new web. I have also tried creating a web and then updating the values wich gives me the error "Status field is not empty".

    The code for creating a web:
    Code:
    $params = array (	  'sid'=> $session_id,
                          'module'        => 'web',
                          'function'      => 'web_add',
                          'params'        => array ( 'kunde_id'=> $kunde_id,
                                    'web_title' => $web_domain,
                                    'web_host' => 'www',
                                    'web_domain' => $web_domain,
                                    'web_ip' => 'XXX.XXX.XXX.XXX',
                                    'web_dns' => 1,
                                    'web_dns_mx' => 1,
                                    'web_speicher' => 250, // MB
    						  'web_userlimit' => 5,
                                    'web_domainlimit' => 2,
                                    'web_shell' => 0,
                                    'web_cgi' => 1,
                                    'web_standard_cgi' => 1,
                                    'web_php' => 1,
                                    'web_php_safe_mode' => 0,
                                    'web_ssi' => 0,
                                    'web_ftp' => 1,
                                    'web_frontpage' => 0,
                                    'web_mysql' => 1,
                                    'web_mysql_anzahl_dbs' => 5,
                                    'web_ssl' => 0,
                                    'web_anonftp' => 0,
                                    'web_anonftplimit' => 0,
                                    'web_wap' => 1,
                                    'web_individual_error_pages' => 0
                                    ));
    
    $web_id = $soapclient->call('service',$params);
    if($err = $soapclient->getError()) die("Error: ".$err);
    
    Any help would be appreciated.
    Thank You.
    Gilogo13
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    I will check that.

    This means that there is currently an operation of writing changes to disk in progress, you can not modify the website again until the changes where written to disk.
     
  3. mark0168

    mark0168 New Member

    We are using
    ISPConfig-2.3.3-dev.tar.gz

    We have a similiar problem with this.
    We can't insert the amount of database to the field of ISPconfig's DB table.

    We supposed that there might have problem with web_mysql_anzahl_dbs.
    We can't fill the value of isp_isp_web into the web_mysql_anzahl_dbs field of ISPconfig.

    As for the other fields, we inserted them fine.
    We also check the example that ISPconfig.org provided, we have found the same problem.

    Does anyone know how to resolve this problem?

     
    Last edited: Apr 19, 2008
  4. till

    till Super Moderator Staff Member ISPConfig Developer

  5. mark0168

    mark0168 New Member

    Thank you, I haven't found that update post yet.
     
  6. mark0168

    mark0168 New Member

    I have read that post and download the files, but I have no idea about how to install .pkg? Which tool should I use to install .pkg?

    We are using Centos 5.1 not solaris and I am not familiar with solaris.
    Anyone can help?
    Thanks.
     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

Share This Page