![]() |
ISPConfig 3.0.3.3-RC1 available for testing
The first release candidate (RC1) version of the upcoming ISPConfig 3.0.3.3 is available for download. RC versions are released for testing purposes, it is not recommended to use them on production systems.
This release is a bugfix release for ISPConfig 3.0.3.2 Changelog http://bugtracker.ispconfig.org/inde...&status[]= Download http://www.ispconfig.org/downloads/I...3.3-rc1.tar.gz Update instructions Code:
cd /tmp |
2 Problems with API
-> addclient password dose not work (updateClient work) Problem is remoting_lib.inc.php PHP Code:
-> Delete a User Domain stays. Not sites i mean module Domain -> updateclient template_master not included Lines PHP Code:
PHP Code:
|
I've added this to our bugtracker, so we will check that.
|
Quote:
|
If you use API and dont comment it out, password wont work.
In next lines are the insert with md5('.$password.') in the query. UPDATE in remoting_lib.inc.php -> NO crypt -> after a update the account work perfect: PHP Code:
PHP Code:
client table is crypt. |
[I checked the file. The crypt line is correct. The bug was in line 697 which has to be:
Code:
VALUES ('$username','$password','$modules','$startmodule','$usertheme','$type','$active','$language',$groups,$groupid,$insert_id)"; |
Ok this way work too :)
i hope you give Domain Module and client_update with templates a look too ;) getNextID, maybe next version -> The Idear was for a post in forum. The post used mysql connection... I have still another problem and found no solution. I wrote 3 versions for API use. 1. version i changed a lot in remote.inc.php for add a website and it worked 2. version never in use on my system.. 3. on dev server no problem, on productive server wont work. if i setup a account with api, it work but client is always client0 -> but variable isset.... if i setup with interface, document root, system group .. everything is same as i send with API. PHP Code:
xaver |
In the $params array, the parameter "client_group_id" is missing and the paramaters:
'document_root' => $documentroot, 'system_user' =>$system_user, 'system_group' =>$system_group, 'php_open_basedir' => $php_open_basedir, are obsolete as they are set by ispconfig now automatically. client_group_id is the sys_groupid of the website or in other words, the groupid of the client or reseller that owns the website. A function to get the next webID is then not needed anymore I guess as all variables relating to the webID are now set by ispconfig. |
cool thx, i will try it tomorrow
|
I get this problem without this params:
SOAP Error: documentroot_error_empty sysuser_error_empty sysgroup_error_empty php_open_basedir_error_empty Wont work without this params |
| All times are GMT +2. The time now is 06:16. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.