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
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.
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?
Did you try the latest remoting framework beta already? It contains fixes for the mysql database creation. http://www.howtoforge.com/forums/showthread.php?t=22087
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.
These files are not for solaris and ISPConfig does not support solaris. The files are in the ISPConfig package format. Installation of packages, see ISPConfig first steps guide, chapter 2.3: http://www.howtoforge.com/ispconfig-2.x-first-steps