Closed (outdated)
Project:
Rate
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2013 at 22:17 UTC
Updated:
3 Jul 2019 at 07:47 UTC
Jump to comment: Most recent
Comments
Comment #1
vako commentedI disabled this module and can run cron now with no errors. Surprised that others have not encountered the same issue.
Comment #2
mauritsl commentedDid you get an error?
And - if you upgraded the Rate module - did you ran update.php? There was a table added to the database, which leads to fatal errors when the update script was not used.
Comment #3
vako commentedYes, I ran update.php several times, because I tried different dev and stable versions of the module. update.php after each change.
The error was the fatal error indicated above, only visible when cron runs.
Comment #4
Nick Robillard commentedI was getting this error in views (not just cron). This is pretty clearly a bug. There is no
comment_load()function in Drupal 6, only_comment_load()I solved by replacingcomment_load($content_id)with_comment_load($content_id)on line 197 and 519.Comment #5
vako commentedThanks for the fix Nick. Hope the maintainer will include this as a patch soon.
Comment #6
rollingnet commentedplease release a new version of module with patch for this bug
since it still here for over a year and it has never applied
Comment #7
lamp5