Closed (fixed)
Project:
Feeds Comment Processor
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jun 2014 at 12:31 UTC
Updated:
15 Dec 2015 at 23:38 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
socialnicheguru commentedthe line in feeds_comment_processor/FeedsCommentProcessor.inc is
public function expire($time = NULL) {which is part of the public expire functionshould it be:
Comment #2
donSchoe commented+1 also running into this issue.
Comment #3
donSchoe commented#1 does the trick for me. Will attach a patch.
Pass the following option to git commit to attribute authorship to the author:
--author="SocialNicheGuru <git@111846.no-reply.drupal.org>"
Comment #4
socialnicheguru commentedDon't forget about the person who came up with the fix.
Comment #5
donSchoe commentedOops, sorry. (*ninja-claim* ... :-)
Anyways: RTBC.
Comment #6
leavai commentedHi! I'm new in this... how can I apply this patch?
Thanks!
Comment #7
gabeos commentedYou can apply the patch with git, the linux command line tool `patch`,
Instructions (and warnings) here: https://www.drupal.org/patch/apply
Comment #9
twistor commentedComment #10
twistor commentedComment #12
katrien_w commentedI'm still getting this error on every database update, after applying the patch (and clearing caches).
Using version 7.x-1.0 as part of open atrium distribution 2.50. What else could be wrong?