Patch: Protected Areas don't work - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Development Area (/forum-1.html) +--- Forum: General discussion (/forum-11.html) +--- Thread: Patch: Protected Areas don't work (/thread-3104.html) |
Patch: Protected Areas don't work - jta - 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'}, RE: Patch: Protected Areas don't work - Zothos - 04-22-2008 07:28 PM open a ticket please, ill fix it then RE: Patch: Protected Areas don't work - RatS - 04-22-2008 07:43 PM it's still fixed in trunk RE: Patch: Protected Areas don't work - joximu - 04-23-2008 01:56 AM it's *already* fixed - but it's also *still* only in the trunk... http://www.isp-control.net/ispcp/changeset/1068/trunk/engine/ispcp-htuser-mngr |