Forums

Problems having cronjobs working (2 posts)

  1. Anonymous
    Unregistered
    Posted 1 year ago #

    hello

    i have been working with wordpress for a while, and i have now added wp-0-metic to my blog, and it seems to work pretty well.

    adding the feeds to the campaigns looks ok, and manually fetching the content works very smooth.

    now, the problem is having the fire themself, on a schedule. Since my isp don´t support letting me handling the cronjob myself, i had to install plugins in wordpress to handle this.

    I have now tried 2 of them, u-cron and wp-crontrol.

    ucron:
    adding the feeds, works. running the cron manually, works. scheduled, doesnt work. anyone know what can be wrong?

    wp-crontrol:
    basically the same experience. i have tried to add a php entry, with a code like this:

    $user="username";
    $password="password";
    $curl_handle=curl_init();
    curl_setopt($curl_handle,CURLOPT_URL,'http://theurl);
    curl_setopt($curl_handle,CURLOPT_CONNECTTIMEOUT,2);
    curl_setopt($curl,CURLOPT_USERPWD,$user . ":" . $password);
    curl_exec($curl_handle);
    curl_close($curl_handle);

    Same thing, it does not fire on a scheduled basis.

    does anyone know what it can be?
    i am btw using one.com.

    thanks.

  2. Anonymous
    Unregistered
    Posted 1 year ago #

    Rumours say that one.com don´t support CURL....

Topic Closed

This topic has been closed to new replies.

About this Topic