Re: [xwiki-users] Wrong parameter for password reset

2014-12-12 Thread Hamster
It seems that Vincent forgot about this thread...maybe my post will wake him
up :-)



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Wrong-parameter-for-password-reset-tp7593310p7593473.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Query external MSSQL DB in a wiki page

2014-12-12 Thread Hamster
I would also love to see an example!



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Query-external-MSSQL-DB-in-a-wiki-page-tp7593386p7593472.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Xwiki 6.3 : issue when import xar file larger than 32mb

2014-12-12 Thread Kevin
Nice it works !
The upload was blocked by the tomcat server.
I add this option in server.xml (in 8080 connector) in /etc/tomcat7 : 

 

Thanks for your help.



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Xwiki-6-3-issue-when-import-xar-file-larger-than-32mb-tp7593446p7593463.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Xwiki 6.3 : issue when import xar file larger than 32mb

2014-12-12 Thread Kevin
My wiki is installed on a tomcat server. I'm going to check if a size limit
are defined.
Thanks for this tip.



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Xwiki-6-3-issue-when-import-xar-file-larger-than-32mb-tp7593446p7593462.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Xwiki 6.3 : issue when import xar file larger than 32mb

2014-12-12 Thread Dmitry Bakbardin

Hi!
Besides XWiki limits, it could be blocked by web server. Try to check if it has 
upload size limit. 
In Nginx it is:  
client_max_body_size 
Hope it helps.

Kind regards,

Dmitry


Fri, 12 Dec 2014 01:16:13 -0700 (MST) от Kevin :
>i've got the issue in the import/export page (in "Administer Wiki" section)
>when i want to import the xar from my old installation. I want to import it
>to retrieve some old pages, templates, ... but with his size, it's
>impossible.
>So can i bypass the 32mb size limit to import my file ? Or another way to do
>it ?
>
>
>
>--
>View this message in context:  
>http://xwiki.475771.n2.nabble.com/Xwiki-6-3-issue-when-import-xar-file-larger-than-32mb-tp7593446p7593458.html
>Sent from the XWiki- Users mailing list archive at Nabble.com.
>___
>users mailing list
>users@xwiki.org
>http://lists.xwiki.org/mailman/listinfo/users


___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Xwiki 6.3 : issue when import xar file larger than 32mb

2014-12-12 Thread Kevin
I already tried to augment the size limit (follow the steps in
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Attachments#HSizeLimit)
but with no effect : 
I change the size here : 
 
with this value : 
 

I've even try to change the max_allowed_packet in my mysql config.

But it doens't work.

I'm going to try with the extension.





--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Xwiki-6-3-issue-when-import-xar-file-larger-than-32mb-tp7593446p7593460.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Xwiki 6.3 : issue when import xar file larger than 32mb

2014-12-12 Thread Thomas Mortagne
You can configure the maximum attachment size in the administration,
see http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Attachments#HSizeLimit.
If your attachment is really huge I would usually suggest you to use
WikiStream/Filter generic UI but it seems to have a regression in 6.3
(caused by the move from "WikiStream" to "Filter" naming). At worst
you can always use
http://extensions.xwiki.org/xwiki/bin/view/Extension/Large+XAR+Import
which do that work since a long time.

On Fri, Dec 12, 2014 at 9:16 AM, Kevin  wrote:
> i've got the issue in the import/export page (in "Administer Wiki" section)
> when i want to import the xar from my old installation. I want to import it
> to retrieve some old pages, templates, ... but with his size, it's
> impossible.
> So can i bypass the 32mb size limit to import my file ? Or another way to do
> it ?
>
>
>
> --
> View this message in context: 
> http://xwiki.475771.n2.nabble.com/Xwiki-6-3-issue-when-import-xar-file-larger-than-32mb-tp7593446p7593458.html
> Sent from the XWiki- Users mailing list archive at Nabble.com.
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users



-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Xwiki 6.3 : issue when import xar file larger than 32mb

2014-12-12 Thread Kevin
i've got the issue in the import/export page (in "Administer Wiki" section)
when i want to import the xar from my old installation. I want to import it
to retrieve some old pages, templates, ... but with his size, it's
impossible.
So can i bypass the 32mb size limit to import my file ? Or another way to do
it ?



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Xwiki-6-3-issue-when-import-xar-file-larger-than-32mb-tp7593446p7593458.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users