All,
I have a problem. I logging in, after I'm close the window of my wiki
When I open my site, I follow loggin in. So I clean all the cookies, the
cache, but I always follow loggin in.
Thanks in advance
Hello!
I installed a new instance of xwiki on my local machine. I tried to set up the email notification but it didn't really work. In the XWiki Preferences I set the outgoing smtp server to several smtp servers such as smtp.google.com, smtp.comcast.net, etc. Howver, there seem to be some authentication issues and I get the following error message:
***
Error number 4001 in 4: Error while parsing velocity page Demo.SendMailTestPage Wrapped Exception: Invocation of method 'sendMessage' in class com.xpn.xwiki.XWiki threw exception class com.xpn.xwiki.XWikiException : Error number 10006 in 10: Could not send mail to server smtp.comcast.net port 25 error code 530 (530 Authentication required ) OR
Error number 4001 in 4: Error while parsing velocity page Demo.SendMailTestPage Wrapped Exception: Invocation of method 'sendMessage' in class com.xpn.xwiki.XWiki threw exception class com.xpn.xwiki.XWikiException : Error number 10006 in 10: Could not send mail to server smtp.gmail.com port 25 error code 530 (530 5.7.0 Must issue a STARTTLS command first h14sm757315wxd )
***
I also tried to use my own smtp server (hmailserver) but then I had some relay problems and the following error message:
***
Error number 4001 in 4: Error while parsing velocity page Demo.SendMailTestPage Wrapped Exception: Invocation of method 'sendMessage' in class com.xpn.xwiki.XWiki threw exception class com.xpn.xwiki.XWikiException : Error number 10006 in 10: Could not send mail to server mail.hmailserver.com port 25 error code 550 (550-207-105-15-139.ded.pacbell.net (XWiki version 0.9.840) 207.105.15.139? is 550-currently not permitted to relay through this server. Perhaps you have not 550-logged into the pop/imap server in the last 30 minutes or do not have SMTP 550 Authentication turned on in your email client. )
***
I have right now no idea how to resolve these issues. I would appreciate any help in setting up the smtp server for the email notification.
Cheers,
Jens
Hi,
We got a new load of spam related hammering on xwiki.com. It is more and
more horrible and creates more and more unuseful load on xwiki.com. Spam
robots have included creation of XWiki accounts and use of these
accounts to publish spam data in the wiki pages.
I've had to deactivate statistics since each spam-related request that
cannot be catched by mod_security creates load on the database for these
statistics.
The only way to get statistics back will be to use Javascripts which
triggers a statistics storage request in the database (which would be
ignored by spam robots and search engines), or to wait until we can read
Google Analytics or another external statistics engine and redisplay it
on xwiki.com.
In the future we will propose a tutorial to activate Google Analytics on
your wikis. If you know how to do it you should include this on your
wiki pages to get statistics for your wiki.
I'm getting more and more worried about these spam robots and would
welcome any help and ideas on how to handle this to make xwiki.com a
viable platform for hosted public wikis.
Ludovic
--
Ludovic Dubost
XPertNet: http://www.xpertnet.fr/
Blog: http://www.ludovic.org/blog/
XWiki: http://www.xwiki.com
Skype: ldubost AIM: nvludo Yahoo: ludovic
By the way, forgot to mention that the technique below does not grab attachments. If anyone has suggestions on how to get attachments included, I would appreciate tips.Stephen
From: stephen_schaub_88(a)hotmail.com
I thought I would share a tip for downloading a static HTML snapshot of an XWiki space. I've had pretty good success using wget: wget -E -r -k -p --no-parent http://myserver/xwiki/bin/view/MySpace/ [snip]
_________________________________________________________________
Check the weather nationwide with MSN Search: Try it now!
http://search.msn.com/results.aspx?q=weather&FORM=WLMTAG
Hi,
we have a XWiki 0.9.840 instance running with Postgres 8.1 and we would
like to test the new 1.0b1 release with our existing wikis. How could we
transfer the data between the old version and the new?
The installation docs don't describe a proper way and just copying the
dump of the old data to another database and running XWiki with this db
doesn't work, too. The Hibernate mappings seem to have changed.
What could we do? Our wiki has grown for about half a year and copying the
data manually would take really long. Does there any kind of filter exist?
Nevertheless, the 1.0b1 looks really nice. You did a really great work. :)
I hope I'll be able to run the 1.0-series soon. :)
Best regards,
Fabian.
Hi,
I sometimes get the following error in xwiki (0.9.840) when I try to
browse a category (e.g. KidsCorner in the following). It is related to
some invalid characters in the wiki content but I usually paste some
useful content into our wiki and don't know what character is forbiddern.
Is there a way for us to avoid problem like the following.
It made all the pages in the category not browsable and is very
inconvenient. Now what I have to do is to manually go to the postgresql
database to modify some table content and it doesn't always work.
Have you guys encountered similar problem and is there a better solution
to fix/avoid it?
Thanks
-Jimmy
================================================================
Error number 4001 in 4: Error while parsing velocity page Blog.Category
Wrapped Exception: Invocation of method 'getDocument' in class
com.xpn.xwiki.api.XWiki threw exception class com.xpn.xwiki.XWikiException
: Error number 3202 in 3: Exception while reading document Main.KidsCorner
Wrapped Exception: Exception occurred inside setter of
com.xpn.xwiki.doc.XWikiDocument.archive
Error number 4001 in 4: Error while parsing velocity page Blog.Category
Wrapped Exception: Invocation of method 'getDocument' in class
com.xpn.xwiki.api.XWiki threw exception class com.xpn.xwiki.XWikiException
: Error number 3202 in 3: Exception while reading document Main.KidsCorner
Wrapped Exception: Exception occurred inside setter of
com.xpn.xwiki.doc.XWikiDocument.archive
com.xpn.xwiki.XWikiException: Error number 4001 in 4: Error while parsing
velocity page Blog.Category
Wrapped Exception: Invocation of method 'getDocument' in class
com.xpn.xwiki.api.XWiki threw exception class com.xpn.xwiki.XWikiException
: Error number 3202 in 3: Exception while reading document Main.KidsCorner
Wrapped Exception: Exception occurred inside setter of
com.xpn.xwiki.doc.XWikiDocument.archive
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:131)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.java:87)
at
com.xpn.xwiki.render.XWikiRenderingEngine.renderText(XWikiRenderingEngine.java:116)
at com.xpn.xwiki.XWiki.include(XWiki.java:1937)
at com.xpn.xwiki.api.XWiki.includeForm(XWiki.java:463)
at com.xpn.xwiki.api.XWiki.includeForm(XWiki.java:451)
at sun.reflect.GeneratedMethodAccessor306.invoke(Unknown Source)
...
Caused by: org.apache.commons.jrcs.rcs.TokenMgrError: Lexical error at
line 128, column 18. Encountered: "u7b4b" (31563), after : "@
http://afgbabyfuniture.comhttp://www.altababyweb.comhttp://www.bassettbaby.com n convertable cribs
http://www.bonavita-cribs.comn Stroller: n*
http://www.toysrus.com/product/index.jsp?productId=2266773&cp=2255983.2…http://store.babycenter.com/product/gear/strollers/travel_systems//7934?sta…http://store.babycenter.com/category/gear/strollers/lightweight_strollers/?…
Preganency Symptomsn [Muscle Cramp(u62bd"
at
org.apache.commons.jrcs.rcs.ArchiveParserTokenManager.getNextToken(ArchiveParserTokenManager.java:800)
at
org.apache.commons.jrcs.rcs.ArchiveParser.jj_consume_token(ArchiveParser.java:558)
at org.apache.commons.jrcs.rcs.ArchiveParser.string(ArchiveParser.java:506)
at org.apache.commons.jrcs.rcs.ArchiveParser.text(ArchiveParser.java:430)
at org.apache.commons.jrcs.rcs.ArchiveParser.archive(ArchiveParser.java:102)
at org.apache.commons.jrcs.rcs.ArchiveParser.load(ArchiveParser.java:55)
at org.apache.commons.jrcs.rcs.Archive.<init>(Archive.java:230)
at com.xpn.xwiki.doc.XWikiDocument.setArchive(XWikiDocument.java:475)
122 more
Hi
We are using XWiki Version 0.9.840, today we had create a presentation
using the XWiki S5 presentation tool, and we found that when lunch the
presentation in Opera Web Browser it only display the outline but not
the slide show, the slide show is only displaied in the full screen mode
in opera, and the problem here is the navigation button on the lower
right is missing and there is no way to switch the slide (e.g. single
click on the slide). Also we have tried the same presentation in
Konquer, but in konquer it shows blank page when launch, and only one
slide in the full screen mode in konquer, and if click any where, it
returns to blank page.
anyone has ever experienced this wierd problem? any suggestions?
Muzi
Hi,
We just had the newest xwiki version installed on our machines, and it seems
to be very different than the earlier version.
The documentation tells you how to give rights to spaces, pages, etc but it
doesn't tell you how to create the users and the groups in the first place.
The old wiki had a button to create a group or user, but this wiki doesn't.
How do I create users and groups?
Thanks for your help.
--
To Your Victory,
Annika
A. Annika Smith
Author of "Room 4 Rent:Turn Your Extra Room Into Extra Money!"
http://clues.rentrooms4cash.com
Get Healthy. Lose Weight. Get Rich.
http://annika.isagenix.com