Hi,
I install wiki with debian package.
My system is a Debian 7 or a Debian 8.
On the both servers, i have the same errors.
With packages, the install is OK.
With the browser, i open the page localhost:8080
The install starts and it is very very long (but i have a fiber optic !!!)
After install finished, i view the home page of the wiki.
And here, i have many errors in Javascript :
ReferenceError: require is not defined
Why ? Impossible to solve these errors !!
And the wiki don’t work !!
Impossible to edit a page !!!
I have purge all the debian packages and i started a new install .
For the same result !!!!
How do you do to solve this error ?
thanks for your help..
Julien
Can one copy/paste images directly into the page editor? I am testing with
the xwiki.org sandbox.
It seemed to work, ie the image appeared in the wysiwyg editor. But when I
try to view it it loses all content and reports an html parse error.
Hmmm...even when I try to upload from my local disk, as an attached image,
it reports "An error occurred while uploading your file" even though the
path is valid.
Are images useable in xwiki, or is it just that the xwiki sandbox does not
work right?
--
View this message in context: http://xwiki.475771.n2.nabble.com/Can-one-copy-paste-images-directly-into-t…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Thanks Thomas,
Sorry about the double question. It was intended to be only one :-) I am however able to cancel the SAVE by canceling the ActionExecutingEvent(SaveAction.ACTION_NAME) which is triggered by the Save. This however displays an empty page when I send an event.cancel().
It would be a solution if I could somehow display the previous page or some kind of error message. I’m not that much of an expert in Java / xWiki that I understand if and how this could be accomplished. Any suggestions?
Br,
Peter
> Op 10 jul. 2015, om 12:00 heeft users-request(a)xwiki.org het volgende geschreven:
>
> Send users mailing list submissions to
> users(a)xwiki.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.xwiki.org/mailman/listinfo/users
> or, via email, send a message with subject or body 'help' to
> users-request(a)xwiki.org
>
> You can reach the person managing the list at
> users-owner(a)xwiki.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of users digest..."
> Today's Topics:
>
> 1. DocumentSavingEvent (Peter Huisman)
> 2. DocumentCreatingEvent (Peter Huisman)
> 3. Re: DocumentSavingEvent (Thomas Mortagne)
> 4. Re: DocumentCreatingEvent (Thomas Mortagne)
>
> Van: Peter Huisman <p.huisman(a)ximm.nl>
> Onderwerp: [xwiki-users] DocumentSavingEvent
> Datum: 10 juli 2015 11:05:14 CEST
> Aan: users(a)xwiki.org
> Antwoord aan: XWiki Users <users(a)xwiki.org>
>
>
> Hi,
>
> I was wondering if there is a way to stop the document from being saved using this event listener (or any similar event listener for that matter)?
>
> With kind regards,
>
> Peter
>
>
>
> Van: Peter Huisman <p.huisman(a)ximm.nl>
> Onderwerp: [xwiki-users] DocumentCreatingEvent
> Datum: 10 juli 2015 11:06:59 CEST
> Aan: users(a)xwiki.org
> Antwoord aan: XWiki Users <users(a)xwiki.org>
>
>
> Hi,
>
> I was wondering if there is a way to stop the document from being saved using this event listener (or any similar event listener for that matter)?
>
> With kind regards,
>
> Peter
>
>
>
> Van: Thomas Mortagne <thomas.mortagne(a)xwiki.com>
> Onderwerp: Antw.: [xwiki-users] DocumentSavingEvent
> Datum: 10 juli 2015 11:08:49 CEST
> Aan: XWiki Users <users(a)xwiki.org>
> Antwoord aan: XWiki Users <users(a)xwiki.org>
>
>
> Nop you can't cancel saving right now, but you can use
> DocumentSavingEvent to revert any change you don't like in the
> document before the save.
>
>
> On Fri, Jul 10, 2015 at 11:05 AM, Peter Huisman <p.huisman(a)ximm.nl> wrote:
>> Hi,
>>
>> I was wondering if there is a way to stop the document from being saved using this event listener (or any similar event listener for that matter)?
>>
>> With kind regards,
>>
>> Peter
>> _______________________________________________
>> users mailing list
>> users(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>
>
>
> --
> Thomas Mortagne
>
>
>
>
> Van: Thomas Mortagne <thomas.mortagne(a)xwiki.com>
> Onderwerp: Antw.: [xwiki-users] DocumentCreatingEvent
> Datum: 10 juli 2015 11:09:30 CEST
> Aan: XWiki Users <users(a)xwiki.org>
> Antwoord aan: XWiki Users <users(a)xwiki.org>
>
>
> Same answer than for DocumentSavingEvent mail.
>
> On Fri, Jul 10, 2015 at 11:06 AM, Peter Huisman <p.huisman(a)ximm.nl> wrote:
>> Hi,
>>
>> I was wondering if there is a way to stop the document from being saved using this event listener (or any similar event listener for that matter)?
>>
>> With kind regards,
>>
>> Peter
>> _______________________________________________
>> users mailing list
>> users(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>
>
>
> --
> Thomas Mortagne
>
>
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
Hi,
I was wondering if there is a way to stop the document from being saved using this event listener (or any similar event listener for that matter)?
With kind regards,
Peter
Hi,
I was wondering if there is a way to stop the document from being saved using this event listener (or any similar event listener for that matter)?
With kind regards,
Peter
Hello XWiki experts,
today, I tried to install a fresh xwiki. I downloaded the jetty thing in
the current release (I do not like installers) and adjusted the
hibernate.cfg.xml to uncomment the MySQL part and have
<property
name="connection.url">jdbc:mysql://localhost/notationCensus</property>
and related user and password.
At launch, http://localhost:8080/xwiki/bin/view/Main/, however, it tells me:
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Access
denied for user 'xwiki'@'localhost' to database 'xwiki'
So...
- the change to MySQL is well received
- the change of user is right (I also tried changing it)
- but the database name seems to be stuck.
Is there some multiwiki ghost somewhere that I need to educate?
thanks in advance.
Paul
Hi all,
After upgrading from 4.4.1 to LTS 6.4.4 it seems that something gets
messed up with global user rights on subwikis.
If I perform a save on XWikiPreferences page of the subwiki (via
Administer Wiki), global users lose access (at least view rights) on
this subwiki. These rights are restored automatically (something gets
refreshed?) if I do some of the following:
* Modify anything in rights section both in global wiki and subwiki,
even if it does not affect user directly: for example,
adding/removing a user/subgroup to the group of the problematic user
* Save anything on user's profile (password, email...)
* Re-set again user's rights or user's group rights
Pitifully those rights are lost, once again, when saving on
XWikiPreferences page.
This does not happen for local users neither if I perform a save on
other subwiki pages.
Perhaps related to this, after upgrading, local users are no longer able
to see the left panels I'm using on subwiki, but global users do.
What might be happening?
Greetings,
Iago
I tried to add video on my test xwiki (6.4.3) and I got the error:
Error number 0 in 11: Uncaught exception
com.xpn.xwiki.XWikiException: Error number 0 in 11: Uncaught exception
*many-many strings*
Caused by: java.lang.OutOfMemoryError: Java heap space
*many-many strings*
Video file size - 35Mb
In nginx.conf - "max_client_body_size 0"
I can't find where in postgres I can point max_size.
----- Исходное сообщение -----
От: "Caleb James DeLisle" <cjd(a)cjdns.fr>
Кому: "users" <users(a)xwiki.org>, "Mohamed Boussaa" <mohamed.boussaa(a)xwiki.com>
Отправленные: Вторник, 7 Июль 2015 г 10:48:25
Тема: Re: [xwiki-users] Error html5: Video file not found
It looks like the problem is you're trying to play an AVI on a wiki page
and the video macro is only designed to embed players such as youtube
or dailymotion.
Ping Mohamed, looks like your project has a potential user :)
On 07/07/15 07:31, Григорий Стренин wrote:
> Hi all.
>
> I try to add video (.avi) on the xwiki page (xwiki 2.7. Oooops :)) and getting "html5: Video file not found".
>
> The code of this page:
>
> {{video videoURL="https://somehost/xwiki/bin/download/Project_disp/video1/%D0%9F%D0%BE%D0%B8%…" videoWidth="720" videoHeight="576"/}}
>
> Any ideas?
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
--
Satire is the escape hatch from the cycle of sorrow, hatred and violence. #JeSuisCharlie
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users