Edit: Corrected the destination folder for the daemon binary, which was previously wrong.
Quote:The user has always the status "Addition in progress" and when i try to restart ispcp_daemon i get "cannot execute binary file"
It looks like that your daemon binary is corrupt for some unknown reason. For now, the best you can do is recompile and install the lastest (trunk) version, which can be done following these steps:
Code:
apt-get install subversion
svn export http://www.isp-control.net/ispcp_svn/trunk/tools/daemon /tmp/daemon
cd /tmp/daemon
make
cp -p ispcp_daemon /var/www/ispcp/daemon/
Quote:Warning: Missing argument 4 for records_count(), called in /var/www/ispcp/gui/include/reseller-functions.php on line 529 and defined in /var/www/ispcp/gui/include/admin-functions.php on line 1005
Notice: Undefined variable: value in /var/www/ispcp/gui/include/admin-functions.php on line 1010
Replace line 529 in file /var/www/ispcp/gui/include/reseller-functions.php from
Code:
$sql_db_current = records_count( 'sql_database', 'domain_id', $user_id);
to
Code:
$sql_db_current = records_count( 'domain_id', 'sql_database', 'domain_id', $user_id);
Quote:I dont know what is causing it but i get this error "Query was empty" , if someone could point me to the fix i would be very thankfull,
Where do you get it? Try searching "query and was and empty"...