Hi all,
I've got a problem with my xwiki build right now.
I configured LDAP and gave my LDAP user all the rights on the wiki, but I forgot to make him the owner of the wiki.
After that I logged in with the LDAP user and deleted the old admin account and tried to set my LDAP user as owner of the wiki.
Now every page shows this message:
Failed
to execute the [velocity] macro. Cause: [The execution of the
[velocity] script macro is not allowed. Check the rights of its last
author or the parameters if it's rendered from another script.]. Click
on this message for details.
Even the superuser account can't see the pages normally.
What can I do? Is there a setting to give velocity macro rights to everybody?
Or can I edit the database somehow?...
Thanks,
Tom
Hello,
It appears that myxwiki.org is down. I have been unable to access our xwiki (http://scservicesub.myxwiki.org/) since August 13 and it appears down again now. Has anyone looked at it?
Thanks,Regan
Hi again Jeff,
> On 15 Aug 2016, at 21:20, Jeff Tipton <tiptonj(a)ipfw.edu> wrote:
>
> I cannot connect to mywiki.org. Is there any way to retrieve the current content?
As I said in my previous mail, there’s currently a problem on myxwiki.org, and it should be fixed tomorrow.
Thanks
-Vincent
PS: Please don’t send private emails (I receive too many of those ;)). All support for myxwiki.org is done on the users list.
> Jeffrey F Tipton
> Manager - Application Systems Development
> Indiana University Purdue University Fort Wayne (IPFW)
> 2101 E. Coliseum Boulevard KT 204M
> Fort Wayne, IN 46805-1499
> 260-481-6200
>
> From: Vincent Massol [mailto:vmassol@gmail.com] On Behalf Of vincent(a)massol.net
> Sent: Saturday, December 05, 2015 5:29 AM
> To: XWiki Users <users(a)xwiki.org>
> Cc: Jeff Tipton <tiptonj(a)ipfw.edu>
> Subject: Re: [xwiki-users] [myxwiki] new wiki request
>
> Hi Jeff,
>
> I’ve now created your wii and it’s available at http://ipfwsole.myxwiki.org/ I’ve made it a closed wiki by default. You can change that in the admin.
>
> Please note that this farm is a testing farm with no guarantees whatsoever (uptime, performances, etc). See http://myxwiki.org for details.
>
> Right now myxwiki.org seems to be running slowly.
>
> Enjoy your wiki!
>
> Thanks
> -Vincent
>
> On 4 Dec 2015 at 21:35:10, Jeff Tipton (tiptonj@ipfw.edu(mailto:tiptonj@ipfw.edu)) wrote:
>
> > Description: Wiki to use for a Self-Organized Learning Environments (SOLE) experiment at Indiana University-Purdue University Fort Wayne (IPFW) based on the Ted Talk by Sugata Mitra.
> >
> > Ted Talk: https://www.youtube.com/watch?v=dk60sYrU2RU
> > Ted Description: https://www.ted.com/talks/sugata_mitra_build_a_school_in_the_cloud
> >
> > Owner: JeffreyTipton
> > Wiki Name: ipfwsole.myxwiki.org
> >
> >
> > Jeffrey F Tipton
> > Manager - Application Systems Development
> > Indiana University Purdue University Fort Wayne (IPFW)
> > 2101 E. Coliseum Boulevard KT 204M
> > Fort Wayne, IN 46805-1499
> > 260-481-6200
>
Description: Wiki to use for a Self-Organized Learning Environments (SOLE) experiment at Indiana University-Purdue University Fort Wayne (IPFW) based on the Ted Talk by Sugata Mitra.
Ted Talk: https://www.youtube.com/watch?v=dk60sYrU2RU
Ted Description: https://www.ted.com/talks/sugata_mitra_build_a_school_in_the_cloud
Owner: JeffreyTipton
Wiki Name: ipfwsole.myxwiki.org
Jeffrey F Tipton
Manager - Application Systems Development
Indiana University Purdue University Fort Wayne (IPFW)
2101 E. Coliseum Boulevard KT 204M
Fort Wayne, IN 46805-1499
260-481-6200
Hello dear admins,
it seems that our wiki - http://selfbus.myxwiki.org - is unreachable
since 13.8.
Please have a look, I cannot do anything from my end.
Thanks in advance,
Stefan
Hello,
I am trying to build XWiki from source using 'mvn clean install'
I am getting errors at
xwiki-platform/xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-send/xwiki-platform-mail-send-default/src/test/java/org/xwiki/mail/internal/FileSystemMailContentStoreTest.deleteMailStore:78
The errors are of the form:
saveMessageWithCustomMessageId(org.xwiki.mail.internal.FileSystemMailContentStoreTest)
java.io.IOException: Unable to delete directory
These exceptions cause several JUnit tests to fail, and thus I cannot
finish building the project.
Any ideas of why this directory and the files in it cannot be deleted? It
seems to be trying to delete some temporary files that are created during
the build.
Thanks,
J
Hello,
When I'm on the search page of XWiki, every time I click on title, date, etc. (in order by), is added a blank line on the page. This causes the search box down.
In fact, by clicking on the sort order <p> tags of the page is duplicated. The same happens if I click on the facets,
http://localhost:8080/xwiki-enterprise-web-7.4.4/bin/view/Main/Search?text=…
Regards,Julio
Hi,
I have a use case where I am creating command documentation and am using a
template that looks roughly like this.
Page: Command Name One
h1. Command Name One
h2. Usage
h2. Options
h2 Command Details
h2 Troubleshooting
Page: Command Name Two
h1. Command Name Two
h2. Usage
h2. Options
h2 Command Details
h2 Troubleshooting
I have about 20 commands that I have documented in this template.
The issue is when you include or display them on one page and add a table
of contents the macro renders correctly but the links for the duplicate h2
records all link to the first occurrence.
Does anyone have a suggestion on how to fix this? I would like to keep them
on separate pages but the way its looking now ill have to merge them down
to a single page for the h2 links to work throughout the document.
Thanks in advance,
Patrick