Hi everybody,
I've just got running a fresh new install of 8.2.1 in a Wildfly instance (9.0.x) with datasource and PostgreSQL. No problems until there, and nothing special in config settings other than the default ones.
However, as I try to create a new page (child or whatever) clicking on the "+" in any place, XE fires a NullPointerException. Here's the extract of the Stack Trace:
Error number 4001 in 4: Error while evaluating velocity template createinline.vm
com.xpn.xwiki.XWikiException: Error number 4001 in 4: Error while evaluating velocity template createinline.vm
...
Caused by: org.xwiki.velocity.XWikiVelocityException: Failed to evaluate content with id [/templates/create.vm]
...
Caused by: org.apache.velocity.exception.MethodInvocationException: Invocation of method 'getParameter' in class com.xpn.xwiki.web.XWikiServletRequest threw exception java.lang.NullPointerException at 284:/templates/create.vm[line 90, column 31]
...
Caused by: java.lang.NullPointerException
Am I missing something in configs?
Regards,
RAMON GOMES BRANDÃO
Fixed. Downloaded and imported manually. Chose the "replace" option.
Keith Davis (214) 906-5183 - I.T. Director
From: Keith Davis
Sent: Saturday, July 30, 2016 9:45 AM
To: 'XWiki Users'
Subject: Unknown macro: documentTree
I just upgraded to 8.2.1. I finally figured out how to fix my permissions issue (login as superadmin, no users were admins any longer, added all users, that part works fine now).
However, a number of panels don't work due to:
Unknown macro: documentTree
How would that be missing?
Keith Davis (214) 906-5183 - I.T. Director
I just upgraded to 8.2.1. I finally figured out how to fix my permissions issue (login as superadmin, no users were admins any longer, added all users, that part works fine now).
However, a number of panels don't work due to:
Unknown macro: documentTree
How would that be missing?
Keith Davis (214) 906-5183 - I.T. Director
Hello, this question has been asked, but I want to do something different:
can you change the columns being displayed from javascript? is the entire
funcionality of the livetable contained in javascript, or is it only a
rendering of the table?
I want to have a list of headings with a checkbox each, and when the user
checks a checkbox, that heading is included in the livetable.
Dan
--
View this message in context: http://xwiki.475771.n2.nabble.com/Refreshing-livetable-tp7600510.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
What is the best way of storing the attached files (Database Attachment Store or Filesystem Attachment Store)? Currently we store in the database, but already with a dump postgres in 17GB. I am in doubt about what is the best form of storage.
Thank you in advance.
Regards,Julio
Hi,
I'm doing tests with the 7.4.4 version, using the skin colibri. When I give right of access "program" to non-registered users, they gain the ability to manage the XWiki, anonymously.
I gave this kind of access that is occurring parsing error when I use the skin colibri. Codes velocity, for example, in XWiki Preferences not work.
In other words, there are two problems: anonymous users with the right management and errors in the execution of velocity codes.
Log:WARN Â org.xwiki.velocity.internal.DefaultVelocityEngine - Deprecated usage of method [com.xpn.xwiki.api.XWiki.parseContent] in 41:/skins/colibri/view.vm@25,47
Thank you in advance,Julio
Hello all,
I've just upgraded my XWiki to 8.2 and have set again the rights for
view and edit to XWikiGuest.
However, when I execute the velocity code included, hasEdit shows false
and, indeed, the attachments tab does not show the upload input button.
What have I made wrong?
Do I have a way to debug that?
Before the upgrade, that page was displaying the attachment box (but
somehow the upload was broken).
As a logged-in user inserting attachments works worry free. It really
seems to be a rights issue.
thanks in advance.
paul