Hello,
I try to deploy xwiki 8.4 on Tomcat 8.0.32/ java 1.8.0_74 on our datacenter but I have a issue with the code macro:
{{code}}
My code
{{/code}}
The page displayed: "Failed to execute the [code] macro. Cause: [String index out of range: 3]. Click on this message for details.".
I pasted the details here: http://pastebin.ca/3743091
I tested this way http://jira.xwiki.org/browse/XWIKI-7984
(open jython-standalon jar/extract everything in Lib/* and put this in a new jar at the root of the jar/put the new ) but it doesn't work.
Do you have an idea what this problem coming from?
(It seem that someone else have same problem: https://demon.aeto.net/Macro/CitationBox)
Thxs for any help
Pascal BASTIEN
I use Autohotkey to get text from a page with this url:
UrlDownloadToFile, http://
Server:8080/xwiki/rest/wikis/wiki/subwiki/Main/pages/MyPage?outputSyntax=plain&xpage=plain
C:\temp\MyText.txt
How do i do this with curl from a *SUBWIKI*?
curl -u Admin:admin
"Server:8080/xwiki/rest/wikis/wiki/*subwiki*/Main/pages/MyPage?outputSyntax=plain&xpage=plain"
is not working
Thanks Volker
Hi everyone,
I have spent some time trying to use the Include macro without success. It
requires a reference to the entity (e.g. document) that I want to be
included, but it is not obvious how to correctly generate this reference
value. Some guides say it should be in the form of <space name>.<document
name> but where are spaces in XWiki? I know XWiki has subwikis but I don't
see spaces anywhere. And I tried <subwiki name>.<document name> too, to no
avail. No errors were displayed either.
Thanks!
Hi,
I'm working on a registration system around xwiki.
The basic workflow is the user is created in a LDAP directory at
registration time. Then the user can login to xwiki.
It's only upon the first successful login to xwiki that the user's xwiki
profile is created in xwiki database.
Now here is my point : how could I prepare the user profile *before* he
gets connected ? For example I would be able to attach some files to
XWiki.<username> and why not some others attributes.
Is anyone already achieved this ?
Cheers
Hello
A new version of the Limits Application is available. See
http://extensions.xwiki.org/xwiki/bin/view/Extension/Limits+Application/#Hv…
You can install with the Extension Manager.
This version fixes an important bug which prevents the user to install the
application via the Extension Manager.
However, I would remind you that using the Extension Manager to install
this particular application is not the recommend way, since any user having
the administration right will be able to uninstall it. And thus remove the
limitations you wanted to enforce.
Have a good day,
--
Guillaume Delhumeau (guillaume.delhumeau(a)xwiki.com)
Research & Development Engineer at XWiki SAS
Committer on the XWiki.org project