Re: [xwiki-users] Unable to search [unregistered and normal users]
In order to debug your issue you should: * open the browser's developer tools * select the Network tab * reload the page * type something in the search input * check the last requests send; they should target the XWiki.SuggestSolrService page * check the response output for each of these requests The response output should be something like: <?xml version="1.0" encoding="UTF-8"?> <results> ... results here ... </results> Let me know what you have instead (simple user versus admin user). On Sat, Nov 29, 2014 at 7:02 PM, Prasad Kamath <prasad.kamath@accolite.com> wrote:
Hi Marius , Can you please provide me more inputs ? I am not able to fix the issue based on the link you have provided.
Please see the screenshot of the issue I am referring to.
Regards, Prasad
On Wed, Nov 26, 2014 at 7:54 PM, Marius Dumitru Florea <mariusdumitru.florea@xwiki.com> wrote:
I think you hit http://jira.xwiki.org/browse/XWIKI-9386 . Check who is the last user that edited the search pages (Main.Search, Main.SolrSearch). You can probably fix the problem by saving the search pages with an user that has programming rights. But the question remains: why were they saved by an user that doesn't have PR?
Hope this helps, Marius
On Wed, Nov 26, 2014 at 9:59 AM, Prasad Kamath <prasad.kamath@accolite.com> wrote:
Hello , I am currently trying to setup Xwiki in my local machine and I am seeing that when I turn off admin role for un-registered and any other users that have been created , those users are unable to perform any search . Search works only when admin role is enabled for any user .
Below are the details of my xwiki : xwiki-enterprise for windows Version : 6.3 .
Can anyone tell me if this is an issue or if I am missing anything ? _______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
participants (1)
-
Marius Dumitru Florea