This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

RSS Import Failing


avatar
ManagerJosh 11
From: -
RSS Import Failing

I'm trying to figure out why CT isn't importing RSS News Feeds. I have them setup under sources. Under Scheduled Tasks, RSS News Import is scheduled to run every hour, but it doesn't look like it runs. I have to click Import Now.

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


1 Re: RSS Import Failing
avatar
Editor
0
From: -
Perhaps a caching issue? Try adding the following code in the PHP part of site_footer:

$randomhash = sha1(rand(1,32768));


Now replace the link to the automated task script:

contentteller.php?ct=core&action=tasks


with this:

contentteller.php?ct=core&action=task&sid={$randomhash}

Let me know if this makes any difference
1 Re: RSS Import Failing
avatar
OP 11
From: -
I have a unix timestamp. I ran it through the system, and it appears to be a timestamp earlier than what my server time is.
1 Re: RSS Import Failing
avatar
Editor
0
From: -
Did you looked at the right field? The value should be either "0" or a unix time stamp of the next run. I attached an example.
Tasks
1 Re: RSS Import Failing
avatar
OP 11
From: -
Icon is green and the value is "1"
1 Re: RSS Import Failing
avatar
Editor
0
From: -
Can you check whether RSS News Import is enabled under Manage Automated Tasks? You should see a green icon in this case.

If so, please view the table esselbach_ct_automatedtasks in phpMyAdmin and look for the first record. Is the value of the "automatedtask_next" field still zero?
1 Re: RSS Import Failing
avatar
OP 11
From: -
Well I modified the image and placed it in the footer. But it's still failing.
1 Re: RSS Import Failing
avatar
Editor
0
From: -
I see the problem. You replaced the "Managed with Contentteller" image with a text notice. This is no ordinary image but also the script for the scheduled tasks.

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.