Closed (fixed)
Project:
me aliases
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Aug 2015 at 20:35 UTC
Updated:
27 Aug 2018 at 14:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
kardave commentedThe same error makes WSOD sometimes, look at this other issue, looks similar to me:
https://www.drupal.org/node/2076691
Comment #3
keesje commentedRan into a similar issue, triggering a WSOD on user_relationships links. Applied patch fixed it for me, but is not properly tested yet. I's strange that variables $parts and $callback are always set in me_handler if they are provided as function arguments?
Comment #4
nohup commentedPlease try the 7.x-1.x-dev release and post here if you have the same problem
Comment #5
codesmithI was getting the first Warning listed above and then getting the WSOD mentioned here #2076691: Arguments passed to me_handler() in the wrong order. The 7.x-1.x-dev release fixed both.
Comment #6
keesje commentedI tried 7.x-1.2+3-dev, fixes this and other issues. thanx!
Comment #7
keesje commentedComment #8
daniel_j commentedJust to reiterate, you will have a bad time if you just apply the patch in comment #3 above, if you have any paths with multiple load parameters. For example, consider the following:
/user/me/customobjects/123Where you have a menu handler path definition like this:
/user/%user/customobjects/%customobjectThe %customobject id will get passed as the callback, and you will get a whitescreen because it is not callable.
The fix in the dev branch is the correct fix, and does not result in this fatal error, nor does it register warnings in dblog. Can we get a stable release with this fix?
Comment #9
daniel_j commentedThis was fixed in the 7.x-1.2 release.