Quote:
Originally Posted by AndrewD
See the attached.
|
Thanks Andrew, but it doesn't seem to be working, here is my settings from the file
PHP Code:
$expireusergroups = array(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15); // use this array to specify which usergroups' entries trigger an autodeletion
$expirecategories = array(18); // use this array to specify which categories can be pruned, default all categories
$expiredays = 3; // number of days after which an entry is removed from the database
I want it to delete everything uploaded by all usergroups in cat 18, but after 5 days the file has still not been deleted.
I have setup the sheduled task and uploaded the file into the cron directory (I can see those questions popping into your head

)