Hi,
I've started testing xwiki on a Linux installation, by using the quick
method with Jetty and hsqldb (3.0).
Everything looks great and impressive so far! :)
I've encountered some problems however.
My configured mailhosts do (of course) not accept emails from invalid
senders.
Email works fine for registration, but for "sharing" by email, or
"inviting" by email, xwiki defaults to using localhost (and not my
configured relayhost in the email settings) to send out with invalid
email addresses like no-reply(a)localhost.localdomain
I've correctly replaced all instances of "@localhost.localdomain" with
my own valid domain name in database/xwiki_db.script, and stopped and
restart xwiki, but this gives an immediate error, and no results in the
logfile.
How would I go about correcting this ?
Would I be better off using MySQL as database right away ?
Thanks in advance.
Ciao,
Albert
Hello XwikiUsers,
Greetings for the day.
Need to know the best approach form your experience in Xwiki to
implement comment moderation .I could not find any topic in forum related
to this .
The appoach i've taken is this
Initiating a new boolean property isApproved in XwikiComments Class
Modifying inlinecomments.vm to have an approve link in similar way to
delete
I'm getting stuck in the second point being not sure what would be the URL
to update that property .
Thanks in advance
Regards,
Anjankumar Panda
E-mail Disclaimer: http://www.csscorp.com/common/email-disclaimer.php
Hi
I've just finished to install a xwiki enterprise 3.0 with postgresql
My main site works : http://server:8080/xwiki/bin/view/Main/
However, I have this message in the main site Unknow macro : spaces, Unknow
macro : activity, Unknow macro : tags.
I can crate spaces, but i can not see or edith them. I assume because the
space macro does not work.
thanks for your help.
I am out of the office until 04/26/2011.
Happy Easter! :-)
Note: This is an automated response to your message "users Digest, Vol 45,
Issue 38" sent on 4/21/11 6:00:29.
This is the only notification you will receive while this person is away.
Hi
in version 2.7 there seems no longer a tooltip per attribute.
I can remember in older version (1.7?) there was such a setting per attribute.
What is the best practise to configure internationalized tooltips for forms created with the class editor in relation with the forms generator?
Gerritjan
Hello again,
this time I am having a hard time with java. I do get the following
error a lot:
- Exception while dispatching incoming RPC call
#012java.lang.OutOfMemoryError: PermGen space
And there isn't anybody on the wiki yet. It's just me changing texts.
No uploads or something similar.
Here are my arguments which Tomcat 5.5 pass to the virtual machine
JAVA_OPTS="-Djava.awt.headless=true -Xms1024M -Xmx3424M"
In my opinion this should be more then enough memory or am I mistaken?
Do I miss something else? I am really lost here....
Cheers,
Stephanie
I'm trying to create tables in xwiki, having the row contents defined through INCLUDE macros (so that I can construct the table dynamically).
* I've gone through the documentation - but cannot find the info I need, OR
* I'm just not clever enough to understand it. :(
Any help getting me started would be appreciated.
I first tried this first using HTML macro tags - which didn't work well. Other documentation pointed me to scripting through velocity - which seemed promising as it also had the advantage of letting me embed more logic. Current version I'm trying is:
{{velocity}}
<table border="1" width="90%">
<tr>
<th>Field name</th>
<th>Definition</th>
</tr>
{{include document="Metadata.row_def_x"/}}
{{include document="Metadata.row_def_y"/}}
{{include document="Metadata.row_def_z"/}}
</table>
{{/velocity}}
Each row definition macro consists solely of the HTML table row definition:
For example:
<tr>
<td width="20%">Copper</td>
<td>A shiny red-pink metal.</td>
</tr>
This now lets me correctly generate the HTML table code, BUT problem is that viewing the generated wiki page just shows the HTML code - not the table I wanted to see. I've tried other variations using {{html}} then embedding include macros within that, and (alternatively) trying to build tables directly in XWiki's own table code ... but those attempts didn't work either.
|=Metric Name|=Definition
{{include document="Metadata.row_def_x"/}}
{{include document="Metadata.row_def_y"/}}
{{include document="Metadata.row_def_z"/}}
Where row definition macro was in format:
|Copper | A shiny red-pink metal.
This successfully included the lines - but inserted them all in the header.
**********************************************************************
This e-mail contains confidential information which is intended only for the use of the named addresses/s. If you as recipient are not a named addressee, then you must not in any manner whatever disseminate or copy any part of this e-mail, or use or disclose any of its contents. Please would you notify us immediately by reply e-mail and then delete the message from your system. Please be aware, any opinions or views expressed in this email, do not necessarily represent the views of the Company
**********************************************************************
Having a hard time with restoring my XWiki instance from an old Linux server that died into a new one. I have database backup, that is all. Wondering how I installed it first time around… nothing is working. What is the best place to ask for help?