Re: cron Programming Web Development by network18 [QUOTE=phpDave;1094495]Hi, I'm having trouble learning about cron. I understand what it does but how do I get … it from? Any good tutorials out there? Thanks[/QUOTE] The cron is the script set to execute on the server at…'t have anything tough to learn about the cron, but it just the cron command "crontab" you can master about… cron Programming Web Development by phpDave Hi, I'm having trouble learning about cron. I understand what it does but how do I get started using it, is this someting I have to download? Where do I get it from? Any good tutorials out there? Thanks cron job not working Programming Web Development by mwenyenia07 …/php [CODE] <?php /* |-------------------------------------------------------------- | CRON JOB BOOTSTRAPPER |-------------------------------------------------------------- | | By Jonathon Hill (http…} } if(!defined('CRON_LOG')) define('CRON_LOG', 'cron.log'); if(!defined('CRON_TIME_LIMIT')) define('CRON_TIME_LIMIT', 0… Re: Cron - TERM environment variable not set Programming Web Development by magicmarkuk …$setting_model_obj->getKeyValuePairs(); Configure::write($settings); // include cron component App::import('Core', 'ComponentCollection'); $collection = …new ComponentCollection(); App::import('Component', 'Cron'); $this->Cron = new CronComponent($collection); $option = !… Re: cron job not working Programming Web Development by rch1231 … a call to the php interpreter in cron: [/LIST] [CODE]* * * * * /usr/bin/php -q /usr/cron.php [/CODE] [LIST] [*]Use a text… Cron job problems Hardware and Software Linux and Unix by Aigini …QUOTE] The script I'm using to function as a cron job is a database backup script, which is automysqlbackup .… 01 * * * * root run-parts /etc/cron.hourly 02 4 * * * root run-parts /etc/cron.daily 22 4 * * 0 root run-parts…because I've not placed the automysqlbackup script in the cron.daily directory. Why does the database not backup on … Cron - TERM environment variable not set Programming Web Development by magicmarkuk … works fine and the option of seting up an automatic cron job which is where the problem is. The support from… to run properly and indeed have left me with 2 cron jobs with no explanation when the installation guide suggests only… one. Anyway, the cron isn't doing all the tasks it should and in… Re: Cron job problems Hardware and Software Linux and Unix by blud Your first cron should run at 5:30 *every* day, the first thing I would check is /var/log/cron and make sure that the cron task is actually running. One limitation might be if you have "access times" configured for your user account, since cron will need to execute as that user. Re: Cron Job problem Programming Web Development by Wraithmanilian … by the php interpreter. Not familiar enough with cron to know how to fix. Any thoughts? [… below that is the errors im getting back off cron: [CODE] <?php // Automated Script to … phpversion(); mail($to, $subject, $message, $headers); } ?> [/CODE] Cron Errors: httpdocs/auto_mailer.php: line 1: ?php: No such file… Re: Cron Job problem Programming Web Development by cwarn23 …actually processed by the php interpreter. Not familiar enough with cron to know how to fix. Any thoughts?[/QUOTE] The …usual method of setting a cron job is a simple command line like the following: […php /home/<user>/public_html/cron.php[/CODE] The above cron command will execute cron.php in the base of the … Re: Cron Job problem Programming Web Development by dan_ord …=cwarn23;1097262]The usual method of setting a cron job is a simple command line like the following…home/<user>/public_html/cron.php[/CODE] The above cron command will execute cron.php in the base of …a screent shot of how i've got the cron task set up. As far as i know… i need to change the file name to cron.php or can i have the file name … Re: Cron job problems Hardware and Software Linux and Unix by i_tears … follows : The script I'm using to function as a cron job is a database backup script, which is automysqlbackup .So… because I've not placed the automysqlbackup script in the cron.daily directory. Why does the database not backup on Saturdays… Cron Job problem Programming Web Development by dan_ord … and below that is the errors im getting back off cron: [CODE] <?php // Automated Script to check… . phpversion(); mail($to, $subject, $message, $headers); } ?> [/CODE] Cron Errors: httpdocs/auto_mailer.php: line 1: ?php: No such file… Anyone know where i'm going wrong? Can Cron do what i'm asking of it? Any help… Cron Job Problem Programming Web Development by doctorphp Hi everyone, I have setup a cron job to delete users from my… or a 0. Here is the code for the cron job. [code] <?php ///connection stuff mysql_query…0'"); ?> [/code] I run the cron every five minutes and I checked on a dummy account…do or what I have done wrong. Here is the cron job in my cPanel [code]*/5 * * * * … Re: Cron job problem Programming Web Development by francis123 … emails for what happened or output during a cron job via email, it is expected that html… Also if you received an email about the cron job at the time you wish the success … in the email field in simple mode of cron jobs section of the cpanel which by the…public_html/ad/view.php any newbie like me on cron job can always use this. but i figure … Re: Cron job problem Programming Web Development by francis123 … emails for what happened or output during a cron job via email, it is expected that html… Also if you received an email about the cron job at the time you wish the success … in the email field in simple mode of cron jobs section of the cpanel which by the…public_html/ad/view.php any newbie like me on cron job can always use this. but i figure … Re: Cron job problems Hardware and Software Linux and Unix by Cronless Might also help to dump the output of each cron run to a log file in case it is running, but giving you an error by appending "> /tmp/crondaily.out" (one for each). Re: Cron - TERM environment variable not set Programming Web Development by magicmarkuk Hi Do you mean the script that is being run from the cron job? Mark Re: Cron Job to back up directories Programming Web Development by fiddler80 … the backup.php for you. use this command for the cron job: php -q ~/path/to/backup.php let me know… - not even an error email - from the cron job. I have installed different cron jobs for different tasks, and get feedback that… I click on the day and time I want the cron job to be done. I have also simply put in… Cron job problem Programming Web Development by francis123 … everyone, I am having 2 php file to run with cron job, the first to run every hour and the second… 12pm midnight. I am using cPanel and this is the cron job. i put this in the command to run tex… on line 1 can anyone help i am new to cron job. Re: Cron job problem Programming Web Development by cwarn23 … when receiving emails for what happened or output during a cron job via email, it is expected that html code will… the email. Also if you received an email about the cron job at the time you wish the success your complete… to fill in the email field in simple mode of cron jobs section of the cpanel which by the looks of… Cron Jobs Programming Web Development by kolibrizas I am new to cron jobs and I never had an opportunity to try them. … would like to know whether: 1. i can set a cron job to execute a script only once on a specified…? 3. can you give me an example of how a cron command looks like? Cron on windows wamp or xamp Programming Web Development by theighost Hello, I am new to Cron and want to test if it's working, I don'… using xamp and wamp. How can I test if my cron code is working? I don't want to use windows… performing the tasks, I just want to test if the cron is working, so if I send them to someone and… Re: cron job not running for big time intervals Hardware and Software Linux and Unix by i_tears … i use few minutes like 5 to 10 mins, the cron job is running. By any chance, do u think that… cron goes to sleep mode, after some interval of time?? and … put 0 in single minute value. And please send me cron logs. cron mail not delivering locally Community Center by jindalarpan hi all i my cron mail are not delivering on local machine they are goign to my mail server. can any one plz help me to changeg the seeting so that all local cron mail are delivered locally insted of goign to my mail server. i m using gentoo linux on system thanks Jindalarpan Cron Jobs Programming Web Development by fanni Am trying to setup the cron jobs to send mails automatically to the users. Am using below command but am getting error as below /bin/sh: line 1: /hsphere/shared/php4.4.4/bin/php-cli/home/bizallia/public_html/admin/cron.php: No such file or directory Could anyone know the solution? Cron Job to back up directories Programming Web Development by fiddler80 … work correctly. I find any "instructions" concerning the cron job on Cpanel to be either severly lacking or well…. What I would like to do is set up a cron job for each of the sites that backs up not… Cron job woes with Carp Programming Web Development by dantheman50_98 … html converter and for this I implemented a number of cron jobs to keep things speedy. Recently they were all cut… control how often the cache is actually refreshed with your cron settings, not here) */ CarpConf('cacheinterval',1); CarpCache('http://feeds.feedburner… Re: Cron job woes with Carp Programming Web Development by dantheman50_98 I was running about 80 cron jobs over 2 websites, each cron job was updating a separate page of news... Thanks for the reply, Dan Re: Cron job problem Programming Web Development by francis123 [QUOTE=cwarn23;982548]Those weard bolded symbols between the slashes is your cpanel login username. For example [ICODE]exampcom[/ICODE][/QUOTE] I said i am new to cron job, please kindly explain futher step by step on how i can use it.