Quote:
Originally Posted by k0nr4d
Should be in the admin area settings, or you can set in admin/config.php or inside the cron file itself:
$cronCleanupDays = 30;
|
I put $cronCleanupDays = 30; in config.php and ran
0 1 * * * cd /home/xxx/public_html/admin/crons/; /usr/bin/php cronCleanup.php;
and now I just get "Sorry, no results were found." on the main page. I'll put in a ticket.