cancel
Showing results for 
Search instead for 
Did you mean: 

issues with invite

anwoke8204
Champ in-the-making
Champ in-the-making
Hi, I have a question.  when ever we send an invite out, when the user goes to log in and accept the invite, they just get a popup saying:

Failure, Failed to action task.  this happens when they try to accept the invite, deny it or cancel it.  how can we get the invites so they work from within share, right now, they are having to use the email link that is sent to them to accept it, but would like to have the invite action work from within share.

Many thanks

We are using the community 3.3 edition on a gentoo linux install with mysql, and tomcat 6.0
4 REPLIES 4

mikeh
Star Contributor
Star Contributor
Upgrade to 3.3G which fixes this issue.

Thanks,
Mike

cpss454
Champ in-the-making
Champ in-the-making
The issue still exists in 3.3g CE, MySQL, Tomcat, Windows Server 2003r2 32-bit.

nadaoneal
Champ in-the-making
Champ in-the-making
Confirmed, I'm also still getting this issue. I'm using 3.3g on RHEL.

14:40:59,276  INFO  [service.descriptor.DescriptorService] Alfresco started (Community): Current version 3.3.0 (g 2860) schema 4100 - Originally installed version 3.2.0 (2039) schema 2019

Strangely, I'm not getting any error messages in the error logs, even after adding these lines:

log4j.logger.org.alfresco.web.scripts.servlet.EndPointProxyServlet=debug
log4j.logger.org.alfresco.web.scripts.RemoteStore=debug
log4j.logger.org.alfresco.connector=debug

to both
tomcat/webapps/share/WEB-INF/classes/log4j.properties and
tomcat/webapps/alfresco/WEB-INF/classes/log4j.properties

(and restarting)

nadaoneal
Champ in-the-making
Champ in-the-making
aleks_sh just posted a workaround for this (which works for me) over in this thread

Add a rewrite rule to your Apache config:
RewriteRule ^/share/proxy/(.*) /share/page/proxy/$1 [QSA,PT]