RSS Import Failing
ManagerJosh 11
From: -
From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: RSS Import Failing
Philipp Esselbach
From: -
Editor
0From: -
Perhaps a caching issue? Try adding the following code in the PHP part of site_footer:
Now replace the link to the automated task script:
with this:
Let me know if this makes any difference
$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
ManagerJosh
OP
11
From: -
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
Philipp Esselbach
From: -
Editor
0From: -
1 Re: RSS Import Failing
ManagerJosh
OP
11
From: -
From: -
Icon is green and the value is "1"
1 Re: RSS Import Failing
Philipp Esselbach
From: -
Editor
0From: -
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?
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
ManagerJosh
OP
11
From: -
From: -
Well I modified the image and placed it in the footer. But it's still failing.
1 Re: RSS Import Failing
Philipp Esselbach
From: -
Editor
0From: -
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.
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.