Re: [xwiki-users] Tomcat error 500 for pages with in title

2015-04-24 Thread Clemens Klein-Robbenhaar
small update: actually StackExchange has the solution: http://serverfault.com/questions/459369/disabling-url-decoding-in-nginx-proxy On 04/24/2015 10:16 AM, Clemens Klein-Robbenhaar wrote: We are getting closer to a solution ;) I am pretty sure that if you get the error via nginx, and

Re: [xwiki-users] Tomcat error 500 for pages with in title

2015-04-24 Thread D R
That did the trick, thanks. Originally I took the config from http://platform.xwiki.org/xwiki/bin/view/AdminGuide/NginX and edited it to my needs. No I changed nginx config to: location / { proxy_passhttp://localhost:8080; proxy_set_header X-Real-IP $remote_addr; proxy_set_header

Re: [xwiki-users] Tomcat error 500 for pages with in title

2015-04-24 Thread Clemens Klein-Robbenhaar
We are getting closer to a solution ;) I am pretty sure that if you get the error via nginx, and nginx shows in the access log something like : GET /xwiki/wiki/hardware/view/Test/Test+with+%22quotation%22 HTTP/1.1 then in turn the tomcat acess will show for the same request: GET

Re: [xwiki-users] Tomcat error 500 for pages with in title

2015-04-24 Thread vinc...@massol.net
Hi guys, On 24 Apr 2015 at 13:01:25, D R (rir@gmail.com(mailto:rir@gmail.com)) wrote: That did the trick, thanks. Originally I took the config from http://platform.xwiki.org/xwiki/bin/view/AdminGuide/NginX and edited it to my needs. If 

Re: [xwiki-users] Clear them all! :p

2015-04-24 Thread Maciej Fokt
Hello, Ok... I rolled back my wiki to 1.1 version and now... I can't administrate XWiki. I haven't options to change something. It's what I said (XWiki is difficult for no computer users). Deleting or rollback is easy but restore last settings is quite hard. I've lost half of spaces while

[xwiki-users] Multipage PDF

2015-04-24 Thread Maciej Fokt
Hello, I've installed XWiki Multipage PDF Export and now.. why all hyperlinks transport me to the my XWiki page online? I would like to export my all SPACE to PDF but as I said.. I need all contain, not just links ;) Greetings, Maciek. ___ users

[xwiki-users] How to Add WYSIWIG toolbar button

2015-04-24 Thread Mahomed Hussein
Hi I have a problem where users want to highlight text in the WYSIWIG editor and press a button on the toolbar to automatically add the {{code}}, {{warning}} etc. start and end tags to the text. I know how to add a macro button and to style it. But the problem with the macro is that it pops up

[xwiki-users] Solution to upgrade a farm (Re: V7, wikis creation, descriptors and wizard issues.)

2015-04-24 Thread vinc...@massol.net
Hi Marius/Thomas/Denis/All, I agree that Martin’s use case is valid (we discussed it on IRC a few days ago and Denis confirmed the need that he’s seen). Here’s the need: - You have farm 1 on XWiki version N with several users/customers on it each with a subwiki - You want to upgrade some of

Re: [xwiki-users] Tomcat error 500 for pages with in title

2015-04-24 Thread D R
I have to take back that it can be reproduced with tomcat directly because meanwhile I can't anymore, now it works, strange. But calling the page via nginx still produces the error. Tomcat log shows the following entry for the URL when opened from the tomcat URL: [24/Apr/2015:09:18:45 +0200] GET