I have cron jobs setup that runs a few PHP scripts often. The issue is that each time it runs a script, it create an alias of it, or an empty file with the same filename and a number added at the end.
I\'m having an issue with a Magento cron.I have a method in a Helper Class firing via the cron, but at some p开发者_如何转开发oints the the method logic, I exit with an error code (ie error(1)) if the
linux users, could you tell me if and how i can activate xscreensaver by a cronjob? As background information i have to get off the pc every hour (for health reasons)- i thought it would be easiest t
I\'m trying to setup a PHP file as a cron job, where that PHP file includes/executes/runs other PHP files. I am trying to achieve this because my host only allows 5 cron jobs total for the all the dom
I have a PHP-script running on my server via a cronjob. The job runs every minute. In the php script i have a loop that executes, then waits one sevond and loops again. Essentially creating a script t
I was thinking to manage crontab from ph开发者_开发技巧p so I ask you if exist a class that allow to create, edit, delete crontab from php?
I\'m using a cron that gets accesses a URL to run a scheduled process.I keep getting successful emails... is there a way for me to only get emails if the wget request fails?开发者_C百科
I am working on a site which builds other sites. 开发者_StackOverflow社区 Some if it I use copy() to create the files and directories, other times I\'m building XML files in php and using DOMDocument:
I have a shell access on a Linux box where my Website resides. I want to call a URL each hour on that Website (it\'s not a specific PHP file, I have codeigniter has a framework and some Apache redire
This question already has answers here: Is there a special restriction on commands executed by cron? [duplicate]