Search issue for one user in 5.2

cancel
Showing results for 
Search instead for 
Did you mean: 
abhay1980
Member II

Search issue for one user in 5.2

We have recently upgrate Alfresco version 5.2. One user facing issue in search the document. Below error is coming when he trying to search

05230012 failed to execute script "calsspath": Alfresco/site-webscript/org/alfresco/share/pages/faceted-search/faceted-search.get.js:05230011 TypeError: Cannot read property "GROUP_ALFRECO_ADMINISTRATORS" from undefined(file:/opt/alfresco/alfresco-5.2.0/tomcat/webapps/share/WEB-INF/classes/alfresco/site-webscript/org/alfresco/share/pages/faced-search/faceted-search.git.js#2034)

Please help me to find out possible reason

Thanks

Abhay

2 Replies
cesarista
Customer

Re: Search issue for one user in 5.2

Is this a typo when copying? --> GROUP_ALFRECO_ADMINISTRATORS 

It should be GROUP_ALFRESCO_ADMINISTRATORS

Regards.

--C.

afaust
Master

Re: Search issue for one user in 5.2

There even is a typo in the JavaScript file name: faceted-search.git.js when it should be faceted-search.get.js

I would assume someone has deleted the default Alfresco Administrators group. You should never do that precisely because some crappy code could hard-code that group (similar to how "admin" user is hard-coded in some places).