My Apache log show 403 errors for slidexx.jpg.
My IP - - [03/Apr/2017:15:52:05 +0200] "GET /tmp/officeviewer/document%3Axwiki%3AEncyclop%C3%A9die.Agenda+du+management+de+la+qualit%C3%A9+au+CP2I/0/04072016-r%C3%A9union+du+r%C3%A9seau+des+auditeurs-VT-VDB-ME-slide0.jpg HTTP/1.1" 403 1510 "https://iwiki-preprod.din.developpement-durable.gouv.fr/bin/view/Encyclop%C…" "Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0"
slidexx*.jpg generated by LibreOffice are well created in the filesystem.
I can upload/download xwiki files in pages attachments.
When I access to tomcat without pass through AJP/Apache (http://MyServer:8080/bin/view/Encyclop%C3%A9die/Agenda%20du%20management%20…
I have the same error/problem: jpg slide are not displayed
Any clue or a way to identify the origin of my problem?
Thxs
--------------------------------------------
En date de : Mer 29.3.17, Pascal BASTIEN <pbasnews-xwiki(a)yahoo.fr> a écrit :
Objet: xwiki 8.4.4 and office presentation viewer problem
À: "XWiki Users" <users(a)xwiki.org>
Date: Mercredi 29 mars 2017, 14h19
Hello,
I have a problem with office presentation viewer. It is not
displayed presentation slides when I use it because the jpg
url is incorrect.
I use a tomcat server and proxy-ajp on apache2 (i followed
xwiki doc)
My xwiki is on root of my server name.
If I click on the eye icone from an odp file in a page, my
browser goint to this url: (under /bin/view/):
http://my.server.name.fr/bin/view/Encyclop%C3%A9die/Agenda%20du%20managemen…
but didn't display slide .
I saw with firebug that my browser didn't manage to display
jpg file generated by xwiki: (/tmp)
http://my.server.name.fr/tmp/officeviewer/document%3Axwiki%3AEncyclop%C3%A9…
I use this in my server.xml:
<Engine name="Catalina"
defaultHost="my.server.name.fr">
<Host name="my.server.name.fr"
appBase="webapps"
workDir="/home/path/work">
and found target jpg file on
/home/path/work/ROOT/xwiki-temp/tmp/officeviewer/xwiki/xxxxxx
subdirectory
I didn't found source of this error.
If someone could help me?
Thxs
Pascal B
Hello,
I have users which belongs to more than one group. For example user ‘A1’ belongs to groups ‘G1’ and ‘G2’. If I restrict access to page for group G1, but allow to see this page for group G2, user A1 can’t see this page. Is there some configuration parameters to allow for users which belongs to more than one group see page if one of groups has access to that page even other groups has restrictions? And if user itself has access to page, but groups (to which user belongs) not, then I need to let user see that page.
Best Regards,
Eimantas
Hello,
here my code to do this:
diff templates/createinline.vm templates/createinline.vm.ori
300c300
< #if ($deprecatedSpaceCreate)
---
> #if (!($isAdvancedUser || $isSuperAdmin) || $deprecatedSpaceCreate)
304c304
< <input type="checkbox" id="terminal" name="tocreate" value="terminal" checked="checked"/>
---
> <input type="checkbox" id="terminal" name="tocreate" value="terminal" #if(!$isSpace)checked="checked"#end/>
it's allowing standard user to uncheck "Terminal page", here checked by default.
I understand (now) that nested page must be the default for all new page.
I must try to convince my boss about that...
Thxs Vincent
Pascal B
--------------------------------------------
En date de : Jeu 30.3.17, Pascal BASTIEN <pbasnews-xwiki(a)yahoo.fr> a écrit :
Objet: How to create default terminal page ?
À: "XWiki Users" <users(a)xwiki.org>
Date: Jeudi 30 mars 2017, 12h10
Hello,
On xwiki 8.4.4, I know I can create terminal pages by
defaulty with template providers but I want to do the same
on "default blank page".
How can I do that bc I want that standard users will only be
able to create terminal page by default (actually it is
Nested)
I already modified default content by editing
templates/editwysiwyg.vm maybe I can copy/paste an existant
page but it seem a little bit ugly isn't it?
Thxs
Pascal BASTIEN