User Relationships dev team:

I have yet to restore my environment to use User Relationships 6.x-1.0-rc6. Thus I cannot say with 100 percent confidence that UR is the culprit. However, as soon as I updated to UR 1.0, each and every page of my site that uses the Author Pane block ceased displaying. My temporary workaround has been to disable the block.

(Note that I updated the Image module at the same time, which is why I am not certain that UR is at fault.)

Is anyone else experiencing this?

Bob

Comments

adik’s picture

Same 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?

Anonymous’s picture

I 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

Anonymous’s picture

Title: Update to 6.x-1.0 may result in all pages with Author Pane block not displaying » Update to 6.x-1.0 results in all pages with Author Pane block not displaying
adik’s picture

Title: Update to 6.x-1.0 results in all pages with Author Pane block not displaying » Update to 6.x-1.0 may result in all pages with Author Pane block not displaying

Oh, 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.

alex.k’s picture

Status: Active » Closed (duplicate)

This 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.