• Hi.

    I need some help to set up a cron job in Cpanel for using the plugin FeedWordPress. It is telling me to put in this function 25 * * * * cd $HOME/www/wp/wp-content ; php -q update-feeds.php i have tried this using my own file path. Can someone tell me what im doing wrong hopefully someone is using this hack and knows how to do this.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Try the standard settings:
    http://www.tamba2.org.uk/wordpress/cron/

    There are some screenshots there that might help ?

    Thread Starter bairdoid

    (@bairdoid)

    Ive tried this from the instruction but still wont update :(. any help appreciated. Is there a chance it could be the server settings.

    hi. not an answer, sorry, just wanted to join you in a search for the answer. 🙂

    i’ve been having the same problem. (kinda tired of going to the ../update-feeds.php page. heh) i’ve never really used cron jobs before. i understand that using cron jobs is a 2 part thing. a cron job will execute a script (as well as other things) at a given time. the other part is the script. so i’m wondering if perhaps the cron job line provided by the creator needs to be modified to tell it what to do WITH the update-feeds.php.

    any help out there? pretty plz. 😛

    http://www.mkaz.com/ref/unix_cron.html is a good online reference for cron jobs. and obviously man crontab on linux/unix.

    I wouldn’t assume that any of your environment variables like $HOME apply when the cron job runs. Use absolute/full paths, so replace the changing directory and just do a php -q /full/path/to/script.php

    Now I’m gonna plug my plugin (haw haw) that doesn’t use cron jobs (yet). RSS Friends Aggregator

    Has anyone been successful with this? I can’t get a cronjob to work.

    Thanks

    Just wondering if anyone has been able to get ths cron job to work.

    I have entered:
    /usr/local/bin/php -q /home/sxmomtzc/wp-content/update-feeds.php as the command.

    However i get the following emailed back to myself when it trys to run the cron job:
    Could not open input file: /home/sxmomtzc/wp-content/update-feeds.php

    Any ideas or help would be great.

    Thanks
    Peter
    http://www.mondayblog.co.uk

    I want to use http://www.webcron.org/index.php?&lang=en to create a webbased cron for my update-feeds.php. But when I call the UpdateFeeds.php it redirects to the login page.
    The problem is that, WebCron.org only supports GET requests. Isn’t there a way to pass the userid and password as querystring to update-feeds.php

    Thanks
    Buddhima

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Cron job for FeedWordPress help.’ is closed to new replies.