I know this is going to sound REALLY bad, but after you were done setting the CRON job in the Admin panel, did you goto your web hosting control panel and set the CRON there to run each time the CRON is suppose to run in the Admin panel?
So here is how it works... Lets say you want the template cache to run at 1am and the sitemap to run at 2am.
1 - Set the correct time in the IndexU Admin panel for the CRONs
2 - Next, goto your web hosting control panel and create two new CRONs. The CRONs should be for 1am and 2am. They both should have the following executed:
Code:
/usr/bin/php -q -f /home/w4url/public_html/runcronjob.php > /dev /null
Depending on your flavor of Lynx your running will determine if /usr/bin/php -q -f should be used to execute the command or something different. You can check with your hosting company if your unsure.