Recent content by realopti

  1. R

    new cronjob error

    It seems to have reset, So I should be OK. Thank you. ---------- Post added at 09:46 PM ---------- Previous post was at 02:26 PM ---------- It seems to have happened again, I am getting the same error. Are their any guidlines on how to prevent this? Thanks, Bill
  2. R

    new cronjob error

    Hi, After the great support from the community on my last question about cron jobs, I have created a new problem. I decided to move(rename) a directory containing my codeigniter project. when I tried to set a new cronjob for this, my prior cronjobs disapeared and I got the following error: I...
  3. R

    cron job and codeigniter

    Hi Guys, You got it working! Thank you very much . I was tearing my hair out... Bill
  4. R

    cron job and codeigniter

    Hi , I read over the cron jobs wiki. Yesterday before I started posting here I was able to get the linux 'mail' command working as a cron job. So I think what you are saying is that: under the cpanel cron job setting, where it says it will send an email notification when a cron job runs, that...
  5. R

    cron job and codeigniter

    Thanks for looking into this. I have the cronjobs set up to send me an email on execution, but they never did so I assume they are not working
  6. R

    cron job and codeigniter

    No, The directory structure is: /home/realopti/public_html/hmvcExample/application/controllers/welcome.php, However, I think I tried this. I have also tried: /usr/bin/env curl --silent --compressed curl http://realoption.x10.mx/hmvcExample/index.php/welcome and wget -O - -q -t 1...
  7. R

    cron job and codeigniter

    welcome is the name of the controller
  8. R

    cron job and codeigniter

    Hi everyone, I am trying to set up a cronjob script to run a controller in a codeignier php project. I have looked up other forum posts on cronjobs, and tried to model my syntax on these, but so far I can't get it working. */5 **** /usr/bin/php...
Top