Hi,

We made a XWiki default installation, nothing special. We are using a MySQL5 database which has
been configured as following:

   <!-- MySQL configuration.
Uncomment if you want to use MySQL and comment out other database configurations. Note that the database will be created automatically if it doesn't already exist. We need to set the sql_mode to a less strict value, see XWIKI-1945
           -->
<property name="connection.url">jdbc:mysql://localhost:33065/xwiki? useServerPrepStmts = false &amp ;useUnicode =true&amp;characterEncoding=UTF-8&amp;sessionVariables=sql_mode=''</ property>
   <property name="connection.username">username</property>
   <property name="connection.password">password</property>
<property name="connection.driver_class">com.mysql.jdbc.Driver</ property> <property name="dialect">org.hibernate.dialect.MySQLDialect</ property> <property name = "connection .provider_class">com.xpn.xwiki.store.DBCPConnectionProvider</property>
   <property name="connection.pool_size">2</property>
   <property name="statement_cache.size">2</property>
   <mapping resource="xwiki.hbm.xml"/>
   <mapping resource="feeds.hbm.xml"/>

XWiki is running in a Tomcat6 container with jdk1.5.0. For some reason I do not understand, I am not able to see the users list when logged as administrator (which all consequences this implies...). However I see the number of users that are registered (see attached picture)!! Does anyone understand what the problem could be? I tried to display this page with Firefox and Safari. Nothing, and apparently no JS error.

Any help would be greatly appreciated. I wish you a wonderful day and a nice week-end. Best,

christian
--
Canoo - Your Solution Provider for Rich Internet Applications

   Christian Ribeaud
   Canoo Engineering AG
   Kirschgartenstrasse 5
   CH-4051 Basel

   Tel: +41 61 228 94 44
   Fax: +41 61 228 94 49

   [email protected]
   http://www.canoo.com/
_______________________________________________
users mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to