Hi,
installing the debian package xwiki-enterprise-common_3.5_all on squeeze
and on wheezy failed.
Selecting previously deselected package xwiki-enterprise-common.
(Reading database ... 25065 files and directories currently installed.)
Unpacking xwiki-enterprise-common (from
.../xwiki-enterprise-common_3.5_all.deb) ...
dpkg: error processing
/var/cache/apt/archives/xwiki-enterprise-common_3.5_all.deb (--unpack):
name of conffile (starting `/etc/xwiki/web.xml') is too long (>1000
characters)
configured to not write apport reports
Errors were encountered while
processing:
/var/cache/apt/archives/xwiki-enterprise-common_3.5_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install. Trying to recover:
The installation of version 3.4 works fine on squeeze and wheezy.
Does anyone run into the same problem?
Regards
Richard
Hi,
I'm missing an option to show recent blog entries for a specific category,
e.g. in a panel. Is there such a feature available? I can imagine others
have needed/used such a feature before.
Right now I'm just trying to hack Blog.RecentPostsPanel to filter on
category, but I can't wrap my head around the query needed.
In 'getEntriesForCategory' (Blog.CategoriesCode), the query is:
#set($query = ", DBStringListProperty as categories join categories.list as
category${query} and obj.id = categories.id.id and
categories.id.name='category'
and category in (${parameters})")
But that's about 10 degrees too difficult for me to comprehend :)
Any hints? Thanks!
Joris
Hi,
Since the migration from XEM 3.2 to XEM 3.4, We have a strange behaviour
on our multi-wiki instance:
Sometimes, values of WebPreferences disappear spontaneously on one of
our sub-wiki.
We lose configuration, look & feel and access rights parameters.
There is no apparent reason (the parameters are simply re-initialized).
Do you know this problem ?
Thank you
NCG
PS : I've previously posted this topic direcly on the forum by mistake.
I think It wasn't posted on mailing list. Sorry if this topic is
duplicated
Hey guys,
ive a problem with the watchlist. It doesnt shows the sides i want to watch.
In every Profil are three points of the watchlist. the first functions well,
the rss feed too, but the list(livetable) doesnt show the sides im watching.
Has anybody an idea why?
If this post has been here before, that would be great. Ive not found
somebody with this problem yet.
Thanks...
--
View this message in context: http://xwiki.475771.n2.nabble.com/Watchlist-doesnt-show-the-watched-sides-t…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
Whenever I try to add an extension from XWIKI 3.4 (on RedHat 6, tomcat6 with
PostgreSQL database) from the ‘Add Extensions’ menu, I get a message like
this
Caused by: class java.io.IOException: File
'data/extension/repository/org.xwiki.contrib%3Axwiki-plugin-excel-1.0-src.pl
ugin' could not be created
ð It looks like a directory is missing in my WIKI install, could you tell
me the exact path of the data/extension/repository (from the XWIKI app root)
?
Also, the problem I encountered earlier with Lucene came from the xwiki.cfg
#-# Lucene search engine
#-# Location where to place the lucene index files. The default is the
"lucene" subdirectory in the container's "work"
#-# diectory. Change it if you want to store indexes in another place.
# xwiki.plugins.lucene.indexdir=/usr/local/xwiki/lucene
Well it looks like XWIKI really choose /usr/local/wiki/lucene and nothing
into a ‘work’ container as the documentation seems to indicate.
Could you fix the default xwiki.cfg file (Description or content) on Red
Hat, it looks like we should have:
# xwiki.plugins.lucene.indexdir=/usr/local/xwiki/lucene
xwiki.plugins.lucene.indexdir=/usr/share/tomcat6/work
Many thanks for your help,
Regards,
Christophe FRAULE
Hi all!
I'm using a Livetable to show information categorized, using TopFilter
as:#set($options = {
"topFilters":'<input type="hidden" size="${columnsProperties.size}"
name="area" value="${area2}" />',
"className":"XWiki.AggregatorURLClass",
"translationPrefix" : "",
"tagCloud" : true,
"rowCount": 10
})
The value field "area2" is a String to filter the area field. If I write a
string in this value, the filter works. But, if i'm using a variable, the
table is empty
Case 1:
value="Something" --> The filter works.
Case 2:
$var = "Something"
...
value=${var} --> Nothing
Someone knows why?
Thanks in advance!
--
View this message in context: http://xwiki.475771.n2.nabble.com/Livetable-Filters-tp7314873p7314873.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I want to exclude a certain space from showing up in search results at all. I thought it might be possible to do that using the HQL based filter query hinted at here: http://extensions.xwiki.org/xwiki/bin/view/Extension/Search+Application#HSe…
(I thought about something like "not doc.fullName like 'spacename.%'", which I have used successfully on MyRecentModifications.)
Unfortunately the search administration looks a bit different to me, I can't find HQL filter, all I see is 'Custom index' (or rather 'Benutzerdefiniert indizieren', since I'm running it in German).
Where do I define the custom indexing? Am I on the right track at all, or is there a simpler way? (Be aware, I want to get rid of that space everywhere in searches, not just on Main.Search. On Main.Search I have done it successfully already. But the document search within the WYSIWYG editor seems to work independently from that. So I thought I'd take a more radical approach by throwing the space out of the index!)
Cheers,
Olaf
I have a multiple select,
<select multiple="multiple" style="height:180px;" id="sourceArea"
name="area" />
<displayType>select</displayType>
#foreach($prop in $areasTecnologias)
<option > $prop </option>
#end
But, when I'm going to get the results
#if("$!{request.xcreate}" == 'source')
## =======================================================
## Processing the creation form
#set($area = "$!request.area")
I only get the first value, only my first of mu group of options...
What I am missing?
Thanks
--
View this message in context: http://xwiki.475771.n2.nabble.com/Help-please-tp7321734p7321734.html
Sent from the XWiki- Users mailing list archive at Nabble.com.