|
Rich,
Most cron tasks can not be installed with the info we get on an installation. Most people just give us FTP and mysql info. Cron tasks are setup through a control panel or SSH. You set up your cron task along time ago and these emails you have been getting where telling you that your cron task is not correct for quite some time now.
Views have nothing to do with any overall scheme as thats just a statistics of the ads which exist in the system. Classifieds content is dynamic and changes. When an ad expires we record the amount sold and increment or decrease the total products sold and amount sold. Those are the statistics we track and update.
If you want to get the ads back you could try running this query and add your table prefix. Make sure to run a scan database after running this query to update the counters.
UPDATE products SET approved='1',status='0',enddate='1141146000' WHERE approved=2
|