When some one fills a request, phppsio will still leave an incomplete tag in the parent dir even tho the release is complete.
Layout:
/REQUESTS/(REQ)-Release.name-group/Release.name-group/
(incomplete)-Release.name-group is created and not deleted after completion in:
/REQUESTS/(REQ)-Release.name-group/
This is from my config.php
Code:
$group_dirs = "/REQUESTS/!NOCHECK/ /REQUESTS/!SPEEDTEST/";
$zip_dirs = "/***/ /***/ /REQUESTS/ /REQUESTS/!UPLOADS/ /REQUESTS/!SECURITY/";
$sfv_dirs = "/***/ /***/ /REQUESTS/ /REQUESTS/!UPLOADS/ /REQUESTS/!SECURITY/";
$nocheck_dirs = "/REQUESTS/!NOCHECK/ /REQUESTS/!SPEEDTEST/ /REQUESTS/!SCENE/";
/* This defines section cookie , its case-sensitive
*/
$sections = "*** *** *** REQUESTS";
$section["***"] = "/***/";
$section["***"] = "/***/";
$section["***"] = "/***/";
$section["REQUESTS"] = "/REQUESTS/";
The directory atrributes are still 777
Is their a config problem thats causing this ?