Closed (duplicate)
Project:
User Relationships
Version:
6.x-1.0
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
23 Dec 2010 at 23:24 UTC
Updated:
12 Jun 2015 at 17:22 UTC
Jump to comment: Most recent
Comments
Comment #1
adik commentedSame think with me. I think that the problem is in UR, now i`m trying to find solution to get back to RC6. Do you know how?
Comment #2
Anonymous (not verified) commentedI can now confirm that 6.x-1.0 is at fault. I reverted to 6.x.-1.0-rc6 and everything is back to normal. IMO the latest release should be pulled, to minimize disruption of others' sites.
@adik -- Reverting to rc6 is the same dance as upgrading a module, except that you are deleting a newer version of the module before installing an older one. Everything else is the same ... back up the DB, put the site in maintenance mode, etc.
Bob
Comment #3
Anonymous (not verified) commentedComment #4
adik commentedOh, just found the solution:
when you make updating from RC6 to 6 -1 new file creates:
user_relationships/user_relationships_api/user_relationships_api.author-pane.inc
Before there was only - user_relationships_api.author_pane.inc, now there are 2 of them:
1)user_relationships_api.author_pane.inc
2)user_relationships_api.author-pane.inc
So i just updated to 6-1, and deleted the new file user_relationships_api.author-pane.inc, and it works fine with user_relationships_api.author-pane.inc from RC6.
Comment #5
alex.k commentedThis is due to a recent change that added support for author_pane 2.x. The 1.x versions became unsupported. I committed a fix that should make it work with both in http://drupal.org/cvs?commit=469152 If you can test the upgrade (remove user_relationships_api.author_pane.inc if you added it manually) that would help.
Also this was reported in #1005764: Incompatible with Author Pane 1.x so let's continue there.