I'm getting this error:

Strict warning: Only variables should be passed by reference in views_rss_media_requirements() (line 29 of /.../sites/all/modules/views_rss_media/views_rss_media.install).

Is this something I've done or need to update in a view or is this a bug?

CommentFileSizeAuthor
#1 strict-warning-2149287-1.patch1.24 KBharrick
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

harrick’s picture

Status: Active » Needs review
FileSize
1.24 KB

Nothing that you've done. It's the same issue as described in this very old post.

This patch should fix it.

deanflory’s picture

Status: Needs review » Reviewed & tested by the community

I guess RTBC, not getting the error anymore.

dman’s picture

Confirmed.
Patch applies well. Fixes the problem.
Please commit and release :-)

dman’s picture

Still outstanding. Would be nice to clean up our logs so we can focus on the real problems

mfuller526’s picture

Works AOK! Applied my first patch. This helped me: Applying a patch to a Drupal module I used curl -O insertPatchURLhere to download into the module with my mac. Don't know Drush yet.

travelertt’s picture

Confirmed. Patch works

deja711’s picture

Just tested and works for me as well.

Jorge Navarro’s picture

Can we have this committed? Thanks!

C13L0’s picture

Patch works perfect. Please commit =)

efpapado’s picture

Please commit.

ron_s’s picture

Adding another request to commit this patch, but there hasn't been a commit in 3+ years...

  • harrick authored dbb7149 on 7.x-1.x
    Issue #2149287 by harrick: Fixed strict warning: Only variables should...
gisle’s picture

Title: Strict warning: Only variables should be passed by reference in views_rss_media_requirements() (line 29 of /.../sites/all/modules/views_rss_media/views_rss_media.install). » Strict warning: Only variables should be passed by reference
Status: Reviewed & tested by the community » Fixed

Fixed in latest development snapshot of the 7.x-1.x branch.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.