Hello! i need your help...

I'm using drupal 5.1
i'm trying to update feed items manually and run http://videoc.info/admin/logs/status/run-cron to run the cron job. I got in Status report log that the cron ran successfully, but feed items does not got updated. cron.php takes no effect as well.
I'm new to drupal, maybe i need to configure something so that aggregation module get triggered during cron run?

CommentFileSizeAuthor
#2 Aggregation.doc116 KBhlm

Comments

vito_swat’s picture

Can you provide how to reproduct this issue step by step? Is there any errors appearing on the page or in watchdog log? Are you sure you have PHP 5 and Curl?

hlm’s picture

StatusFileSize
new116 KB

yes, i have php 5 and curl is enabled. there's no errors on the page and no logs in the watch dog.

1. I setup aggregation module according to readme.txt
2. enabled the module
3. configured the module (see the attached file)
4. ran the cron through Status report (see the attached file)
5. and nothing happened, no items got fed

vito_swat’s picture

It may seem stupid but are you sure you created any aggregation_feed node? In your scenario I miss step between 3 and 4:

3.5 add aggregation_feed node with feed url filled.

If you have aggregation_feed nodes created correctly, means that something in your drupal is seriously broken. Please try with new drupal instalation in your test site to chceck if aggregation module is working for you.

hlm’s picture

Thanks a lot, vito!
i reinstalled drupal (ver. 5.2) and now everything works.

Thank you for the module!!

vito_swat’s picture

Status: Active » Fixed

I'm closing this.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.