Hi, I updated my ISPConfig instance to 3.0.5.4p3 today and my script for adding site stopped working. I can register new ISPConfig account via remoting API normally without errors, but when it comes to adding a website it shows data_processing_error from $client->_getLastResponse() function. Here is my code, which was working before the update: http://puu.sh/bGKAF/16d9355e4e.png $_SESSION['uid'] is client_id. As I said, in 3.0.5.4p2 it was working normally, now I have this problem. I've been looking for that error in remoting.inc.php, but I don't really understand where is the real problem. I've also configured permissions in security_settings.ini like this: http://puu.sh/bGKQH/66feebdb39.png I hope things will get sorted out. EDIT: Please, tell me if you need additional information about my server or some logs. htf_report.txt: http://puu.sh/bHHs4/17405d2e83.txt
Well, I've hoped somebody will figure it out. I'll investigate it further, but I've tried everything already, even the sample code. EDIT: I've found the solution on existing thread (http://www.howtoforge.com/forums/showthread.php?t=66726). So my problems are solved now. Thanks for the great software. PROBLEM SOLVED, LOCK.
I have the same "data_processing_error" from $client->_getLastResponse() function, could you tell me what was your error please ?