Quote:
Originally Posted by Freedoom
Yes every 30 minutes. Also I run the cron.php by myself and it doesn't update
|
If it is not updating from both cron and running from the browser then you probably have a permissions problem with the folder that the xml file is being written to.
If it will write when you run cron from the browser then make sure to delete the file before you try to update it from the cron. If the file was created from a run from the browser then the run from cron might not be able to delete the file created from the run from browser, again because of permissions issues.
.