Hi there!
How to create validations using regular expressions? Is this (
http://platform.xwiki.org/xwiki/bin/view/DevGuide/Creating+a+form+with+vali…
) still up to date with xwiki601? I just added the expression to the class
( http://i.imgur.com/u9sieKB.png ) in many different ways using sure thing
expressions too like one from the wiki (/^.{2,20}$/) and i don't get it to
work...
do i really have to add <input type="hidden" name="xvalidate" value="1" />
and if yes where to add it? I am using the class editor to add and modify
the class properties and not html.
Thanks in advance!
Hello all, can anyone point me in the right direction for customizing or extending the it's that show up in a SOLR search? Specifically I would like the "Search Suggest" to show the contents of "tags".
In addition, I have a custom application built with "App Within Minutes" and I'd like key fields from the user entries into the app to show up in search results as well.
Thanks in advance everyone,
Jason Clemons
Hello all,
On behalf of XWiki SAS Research Team, I'm proud to announce that an
early experimental version of the XWiki Realtime WYSIWYG has just
been released!
You can find the code here:
http://extensions.xwiki.org/xwiki/bin/view/Extension/RtWysiwyg
and install it using the Extension Manager.
Beware: it's still experimental and we're not yet sure that it won't
eat your cat.
We're very interested in discovering what issues people are having
with the system and any bugs, feature requests or other issues which
people are experiencing would be most appreciated on
http://jira.xwiki.org/browse/RTWYSIWYG
Thanks,
Caleb
Hi,
the solr instance of my "XWiki Enterprise 6.0.1" doesn't found many
pages. On each search I get a red message on bottom of my wiki
"Fehlgeschlagen:Falsch formatierte Serverantwort" what means in english
"Failure: Wrong formated server response".
Often this error happens:
org.xwiki.rendering.macro.MacroExecutionException: Failed to evaluate
Velocity Macro for content [## Preselect facet values only for the
facets that are enabled.
#set ($discard =
$solrConfig.facetQuery.keySet().retainAll($solrConfig.facetFields))
#if ($request.media == 'rss')
#outputRSSFeed()
#elseif ("$!request.r" == '1' || $solrConfig.facetQuery.isEmpty())
#displaySearchUI()
#else
## Redirect using preselected facet values.
#set ($extraParams = {})
#foreach ($entry in $solrConfig.facetQuery.entrySet())
#set ($discard = $extraParams.put("f_$entry.key", $entry.value))
#end
## Prevent redirect loop.
#set ($extraParams.r = 1)
#extendQueryString($url $extraParams)
$response.sendRedirect($url)
#end]
at
org.xwiki.rendering.internal.macro.velocity.VelocityMacro.evaluateString(VelocityMacro.java:131)
at
org.xwiki.rendering.internal.macro.velocity.VelocityMacro.evaluateString(VelocityMacro.java:50)
at
org.xwiki.rendering.macro.script.AbstractScriptMacro.evaluateBlock(AbstractScriptMacro.java:302)
at
org.xwiki.rendering.macro.script.AbstractScriptMacro.execute(AbstractScriptMacro.java:198)
at
org.xwiki.rendering.macro.script.AbstractScriptMacro.execute(AbstractScriptMacro.java:59)
at
org.xwiki.rendering.internal.transformation.macro.MacroTransformation.transformOnce(MacroTransformation.java:200)
at
org.xwiki.rendering.internal.transformation.macro.MacroTransformation.transform(MacroTransformation.java:140)
at
org.xwiki.rendering.internal.transformation.DefaultRenderingContext.transformInContext(DefaultRenderingContext.java:175)
at
org.xwiki.rendering.internal.transformation.DefaultTransformationManager.performTransformations(DefaultTransformationManager.java:94)
at
org.xwiki.display.internal.DocumentContentDisplayer.display(DocumentContentDisplayer.java:252)
at
org.xwiki.display.internal.DocumentContentDisplayer.display(DocumentContentDisplayer.java:125)
at
org.xwiki.display.internal.DocumentContentDisplayer.display(DocumentContentDisplayer.java:55)
at
org.xwiki.display.internal.DefaultDocumentDisplayer.display(DefaultDocumentDisplayer.java:80)
at
org.xwiki.display.internal.DefaultDocumentDisplayer.display(DefaultDocumentDisplayer.java:38)
at
org.xwiki.sheet.internal.SheetDocumentDisplayer.display(SheetDocumentDisplayer.java:113)
at
org.xwiki.sheet.internal.SheetDocumentDisplayer.display(SheetDocumentDisplayer.java:50)
at
org.xwiki.display.internal.ConfiguredDocumentDisplayer.display(ConfiguredDocumentDisplayer.java:67)
at
org.xwiki.display.internal.ConfiguredDocumentDisplayer.display(ConfiguredDocumentDisplayer.java:41)
at
com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:981)
at
com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:960)
at
com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:991)
at com.xpn.xwiki.api.Document.getRenderedContent(Document.java:606)
at sun.reflect.GeneratedMethodAccessor486.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
at
org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:567)
at
org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:71)
at
org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:142)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:228)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:187)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:105)
at
com.xpn.xwiki.internal.template.DefaultPrivilegedTemplateRenderer.evaluate(DefaultPrivilegedTemplateRenderer.java:125)
at
com.xpn.xwiki.internal.template.DefaultPrivilegedTemplateRenderer.evaluateTemplate(DefaultPrivilegedTemplateRenderer.java:75)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1661)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1601)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:791)
at sun.reflect.GeneratedMethodAccessor153.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:369)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:228)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:187)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:105)
at
com.xpn.xwiki.internal.template.DefaultPrivilegedTemplateRenderer.evaluate(DefaultPrivilegedTemplateRenderer.java:125)
at
com.xpn.xwiki.internal.template.DefaultPrivilegedTemplateRenderer.evaluateTemplate(DefaultPrivilegedTemplateRenderer.java:75)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1661)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:164)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:322)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:132)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:425)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:228)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:449)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:121)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:126)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:602)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:744)
Caused by: org.xwiki.velocity.XWikiVelocityException: Failed to evaluate
content with id [xwiki:Main.Search]
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:247)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:187)
at
org.xwiki.rendering.internal.macro.velocity.VelocityMacro.evaluateString(VelocityMacro.java:124)
... 104 more
Caused by: org.apache.velocity.exception.MethodInvocationException:
Invocation of method 'getAttachmentURL' in class
com.xpn.xwiki.api.Document threw exception
java.lang.NullPointerException at xwiki:Main.Search[line 370, column 46]
at
org.apache.velocity.runtime.parser.node.ASTMethod.handleInvocationException(ASTMethod.java:243)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:187)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
at
org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:567)
at
org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:71)
at
org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:142)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at org.apache.velocity.runtime.directive.Evaluate.render(Evaluate.java:204)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at org.apache.velocity.runtime.directive.Foreach.render(Foreach.java:420)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.ASTElseIfStatement.render(ASTElseIfStatement.java:92)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:228)
... 106 more
Caused by: java.lang.NullPointerException
My installation is a "XWiki Enterprise 6.0.1" on a debian 7 system.
Installed via the debian packed manager apt-get. Database is a
postgresql even installed via apt-get.
--
mit freundlichem Gruß
S.Müller
Kliemann-Service GmbH
Rudolf-Diesel-Str.22 a-d
71394 Kernen
Tel: +49(0)7151 275214
Fax: +49(0)7151 275212
Sie suchen CO-oder Gaswarnanlagen ?
Besuchen Sie uns im Internet unter www.gaswarnanlagen.com
_______________________________________________________________________
Der Austausch von Nachrichten mit der KLS-GmbH via E-Mail dient
ausschließlich Informationszwecken.
Rechtsgeschäftliche Erklärungen werden über dieses Medium nicht
entgegengenommen oder versandt. Verfälschungen des ursprünglichen Inhaltes
dieser Nachrichten bei der Datenübertragung können nicht ausgeschlossen
werden.
GF:Helge Kliemann/UST-ID Nr:DE214199346/AG Stuttgart HRB264334
Hi Users,
i coded a own macro and removed it later on. I removed the macro-tag from
every page i use but in the search in the upper part of the page the error
message "unkown macro: macroname" occurs. Did you know what i have to do to
remove the ugly messages?
Regards,
Mathias
--
View this message in context: http://xwiki.475771.n2.nabble.com/Unkown-Macro-tp7591621.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I recently upgrade my installation to the latest version. In that process I had the migration process overwrite the default skin, where I had a customized logo.
I have since rolled back the updates to the default skin, but the new logo doesn't show... I can see that the logo is available as an attachment with the filename logo.png
What can I do to troubleshoot and fix it?
Thanks!
Regards,
Hugo
--
Hugo Ahlenius
-------------------------------------------------------------
Hugo Ahlenius E-Mail: hugo.ahlenius(at)nordpil.com
Phone: +46 75 7575284
Nordpil Mobile: +46 733 467111
http://nordpil.com Skype: callto:hugo.ahlenius
Twitter: https://twitter.com/nordpil
vCard: http://nordpil.com/hugoahlenius.vcf
-------------------------------------------------------------
The XWiki development team is proud to announce the availability of XWiki
6.2 Milestone 1.
Among others, this release adds various responsive UI improvements for the
new Flamingo skin, a new structure for applications created with
Application Within Minutes and the possibility to have alternative Icon
Themes. Developers also get a new Mail Sender API and other API
improvements. Finally, a considerable amount of bug fixes (31) and
improvements (31) are provided so make sure to try it out.
You can download it here: http://www.xwiki.org/xwiki/bin/view/Main/Download
Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki62M1
Thanks
-The XWiki dev team
Hello everyone,
Upon trying to create a new wiki we don’t get a Distribution Wizard and instead get the DocumentDoesNotExist page.
Setup Summary: Tomcat/MySQL & XWikiv6.0.1
We deployed a custom configured version of the WAR file to our Servlet Container (Tomcat) and upgraded the UI on the main wiki using the Extension Manager (carefully, we made sure rights we wanted to keep didn’t get overwritten).
We want to expand our current wiki and split up into many “sub-wikis” and start with creating the new wikis. We use the WikiManager/CreateWiki/ dialog as admin-users with full rights.
THE MAIN ISSUE: Upon hitting “create” we expect to see the Distribution Wizard - but instead we see the DocumentDoesNotExist page and the URL reads /wiki/secondwiki/view/Main. Our jobs folder does in fact have status.xml which I have heard you could remove (then restart tomcat) and get the DW that way but it isn’t working (same result).
My logs (catalina.out) show the following:
-----------/bin/admin/XWiki/XWikiPreferences/] WARN o.h.u.DTDEntityResolver - recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
-----------/bin/admin/XWiki/XWikiPreferences/] WARN o.h.i.UUIDHexGenerator - Using org.hibernate.id.UUIDHexGenerator which does not generate IETF RFC 4122 compliant UUID values; consider using org.hibernate.id.UUIDGenerator instead
NOTE: We actually have the hibernate namespace as they have suggested in the warning (in hibernate.cfg.xml). Still it gives us that warning.
-----------/bin/admin/XWiki/XWikiPreferences/] INFO .HibernateDataMigrationManager - Storage schema updates and data migrations are enabled
-----------/bin/admin/XWiki/XWikiPreferences/] INFO .HibernateDataMigrationManager - No data migration to apply for wiki [xwiki] currently in version [54300]
-----------/bin/admin/XWiki/XWikiPreferences/] INFO .HibernateDataMigrationManager - Checking Hibernate mapping and updating schema if needed for wiki [xwiki]
-----------/bin/admin/XWiki/XWikiPreferences/] WARN o.x.v.i.DefaultVelocityEngine - Deprecated usage of method [com.xpn.xwiki.api.XWiki.searchDocuments] in /templates/admin.vm@75,17
-----------/bin/admin/XWiki/XWikiPreferences/] WARN o.x.v.i.DefaultVelocityEngine - Deprecated usage of method [com.xpn.xwiki.api.XWiki.searchDocuments] in /templates/admin.vm@75,17
-----------/bin/admin/XWiki/XWikiPreferences/] WARN o.x.v.i.DefaultVelocityEngine - Deprecated usage of method [com.xpn.xwiki.api.XWiki.searchDocuments] in /templates/admin.vm@75,17
-----------/bin/admin/XWiki/XWikiPreferences/] WARN o.x.v.i.DefaultVelocityEngine - Deprecated usage of method [com.xpn.xwiki.api.XWiki.searchDocuments] in /templates/admin.vm@75,17
-----------/bin/admin/XWiki/XWikiPreferences/] INFO .HibernateDataMigrationManager - Checking Hibernate mapping and updating schema if needed for wiki [secondwiki]
-----------/bin/admin/XWiki/XWikiPreferences/] INFO .HibernateDataMigrationManager - Checking Hibernate mapping and updating schema if needed for wiki [testing]
Checked MySQL: the database is being properly created and is filled with the expected tables (compared with database ‘xwiki' - the main wiki).
If you read all of that - thank you for your time. Any help or ideas you can provide would be GREATLY appreciated.
Best,
eamas
I am new in this group,
Right now we are using XWiki Enterprise 5.2.1. I wanted to upgrade this into
latest 6.1 version. It will be good to get the steps that I needed to do for this upgrade
Thanks
Roni