Closed (fixed)
Project:
Subscriptions
Version:
5.x-1.9
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Mar 2007 at 17:46 UTC
Updated:
1 Dec 2007 at 01:26 UTC
Jump to comment: Most recent file
Comments
Comment #1
mindless commentedGo to your main page and click the rss link at the very bottom.. do you get the same error?
What module are you using that has "insert_content"?
( grep -l insert_content modules/*/* )
Comment #2
gregglesI marked http://drupal.org/node/154756 as a duplicate.
Obviously they involve different modules, but I don't think Subscriptions or Pathauto is the root cause of these - that's why I'm linking them together.
Comment #3
liam mcdermott commentedI am facing a similar problem, only for me PHP times out (at various different points) when trying to generate an RSS feed. I have tried this from both the task tab links and from the little XML symbol on the bottom of the page.
There are currently over 25,000 records in the nodes table, would this have something to do with it?
Should this be submitted as a new bug?
Comment #4
kollega commentedI don't get nothing, hosting provider's balancer tell me about time out! Same error, as jeevesbond said!!!!
Comment #5
liam mcdermott commentedThe problem is in subscriptions_feed() the query does not obey the feed_default_items variable (the number of items to show per RSS feed), in fact someone commented out the db_query_range() and replaced it with a db_query! On a site with a large number of nodes this will never work.
I uncommented the line, here is a patch.
Comment #6
bdragon commented5.x-2.0 is a complete rewrite, therefore any bugs in it are new. All prior releases will be obsolete when 5.x-2.0 final is out. Closing references to bugs in prior releases for this reason. Please help test 5.x-2.0 betas. Thank you!