Hi all,
The day after upgrading http://selfbus.myxwiki.org to 8.2.1, I found a
handful of spammer accounts that were created as local users in the wiki.
The wiki was configured to
* Only an admin can send invitations to join this wiki
* Both global and local users are available in the wiki
Interestingly this still allows new users to be registered.
Also strange is that the registration captcha does not show as it should
also.
The wiki is now set to allow only global users, so there is no immediate
problem.
I only wanted to report my observations, as it looks like a bug in xwiki
to me.
Kind regards,
Stefan
Hi!
We are configuring XWiki in some machines for different purposes (tests, development, etc). In dev machine, I'm getting error with url encoding but this error doesn't happen in my local machine. What is strange for me is that I made the same standard XWiki installation in both machines.
Dev machineCentOS, Tomcat 8.5.4
Local machine
Ubuntu 15.10, Tomcat 8.5.4
Steps to reproduce this error (XWiki 8.2.1):
1) Create a page with title: "Projects Test"
2) The url result is xwiki/bin/view/Projects%2BTest/
3) When I edit and save, another page is created: xwiki/bin/view/Projects%252BTest/
4) If I edit and save this new page, another page is created: xwiki/bin/view/Projects%25252BTest/
I've already checked configuration files specified in XWiki Character Encoding Configuration (AdminGuide.Encoding) - XWiki and all them are OK.
If i need to provide more information about this issue, please let me know. Thanks for helping me!
RegardsFernando
Hi all,
I run XWiki with a Glassfish Server
Is there a way to see why my CPU its staled at 100% ?
Java use all my process.
How can I know why ?
Thanks in advance for your answer!
Sébastien
The default xwiki image syntax does not provide the ability to click an image to enlarge it.
There seem to be two extensions that provide this feature:
- Lightbox Macro
- Thumbnail Macro
But using a macro for this is not an option because:
- they need to be inserted manually in CKEditor (no copy paste into browser)
- you have to type in the image attachment name (no autocomplete)
- It is not possible to resize the macro (image) visually in CKEditor, you have to type in the desired image width
- Both macros do not have an option for horizontal alignment (e.g. right)
- Lightbox Macro seems buggy in CKEditor, its killing content below the macro
This is a major issue for us, we have to provide our users as much WYSIWYG handling as possible.
What are our options? Is it possible to replace the default syntax ckeditor is using for images and provide it with a code template so it uses for example the Thumbnail Macro?
Am I missing some awesome extension?
Thank you in advance
Mario
Is it possible to create multilingual Pages for the FAQ Application?
My test xwiki (8.2.1) is set to multilanguage=yes; supported languages=en,de ; default language=en
If I create a new FAQ question, the WXSIWYG Editor does not provide the ability to translate the page (because it defaults to inline form edit)
If I open the page in wiki syntax mode, the translation options appear on the right side panel. I may switch language and translate the Page Title but the translated title is not displayed in view mode and furthermore the question content is not shown because it is stored in an FAQCode.FAQClass Object.
Are multilingual FAQs possible?
Thank you.
Created a new 8.2.1 wiki using mysql and tomcat 7 and initial user (created
by the distribution wizard) seems unable to create a new wiki despite being
part of the admin group, which was granted "create wiki" right and also
being given "create wiki" right in the administration app.
The salient error seems to be:
*Access denied for user 'xwiki'@'%' to database 'wikiweb'* (where wikiweb
was the new wiki name)
the 'xwiki'@'localhost' mysql user has all privileges on *.*, so this does
not seem to be the problem - could anyone shed any light on what the problem
might be or what I could look at?
Thanks
Tim
The full set of error messages are below:
Starting job of type [wikicreationjob] with identifier
[wikicreation/createandinstall/wikiweb]
Access denied for user 'xwiki'@'%' to database 'wikiweb'
class org.xwiki.platform.wiki.creationjob.WikiCreationException: Failed to
execute creation steps on the wiki [wikiweb].
at
org.xwiki.platform.wiki.creationjob.internal.WikiCreationJob.runInternal(WikiCreationJob.java:102)
at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:206)
at org.xwiki.job.AbstractJob.run(AbstractJob.java:189)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: class org.xwiki.platform.wiki.creationjob.WikiCreationException:
Failed to create the wiki [wikiweb].
at
org.xwiki.platform.wiki.creationjob.internal.steps.CreateWikiStep.execute(CreateWikiStep.java:54)
at
org.xwiki.platform.wiki.creationjob.internal.WikiCreationJob.runInternal(WikiCreationJob.java:96)
at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:206)
at org.xwiki.job.AbstractJob.run(AbstractJob.java:189)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: class org.xwiki.wiki.manager.WikiManagerException: Failed to
create database for wiki "wikiweb"
at
org.xwiki.wiki.internal.manager.DefaultWikiCreator.create(DefaultWikiCreator.java:69)
at
org.xwiki.wiki.internal.manager.DefaultWikiManager.create(DefaultWikiManager.java:88)
at
org.xwiki.platform.wiki.creationjob.internal.steps.CreateWikiStep.execute(CreateWikiStep.java:52)
at
org.xwiki.platform.wiki.creationjob.internal.WikiCreationJob.runInternal(WikiCreationJob.java:96)
at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:206)
at org.xwiki.job.AbstractJob.run(AbstractJob.java:189)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: class com.xpn.xwiki.XWikiException: Error number 3401 in 3:
Exception while create wiki database wikiweb
at
com.xpn.xwiki.store.XWikiHibernateStore.createWiki(XWikiHibernateStore.java:338)
at
com.xpn.xwiki.store.XWikiCacheStore.createWiki(XWikiCacheStore.java:629)
at
org.xwiki.wiki.internal.manager.DefaultWikiCreator.create(DefaultWikiCreator.java:67)
at
org.xwiki.wiki.internal.manager.DefaultWikiManager.create(DefaultWikiManager.java:88)
at
org.xwiki.platform.wiki.creationjob.internal.steps.CreateWikiStep.execute(CreateWikiStep.java:52)
at
org.xwiki.platform.wiki.creationjob.internal.WikiCreationJob.runInternal(WikiCreationJob.java:96)
at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:206)
at org.xwiki.job.AbstractJob.run(AbstractJob.java:189)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: class com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException:
Access denied for user 'xwiki'@'%' to database 'wikiweb'
at sun.reflect.GeneratedConstructorAccessor167.newInstance(Unknown
Source)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:404)
at com.mysql.jdbc.Util.getInstance(Util.java:387)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:942)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3966)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3902)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2526)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2673)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2545)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2503)
at com.mysql.jdbc.StatementImpl.executeInternal(StatementImpl.java:839)
at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:739)
at
org.apache.commons.dbcp2.DelegatingStatement.execute(DelegatingStatement.java:291)
at
org.apache.commons.dbcp2.DelegatingStatement.execute(DelegatingStatement.java:291)
at
org.apache.commons.dbcp2.DelegatingStatement.execute(DelegatingStatement.java:291)
at
com.xpn.xwiki.store.XWikiHibernateStore.createWiki(XWikiHibernateStore.java:320)
at
com.xpn.xwiki.store.XWikiCacheStore.createWiki(XWikiCacheStore.java:629)
at
org.xwiki.wiki.internal.manager.DefaultWikiCreator.create(DefaultWikiCreator.java:67)
at
org.xwiki.wiki.internal.manager.DefaultWikiManager.create(DefaultWikiManager.java:88)
at
org.xwiki.platform.wiki.creationjob.internal.steps.CreateWikiStep.execute(CreateWikiStep.java:52)
at
org.xwiki.platform.wiki.creationjob.internal.WikiCreationJob.runInternal(WikiCreationJob.java:96)
at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:206)
at org.xwiki.job.AbstractJob.run(AbstractJob.java:189)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Finished job of type [wikicreationjob] with identifier
[wikicreation/createandinstall/wikiweb]
--
View this message in context: http://xwiki.475771.n2.nabble.com/XWiki-8-failure-to-add-new-wiki-Access-de…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi, using the Document Tree Macro to display a tree of children pages of the current pages always generates a alphabetically sorted tree.
Is it possible to order the tree by the last edit timestamp of the pages (descending) or other criteria? Neither the Document Tree Macro nor the Tree Macro extension pages seem to say anything about "order" or "sort".
Thank you in advance
Mario
Hi
Is there a way to re-send the activation link/code to a user without having to delete and recreate the user account? I’ve already configured permissions for this user and I really don’t want to have to do it again please. I created several users and they thought it was wiser to not activate it at the time.
Kind regards,
Mahomed Hussein
Custodian Data Centre
Email: Mahomed(a)CustodianDC.com
http://www.CustodianDC.com
The new 4 templates in 8.2 are nice. But the view on mobile need to be
corrected, i think.. e.g. the contents section of encyclopedia template
should come at top but currently its at bottom when view on small screens. I
dont intend to change the template structure for large/ PC screens (they are
really good), but want to adjust for small screens.
How can i do that?
Also any help on 'how to reorganize content view on mobile' is appreciated.
--
View this message in context: http://xwiki.475771.n2.nabble.com/mobile-tablet-support-for-new-templates-t…
Sent from the XWiki- Users mailing list archive at Nabble.com.