Hello,
My config is: Tomcat 6, Mysql, Debian
There are a few days that i try to do functioning office importer (and
pdf/rtf exporters).
I activated open office server and it was detected as an "Externally managed
(local) OpenOffice server process". ( it don't work with another config)
So when i try to import a document i have two ways :
- i create a page and then i import with WYSIWYG : 500 The call failed on
the server; see server log for details
- i create a page directly with an importation : Error while converting
document [test.odt] into html.
Furthermore, when i try to export a document in pdf or rtf xwiki failed and
i have to restart the tomcat server.
Could you help me please ?
Jo D.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Office-importer-doesn-t-work-tp6394758p63…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
My xwiki 3.0 implementation is using PHP in many pages, and some pages are
based on simple HTML forms with a "submit" button. In the PHP part, I
process $request->getQueryString() to check the form fields that were sent.
It works very well when the form used the GET method, but doesn't work at
all when the form used the POST method. Doing some research, it looks like
the getQueryString() method should handle both scenarios but it doesn't, so
I wonder if there is anything else blocking the POST data at a lower level.
I also did the same test not inside PHP and run into the same issue, so it
does not look to be PHP-related.
Unfortunately this is becoming critical as GET data size is limited and I
start running into this limit on some forms, so have to move to POST.
Thanks
Hi all,
I have a problem with the HTML Makro and the implementation of wiki syntax.
The HTML Makro works fine, but one part of my text ignores the wiki
syntax and I cant seem to find out why. Here is what I did:
{{html wiki="true"}}
<div onclick="toggleClass($('Info'), 'hidden')">
(% style="WIDTH: 99%" %)
|=Info
</div>
<div id="Info" class="hidden">
**Info**
(% style="MARGIN-RIGHT: 1%" %)
textcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextco
ntenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontentt
extcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcontenttextcon
tenttextcontent
</div>
{{/html}}
Now the top part works fine in wikisyntax, but the Info Textcontent
ignores it, and I dont know why. The font seems to be different to the
standard one as well. I tried putting wiki="true" in all different
places, even placed the info div in separte html tags, but nothing
seems to work. I could ofourse use the style attribute in HTML, but
thats not the point of wiki="true" I think.
I might overlook the obvious but I would appreciate it alot if
someone could point me out my mistake.
Thanks in advance,
Wouter
Hi,
When I set a panel to xwiki syntax 2.0 I am not able to have a number of links (in a navigation panel) seperated by new lines (or linefeeds)
the syntax I use is;
{{velocity filter="none"}}
{{html clean="false" wiki="true"}}
#panelheader('PersonalServices')
[["xxxx">>"space.document"]]
[["xxxx">>"space.document"]]
[["xxxx">>"space.document"]]
....
#panelfooter()
{{/html}}
{{/velocity}}
I've tried adding extra line feed.
Add \\ after each line
When I change panel to syntax 1.0 it works fine
Gerritjan
Hi,
We've recentlly been upgraded to XWiki 2.7.1...
But I notice it does not quite look like the clean installed XWiki.
Even when I undo all the skin changes, and use the default xwiki skin the userinterface is somewhat a mixed bag
example (and seen as a problem by our users)
When you edit a document there is no icon to see the parent, let alone change the parent in a userfriendly way
Also the translations seem to be corrupted;
The edit menu shows a entry: core.menu.edit.visual
Can this be corrected?
And how?
Gerritjan
Hi,
I asked this question earlier, but did not get any answers that helped.
Whenever I try to edit ANY part of my Xwiki, including the sandbox, I get an
error 4001, like this one:
Error number 4001 in 4: Error while parsing velocity page
/templates/editwysiwygnew.vm Wrapped Exception: Failed to evaluate content
with id [/templates/editwysiwygnew.vm]<http://hapkido.myxwiki.org/xwiki/bin/edit/Hapkido+Techniques/Hapkido+Hand+T…>
Clicking on this error link gives many lines, like:
Error number 4001 in 4: Error while parsing velocity page
/templates/editwysiwygnew.vm
Wrapped Exception: Failed to evaluate content with id
[/templates/editwysiwygnew.vm]
com.xpn.xwiki.XWikiException: Error number 4001 in 4: Error while
parsing velocity page /templates/editwysiwygnew.vm
Wrapped Exception: Failed to evaluate content with id
[/templates/editwysiwygnew.vm]
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:122)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1890)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1828)
...
and
Wrapped Exception:
org.apache.velocity.exception.MethodInvocationException: Invocation of
method 'isSourceEditorEnabled' in class
org.xwiki.wysiwyg.server.internal.DefaultWysiwygEditorConfiguration
threw exception java.lang.NoClassDefFoundError:
org/xwiki/gwt/user/client/StringUtils at /templates/macros.vm[line
1963, column 68]
at org.apache.velocity.runtime.parser.node.ASTMethod.handleInvocationException(ASTMethod.java:261)
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:187)
at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
...
and
Caused by: java.lang.NoClassDefFoundError: org/xwiki/gwt/user/client/StringUtils
at org.xwiki.wysiwyg.server.internal.DefaultWysiwygEditorConfiguration.getProperty(DefaultWysiwygEditorConfiguration.java:71)
at org.xwiki.wysiwyg.server.internal.DefaultWysiwygEditorConfiguration.isSourceEditorEnabled(DefaultWysiwygEditorConfiguration.java:204)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
...
Can anyone tell me what to do? This noob is lost, lost, lost!
Thanks,
/John
Hallo!
I want to see click-able thumbnails of all my attachements.
I tried to change the code in ALLDocs livetable but struggling into
Livetable syntax.
Any suggestion where to change the link from pure text to a click-able
thumbnail?
Volker
--
View this message in context: http://xwiki.475771.n2.nabble.com/Livetable-with-thumbnail-attachments-JSON…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I will be out of the office starting 05/20/2011 and will not return until
06/02/2011.
Please contact Gopalkrishnan Shanmugam for SSO,Sakthivel Nagaraj
for WIRED ,Rajyalakshmi Srikantha BOT.
Manikandakumar Sundaram is Escalation contact .
E-mail Disclaimer: http://www.csscorp.com/common/email-disclaimer.php
Hi Vincent, could you please delete my messages from the List? I did a mistake writing my Adress in the mails. Could you also ask the guys from www.Mail-archiver.com to delete the messages because of the same reasons.
Tank You
Felix van Wasen
Dear community,
I'm just getting used to Xwiki and will have to clean up a rather old database. This involves also moving and deleting single pages or whole spaces.
Now I have an issue: When I delete a certain page (which is actually the last one remaining in its space), Xwiki tells me it is deleted, however the space does still exist. The space is empty except for the one page (also, no WebHome is there anymore).
If I look at the document index of that space, I can only see the "deleted" page, which has not got any author anymore (field is empty). I can "delete" that page over and over again without any change of results (also, emptying of the recycle bin does not help).
Any idea would greatly be appreciated!
Regards,
Markus