Closed (outdated)
Project:
Views (for Drupal 7)
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
3 Sep 2012 at 05:15 UTC
Updated:
14 Mar 2019 at 18:22 UTC
Jump to comment: Most recent
Comments
Comment #2
AlexisWilke commentedReference #653628: Declaration of views_handler_filter_many_to_one::init() should be compatible with that of views_handler_filter::init()
Comment #3
AlexisWilke commentedMarking as active as there are no tests for this version and needs work may not be looked at.
Comment #4
dawehnerYou just have to create a patch which applied with patch -p1, for example use git for that instead of manually use the diff command :)
Comment #5
AlexisWilke commentedYes, but even the one that I submitted and applies (patches right) does not show as a success because the system cannot find a test suitable to run against. Anyway, the test would probably be "broken" (or not sufficient) since the patch is expected to be fixing something that's not correct. 8-)
Comment #6
dawehnerWell there is no test, but at least this shows whether the patch applies or not ...
Changing the signature (even it might fixes some notices) can cause additional notices on all sub-handlers so i would vote to not change the one on the base handler.
Comment #7
AlexisWilke commentedIn PHP all the signatures of a function need to be exactly the same in all the classes. There isn't a choice here.
Let me know if you want me to upload a new patch that applies. It's just missing the a/ and b/ folder names that are now used with git.
Comment #8
chris matthews commentedThe Drupal 6 branch is no longer supported, please check with the D6LTS project if you need further support. For more information as to why this issue was closed, please see issue #3030347: Plan to clean process issue queue