Hi guys!
I juste read under http://www.xwiki.org/xwiki/bin/view/FAQ/
HowToCreateNestedPages that nested pages are currently not available.
I really need this functionality for my current project. As sad on
the FAQ this feature should be available soon. Can anyone tell me
when this will happen? If there is already a "working" version of
that feature in the dev trunk, let me know, I could help testing.
Regards
Andreas Rami
Bizzons eMarketing GmbH
Nikolaiplatz 4
A-8020 Graz
Tel: +43-1-890-3408-250
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
Hi,
Is it possible to remove properties from a user defined class (I can't see
it in the UI) ?
Undeterred I tried to use the info at
http://www.xwiki.org/xwiki/bin/view/DevGuide/DatabaseSchema
I tried :
select * from xwikiclasses this returned no rows, which seems to imply no
user defined classes
select * from xwikiclassesprop where WXP_NAME like 'myprop%' did show the
property I added to the class
delete from xwikiclassesprop where WXP_NAME like 'myprop%' unfortunatly
didn't seem to remove the myprop from my class (the class editor showed it)
Incidently I edited the db before starting the server (to avoid possible
caching issues).
So, short of deleting and recreating my class... does anyone know how to
remove unwanted properties from a class ?
Many thanks in advance,
Dan
PS. Would others find this a useful feature ?
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 Fabian,
Any news or progress? Ludovic has answered to you but I didn't see
any answer from you... (I may have missed it though).
Thanks
-Vincent
On Jan 7, 2007, at 1:13 AM, Ludovic Dubost wrote:
>
> This line looks bad in your log file
>
> 15:05:41,526 ERROR http-8080-1 http://localhost:8080/xwiki/bin/view/
> Main/WebHome XWikiHibernateBaseStore:updateSchema:334 - Failed
> updating schema: ERROR: update or delete on "xwikiproperties"
> violates foreign key constraint "fkdf25ae4f283ee295" on "xwikilongs"
> Detail: Key (xwp_id,xwp_name)=(-1931600447,editbox_height) is still
> referenced from table "xwikilongs".
>
>
> You might want to try cleaning references between xwikilongs and
> xwikiproperties
>
> Fabian Gorsler a écrit :
> > Hi Vincent,
> >
> > thanks for your fast reply. :)
> >
> >
> >> The migration is described in the Release Notes and I've just
> linked it
> >> from the installation page this morning.
> >>
> >
> > The tasks described in the Release Notes don't work for my
> problem. At the
> > moment I'm not able to display anything with XWiki, I just receive
> > exceptions.
> >
> >
> >> Ha, that would be a problem. We need to track this as this is
> supposed to
> >> be the way to upgrade. What errors are you getting?
> >>
> >
> > org.postgresql.util.PSQLException: ERROR: column
> xwikidocum0_.xwd_title
> > does not exist
> >
> > This exception led me to assume that Hibernate mappings have
> changed. The
> > dump I've set up on my database for testing is identical to the live
> > system which serves the old XWiki.
> >
> > (The whole log with more exceptions and details is here:
> > http://www.der-moloch.de/files/xwiki-ml/xwiki_stdout.log)
> >
> >
> >> Don't do it manually!
> >>
> >
> > :)
> >
> >
> >> We thought it would work seamlessly but it seems it doesn’t in
> >> your case so we need to find out what's not working. Let's work
> >> together to resolve this.
> >>
> >
> > This sounds really great. Perhaps I should pass you my whole
> configuration
> > at first:
> >
> > - OS: Windows XP SP 2
> > - Tomcat 5.5.20
> > - JVM: Java(TM) 2 Runtime Environment, Standard Edition (build
> 1.5.0_07-b03)
> > - DB: PostgreSQL 8.1.5 (JDBC: postgresql-8.1-408.jdbc3.jar) / UTF-8
> >
> > The things I did:
> >
> > - I downloaded xwiki-1.0-beta-1.war and deployed it via Tomcat
> Manager.
> > - Stopped Tomcat.
> > - Renamed xwiki-1.0-beta-1/ to xwiki/ in webapps-folder of Tomcat.
> > - Added Postgres-JDBC-driver to xwiki/WEB-INF/lib.
> > - Edited hibernate.cfg.xml: Removed MySQL entries, pasted our
> > configuration of the old XWiki and reconfigured some connection
> settings.
> > - Started Tomcat and tried to open
> > http://localhost:8080/xwiki/bin/view/Main/WebHome.
> >
> > The connection settings from hibernate.cfg.xml:
> > <property
> > name="connection.url">jdbc:postgresql://localhost/xwikidb</property>
> > <property name="connection.username">xwiki</property>
> > <property name="connection.password">topsecret</property>
> > <property name="connection.driver_class">org.postgresql.Driver</
> property>
> > <property
> >
> name="connection.provider_class">com.xpn.xwiki.store.DBCPConnectionPro
> vider</property>
> > <property name="connection.pool_size">50</property>
> > <property name="statement_cache.size">50</property>
> > <property name="dialect">org.hibernate.dialect.PostgreSQLDialect</
> property>
> >
> > Connections to the Postgres-DB are opened and data is
> transferred. The
> > connection seems to be ok.
> >
> > Which information do you need additionally? What should I try to do?
> >
> > Thanks in advance for your help! :)
> >
> > Best regards,
> > Fabian.
hi everyone,
I managed to deploy successfully a xwiki with Apache/Tomcat/mod_jk
container thanks to this help
(http://mail-archive.objectweb.org/xwiki-users/2007-01/msg00179.html :)
after configuration for needs, I notice that browsing the wiki with
firefox and the "html validator" extension :
** loading a page entirely needs much time (the content is loaded
immediatly but the loading icon runs a few seconds before stopping).
** the html validator extension tells me that "html cache is empty", it
can't analyse errors and warnings.
** this doesn't happen on the login page, only on pages with content,
accessible after logon.
Could it be a Apache user's permission problem ?
Anything else ?
Thanks.
--
Julien Oix
UFR d'Informatique - Université Paris Diderot
Bureau 5C01 (5ème étage)
175 rue du Chevaleret
75013 PARIS
Tel : +33 (0) 144 278 504
Mobile : +33 (0) 664 392 207
---------------------------------------------
http://www.gnu.org/philosophy/no-word-attachments.html