Just upgraded my server to php 5.4 and am getting this on pages:
Strict warning: Declaration of FeedsCommentProcessor::expire() should be compatible with FeedsProcessor::expire(FeedsSource $source, $time = NULL) in _registry_check_code() (line 3174 of drupal7/includes/bootstrap.inc).
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 2288317-3.patch | 447 bytes | donSchoe |
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?