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
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 2470141-views_attach-strict-05.patch | 1.53 KB | gaurav.kapoor |
| #1 | 2470141-views_attach-strict-01.patch | 1.14 KB | micahw156 |
Comments
Comment #1
micahw156I 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.
Comment #2
Anonymous (not verified) commentedComment #3
ghazlewoodWorked for me...
Comment #4
osopolarSee also #2411093: PHP strict warnings: Declaration of ... should be compatible with ...
Comment #5
gaurav.kapoor commentedThanks for the patch and review.Added appropriate comments.
Comment #6
gaurav.kapoor commented