掲示板

"Invite Members is temporarily unavailable." issue

13年前 に Bojan Elez によって更新されました。

"Invite Members is temporarily unavailable." issue

New Member 投稿: 2 参加年月日: 10/04/28 最新の投稿
Hello,

My team is absolutely loving the social office portal. One issue that we can't seem to fix is that on two of the accounts we created we get the message on the home screen with:
"Invite Members is temporarily unavailable." (in red color).

I have tried deactivating the account, restarting social office, giving full permissions to the user and still seeing that.

The only material I found was:

http://svn.liferay.com/browse/~raw,r=35044/portal/trunk/portal-impl/src/content/Language.properties

which has this directive:

invite-members=Invite Members
invoice=Invoice
irc=IRC
is-temporarily-unavailable={0} is temporarily unavailable.

But we don't know how to change the code? Any help is appreciated.

Best Regards!
thumbnail
13年前 に Bryan Cheung によって更新されました。

RE: "Invite Members is temporarily unavailable." issue

Expert 投稿: 373 参加年月日: 04/08/27 最新の投稿
Do you have the stack trace for when the error shows up?
13年前 に Vinod V によって更新されました。

RE: "Invite Members is temporarily unavailable." issue

Junior Member 投稿: 31 参加年月日: 09/09/29 最新の投稿
Bojan Elez:
Hello,

My team is absolutely loving the social office portal. One issue that we can't seem to fix is that on two of the accounts we created we get the message on the home screen with:
"Invite Members is temporarily unavailable." (in red color).

I have tried deactivating the account, restarting social office, giving full permissions to the user and still seeing that.

The only material I found was:

http://svn.liferay.com/browse/~raw,r=35044/portal/trunk/portal-impl/src/content/Language.properties

which has this directive:

invite-members=Invite Members
invoice=Invoice
irc=IRC
is-temporarily-unavailable={0} is temporarily unavailable.

But we don't know how to change the code? Any help is appreciated.

Best Regards!


We have had the same issue a few times. This happened to us when something very similar to the following happened (I was also able to re-create the issue): Person A creates a Site and invites Person B to that site > Person B do not accept or reject the request on his home page > Person A deletes that site > The error shows up in Person B's screen.

We were able to solve the issue by tweaking the DB. (This is not a recommended way; however I could not find any other way then). Basically, the invitation created entries in the DB for (Invited status)association of Person B and the Site. However, when the site was deleted, the Site ID became invalid. We deleted those entries in the DB(of course after taking a DB backup) and then things were sorted out.

If you cannot find any other way from the forum, do reply to this thread and then I can look up and tell you exactly which DB tables we used.

I am not a programmer and hence cannot really say whether this is right but I believe this issue needs to be sorted out in the Liferay code where invited status entries of the sites would be removed from the DB when the sites are deleted.