Closed (fixed)
Project:
Comment RSS
Version:
7.x-2.3
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jun 2011 at 23:29 UTC
Updated:
10 May 2012 at 20:12 UTC
For both per-node feeds and the aggregate feed, I get:
Fatal error: Call to undefined function db_rewrite_sql() in /.../sites/all/modules/commentrss/commentrss.pages.inc on line 147
Comments
Comment #1
dave reidThis has been fixed with #1137264: Use comment rendering with $view_mode = 'rss' or hook_comment('rss item').
Comment #3
computerology commentedThis error still persists and is not fixed.
I have patched the code with the snippets found in #1137264 as mentioned above (comment rendering with $view_mode) and still receive the same error as originally specified (the ... is a truncated path since you dont need to see the whole path):
Fatal error: Call to undefined function db_rewrite_sql() in /home/.../modules/commentrss/commentrss.pages.inc on line 147
Comment #4
offerman commentedWas experiencing the very same problem.
Upgrading to version 7.x-2.x-dev (2011-Sep-03) took it away.
Comment #6
jppi_Stu commentedThis is not "fixed" in 7.x-2.3; however, uninstalling 7.x-2.3 and doing a fresh install of 7.x-2.x-dev (2011-Sep-03) provides apparently-correct functionality. Would be good to see this fix moved into a new non-dev release.
Comment #7
boobaaDunno if it's okay to have a "supported" release which cannot function at all (because of this).
Comment #8
dave reidJust released 7.x-2.4.