Hi,
Like described in http://jira.xwiki.org/browse/XWIKI-13348 I get a red
line on VoidAttachmentVersioningStore.
I have double-checked the configuration (those three lines in xwiki.cfg).
Could someone give a hand ? Is it safe to run the backup script like
this anyway ?
PS: I've also attached a screenshot of the error in the issue
Thanks
The site http://waihonapedia.myxwiki.org/ has had it's purpose and is obsolete now.
Waihona (Main.WebHome) - XWiki<http://waihonapedia.myxwiki.org/>
waihonapedia.myxwiki.org
WaihonaPedia. Deze website is verplaatst. Ga naar WaihonaPedia. Deze site zal na ongeveer 6 maanden worden uitgezet, dus pas uw bookmarks die nog naar deze site ...
I request to delete the site? If I can do this myself, please instruct?
Gerritjan Koekkoek
Vader van Rai Koekkoek (cdls) en voorzitter vereniging CdLS
Visit our website<http://www.cdlsworld.org>
Facebook<https://www.facebook.com/gerritjan.koekkoek>
email<gerritjan(a)cdlsworld.org>
All,
I’m having an issue, which precludes me from deploying xwiki to my company.
I create a page with the title “Getting Started”, the link to that page is now: xwiki/wiki/development/view/Getting%2BStarted/
When I follow the link, wiki states “The requested page could not be found.”
I cannot edit or delete this page.
Assistance is appreciated
--
Jason
I am using xwiki version 7.4.4, doing a war install.
I do use nginx infront of tomcat, but it is strictly for a reverse proxy and SSL.
here is my nginx config.
server {
listen 80;
server_name wiki.mydomain.com;
rewrite ^ https://$server_name$request_uri? permanent;
}
server {
listen 443;
server_name wiki.mydomain.com;
root /opt/tomcat/webapps/xwiki;
ssl on;
ssl_certificate /etc/nginx/ssl/cert.crt;
ssl_certificate_key /etc/nginx/ssl/key.key;
ssl_session_timeout 5m;
ssl_protocols SSLv3 TLSv1 TLSv1.1 TLSv1.2;
ssl_ciphers "HIGH:!aNULL:!MD5 or HIGH:!aNULL:!MD5:!3DES";
ssl_prefer_server_ciphers on;
if ($scheme = http) {
return 301 https://$server_name$request_uri;
}
location / {
rewrite ^ $scheme://$server_name/xwiki$request_uri? permanent;
}
location ^~ /xwiki {
# If path starts with /xwiki - then redirect to backend: XWiki application in Tomcat
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';
proxy_set_header Host $host;
proxy_cache_bypass $http_upgrade;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_pass http://localhost:8080/xwiki;
}
}
>
> Hi Jason,
>
>> On 07 Jul 2016, at 02:05, Jason Rasberry <jason.rasberry(a)with.me> wrote:
>>
>> All,
>>
>> I?m having an issue, which precludes me from deploying xwiki to my company.
>>
>> I create a page with the title ?Getting Started?, the link to that page is now: xwiki/wiki/development/view/Getting%2BStarted/
>> When I follow the link, wiki states ?The requested page could not be found.?
>> I cannot edit or delete this page.
>
> XWiki supports spaces in page names (unless you?re using a very very old version of XWiki). What version of XWiki are you using?
>
> In the URL you gave above I see %2B which is the encoding for ?+?. The encoding for space is%20 so that looks strange.
>
> Could you have some web server front end (apache, nginx, etc) that modifies the URL and replaces the space with a ?+??
>
> Thanks
> -Vincent
>
>> Assistance is appreciated
>> --
>> Jason
>>
>
>
Hello,
My purpose is using unsupported language in XWiki for my XWiki interface
language for Users of my site who use the unsupported language.
My first aim is Japanese language.
However, I am not sure that I can translate all of words for XWiki
interface, so I firstly just want to try to translate some interfaces words
which will be used for basic usage like editing and post an article and post
a comment for it.
I already installed XWiki enterprise 8.1 for tomcat8 and postgre sql by
Debian package install to Ubunch16 vps server.
I read the page below and I tried the steps of “Translate and test an
ApplicationResources file"
http://l10n.xwiki.org/xwiki/bin/view/L10N/AddALanguage
I copied codes of ApplicationResources.properties in the link
(https://github.com/xwiki/xwiki-platform/blob/master/xwiki-platform-core/xwi…)
and changed some words for testing translation works or not in that way.
For example,
line 97 “preview=Preview” to “preview=aaaaaa"
line 984 “core.viewers.comments.preview.button.preview=Preview“ to
"core.viewers.comments.preview.button.preview=aaaaa”
line 2363 “xe.userdirectory.customizePreviewTitle=Preview” to
“xe.userdirectory.customizePreviewTitle=aaaaaaa”
After that, I stopped tomcat8.
Then, I made file named “ApplicationResources_jp.properties” in
“/usr/lib/xwiki/WEB-INF/classes” directory.
I started tomcat8 and accessed my xwiki site and changed SUPPORTED LANGUAGES
to jp, DEFAULT LANGUAGE to jp and saved localization setting.
However, I could not see interface language is translated.
I see Preview buttons shows “Preview” letters, not “aaaa”.
I would like to know what step I am doing wrong.
I am new to XWiki and web development, so I may be missing some steps.
Thank you for your help in advance.
--
View this message in context: http://xwiki.475771.n2.nabble.com/How-to-test-new-language-translation-for-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello
I want to add an Object to a side, but I didn't get the Dropdown menu when I
click the edit-button. So when I press the edit button the wiki routes me
directly to the Text-Editor.
Do I Need some plugin for that?
Thanks for helping.
Regards Patrick
--
View this message in context: http://xwiki.475771.n2.nabble.com/Can-t-add-Objects-tp7600230.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I'm writing a migration script that requires to move the attachment(s) from the old-page to the new page.
Any suggestions?
Gerritjan Koekkoek
Vader van Rai Koekkoek (cdls) en voorzitter vereniging CdLS
Visit our website<http://www.cdlsworld.org>
Facebook<https://www.facebook.com/gerritjan.koekkoek>
email<gerritjan(a)cdlsworld.org>