Closed (fixed)
Project:
Real Name
Version:
6.x-1.2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2009 at 12:40 UTC
Updated:
14 Oct 2009 at 23:13 UTC
Jump to comment: Most recent file
Comments
Comment #1
nancydruI have seen a similar complaint before and it was a Panels bug. I do not have Panels installed, and the only site I maintain that has Panels 2 does not use RealName.
Comment #2
nancydruComment #3
nancydruComment #4
socialnicheguru commentedHere is what was said as a possible cause.
http://drupal.org/node/441874#comment-1539910
Realname is a great module. i would love to use it in conjunction with Panels. I know I am not the only one.
Thanks again for a great module.
Chris
Comment #5
nancydruNo, certainly you are not the only one. I have other modules where the way Panels works interferes with their function.
In typical Earl fashion, he gives no details on how to "cooperate." Personally, I think properly using a theme function (and a core one at that) is cooperating.
Comment #6
prdsp commentedIs there any followup to the last comment Earl posted here http://drupal.org/node/441874
It appears he is requesting more code information from you.
These are both great modules and it would be a real stinker not to be able to use them both.
Thanks for your efforts and contributions to the drupal community!
Comment #7
mrjavum commentedI've wrote simple patch.
http://drupal.org/files/realname_ctools.patch
I am just learning PHP and Drupal...
Comment #8
prdsp commentedThis link just seems to go to the drupal home page...where is the patch?
Comment #9
mrjavum commentedTry this link:
Comment #10
prdsp commentedThanks mrjavum...I haven't checked the realname search functionality but everything else seems to be working with this patch. Just remember to check your permissions.
Comment #11
charos commentedIs this patch going to be included in the dev release or it needs further evaluation?
Comment #12
mrjavum commentedThe new patch with more correct version detection of installed ctools.
Comment #13
najibx commentedcool, patch works now. I have been wondering why panels was not taking over the user page !
thanks
Comment #14
aschiwi commentedI can confirm this patch works - now Panels user view override works and user names are still being converted to real names.
Comment #15
socialnicheguru commentedyes i can confirm also
Comment #16
hiweed commentedYes the patch works great!
Please accept it.
Comment #17
plan9 commentedmrjavum - please.... can you make a patch for 5.x?
Comment #18
socialnicheguru commentedWith beta4 for panels I get this:
Fatal error: Call to undefined function delegator_get_task() in /sites/all/modules/realname/realname.module on line 168
Edit
change line in patch from
delegator_get_task to
page_manager_get_task
and enable page_manager which is a new module in ctools
Comment #19
socialnicheguru commentedComment #20
socialnicheguru commentedRealname is not working with the following just in case people have installed and are having problems
It causes a white screen of death on the /user page
I know they are dev versions, but they usually have the latest bug fixes etc.
panels
; Information added by drupal.org packaging script on 2009-07-15
version = "6.x-3.x-dev"
core = "6.x"
chaos tools (ctools)
; Information added by drupal.org packaging script on 2009-07-14
version = "6.x-1.x-dev"
Comment #21
merlinofchaos commentedThere is now an easier way to take over the fallback than this. Here is code from nodecomment.module designed to do exactly this:
First, it doesn't take over the menu if it knows ctools will:
Second, it tells page manager it can handle the default case:
This works with both the older delegator AND page manager so you don't need a gap in functionality.
Comment #22
prdsp commentedIt doesn't work with the RC1 releases either...page just goes white. Can anyone revise the patch to include the code that merlin posted?
Comment #23
nickbn commentedI am willing to pay a bounty to have this issue fixed. Whatever method is used to fix this issue I would like added to respective module's future releases. Contact me directly or reply if interested. I'm ready to pay as soon as tomorrow (Aug. 6th 2009) I need this ASAP.
Thanks!
Comment #24
cgillogly commentedThe last patch by @mrjavum worked before ctools beta4, which switched to the page_manager module and removed the delegator module. So here is a new patch that should allow it to work with either delegator or page_manger.
Comment #25
abaddon commentedregarding merlinofchaos's comment from #21, the proper rewrite of this patch is attached to this message, im using it without any issues till now on a live site
applies against 6.x-1.2 with from within the realname module's directory (-p0)
this should be included into realname, anything against this?
Comment #26
aschiwi commented@abaddonsun - The patch works for me too - I started using Realname 6.x-1.x-dev and ctools 6.x-1.0-rc1. After I knew this worked I "upgraded" to Realname 6.x-1.2 and ctools 6.x-1.0 and this also worked. Thank you!
Comment #27
ayalon commentedI applied the patch in #25 and it works as expected. My vote to add this t the next release.
Comment #28
ianchan commentedsubscribe
Comment #29
ayalon commentedPlease commit the patch in #25. This is the second time I stumbled over this.
Comment #30
nancydruIt is not marked RTBC.
Comment #31
ianchan commentedPatch from #25 worked for us. Thanks!
Comment #32
aschiwi commentedHey Nancy, I'm not sure who would be the best person to mark an issue RTBC but I thought it was the module maintainer. The patch seems to work for everyone without problems. I still have it running on several installs without problems. I'm marking it RTBC now, please don't yell at me if I wasn't supposed to :-)
Anja
Comment #33
nancydruThe correct person would be the second or third person who thoroughly tested and approved it. That means you are an appropriate person. I will try to remember to commit it in the morning.
Comment #34
nancydruWell, I was going to commit this as part of #579040: Some bugfixes, but someone now says that there is an issue that is outstanding against that patch.
Comment #35
nancydruFixed by #579040: Some bugfixes.
Comment #36
nancydruIncluded in 6.x-1.3