Re: [xwiki-users] Failed to load resource: the server responded with a status of 403 (Forbidden)

2016-02-17 Thread Sonic
Thanks all for help. *Eduard Moraru* Yes, it was just a problem with rights. Nothing with the extension. The Space Macros' view right for XWikiAllGroup was forbidden. So only XWikiAllGroup' users with admin/programming rights could see highlighting code. -- View this message in context:

Re: [xwiki-users] Failed to load resource: the server responded with a status of 403 (Forbidden)

2016-02-17 Thread Eduard Moraru
Hi Sonic, Maybe you have done some rights configuration that you did not intend to. Can a regular user (not admin) access in view mode the page Macros/Highlight? If not, then have a look at the rights of the page, at the rights of the space and even at the rights of the wiki. Having a look at

Re: [xwiki-users] Failed to load resource: the server responded with a status of 403 (Forbidden)

2016-02-17 Thread Sonic
Hi, vmassol When I give admin and/or programming rights for whole xwiki to user, macro works well. When I take it back, macro doesn't work. And this message:"the server responded with a status of 403 (Forbidden)" This is why I think that. Maybe something wrong with my Xwiki configuration? And my

Re: [xwiki-users] Failed to load resource: the server responded with a status of 403 (Forbidden)

2016-02-17 Thread vinc...@massol.net
Hi Sonic, On 17 Feb 2016 at 15:00:24, Sonic (timurale...@gmail.com(mailto:timurale...@gmail.com)) wrote: > Hi. I have Highlight macros that doesn't work for users without admin and > programmers rigths. > > How I use this macro: > {{highlight language="php" style="monokai"}} > /public

[xwiki-users] Failed to load resource: the server responded with a status of 403 (Forbidden)

2016-02-17 Thread Sonic
Hi. I have Highlight macros that doesn't work for users without admin and programmers rigths. How I use this macro: {{highlight language="php" style="monokai"}} /public function updateSystemStatus() { $articules = Articules::where('system_status_id', 5)->get();