Alain, Thanks for the input. I did see your post and did check this b4 posting. I'm running MySQL 5.051a-3ubuntu5.4 server so the only current 5.0x version of JDBC driver I can find at MySQL is mysql-connector-java-5.08 which I used to replace the jdbc jar which came with XEM in the WEB-INF/bin folder so unless I've got versions wrong it doesnt appear to be this.
Sergiu, Thanks very much, the xwiki plugin edit - it solved my issue perfectly. Cheers > However I cannot add users or groups in the admin panel - I can only login as > the default Admin user. > On the page > http://localhost:8380/xwiki/bin/admin/XWiki/XWikiPreferences?editor=globaladmin§ion=Groups# > Then if I go to the "index" quicklink I get the same "loading" message but > nothing ever loads. > If I go to the tree page it shows me > $xwiki.ssfx.use("js/yui/treeview/assets/tree.css") > $xwiki.jsfx.use("js/yui/yahoo/yahoo-min.js") > $xwiki.jsfx.use("js/yui/treeview> > and no tree. > How can I fix this? I'm > guessing they're related in some way. This is a known bug of XEM 1.8, fixed in the trunk. To fix it, simply edit xwiki.cfg and add the following two plugins: com.xpn.xwiki.plugin.skinx.JsSkinFileExtensionPlugin,\ com.xpn.xwiki.plugin.skinx.CssSkinFileExtensionPlugin,\ -- Sergiu Dumitriu _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
