After an upgrade to Views 6.x-2.18, addressing PHP 5.4x compatibility, the views_attach module is issuing warning:

strict warning: Declaration of views_attach_plugin_display_node_content::options_submit() should be compatible with views_plugin_display::options_submit(&$form, &$form_state) in sites/all/modules/views_attach/views_attach_plugin_display_node_content.inc on line 248.

I am assuming this is a PHP 5.4x compatibility issue here as well?
Ref: strict warnings with PHP 5.4.x

Comments

micahw156’s picture

Version: 6.x-2.2 » 6.x-2.x-dev
Priority: Critical » Major
Status: Active » Needs review
StatusFileSize
new1.14 KB

I think the attached patch is all that is needed to resolve this. At least it made my errors go away.

Downgrading from critical to major because this generates warnings but does not break the site.

Anonymous’s picture

Status: Needs review » Reviewed & tested by the community
ghazlewood’s picture

Worked for me...

gaurav.kapoor’s picture

StatusFileSize
new1.53 KB

Thanks for the patch and review.Added appropriate comments.

gaurav.kapoor’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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