04-22-2008, 02:42 AM
ISPCP RC4 on Debian Etch.
Adding, update and deletion of protected areas, htaccess-users and -groups don't work. The progress hangs and the frontend displays "... in progress" as the status all the time.
Fix:
The comma in the end of line 221 and 222 in /var/www/ispcp/engine/ispcp-htuser-mngr is missing.
change line 221 and 222 to:
$main::cfg{'ROOT_USER'},
$main::cfg{'ROOT_GROUP'},
Adding, update and deletion of protected areas, htaccess-users and -groups don't work. The progress hangs and the frontend displays "... in progress" as the status all the time.
Fix:
The comma in the end of line 221 and 222 in /var/www/ispcp/engine/ispcp-htuser-mngr is missing.
change line 221 and 222 to:
$main::cfg{'ROOT_USER'},
$main::cfg{'ROOT_GROUP'},

