Re: [xwiki-users] Cannot import default xar

2009-07-20 Thread Sergiu Dumitriu
hel-o wrote:
 Hi,
 
 just updated to 1.9.1 (from 1.8.4) and tried to import the default xar. I
 can upload the file but when i click on it to import nothing happens.
 
 In the console i get the following error when i upload the file
 
 updateAttachName is not defined
 function onclick(event) { return updateAttachName(this.form, Do you want to
 replace the filename with); }(click clientX=108, clientY=439)

Yes, this JS error is not important, and I think it's been fixed in the 
SVN. Are there any errors logged on the server?

-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Cannot import default xar

2009-07-20 Thread hel-o

Hi,

theres nothing in the xwiki or tomcat log. But when i enable hold on every
error for scripts in Firebug i get the following when i click on the
uploaded xar.

  74 function getXmlValue(tag, xml)
   75 {
xml is null  76 var nodes = xml.getElementsByTagName(tag);
   77 if (nodes.length  0  nodes[0].firstChild)
   78 return nodes[0].firstChild.data; 

The script is import.js. I use Firefox 3.5.

Thanks
hel.



Sergiu Dumitriu-2 wrote:
 
 hel-o wrote:
 Hi,
 
 just updated to 1.9.1 (from 1.8.4) and tried to import the default xar. I
 can upload the file but when i click on it to import nothing happens.
 
 In the console i get the following error when i upload the file
 
 updateAttachName is not defined
 function onclick(event) { return updateAttachName(this.form, Do you want
 to
 replace the filename with); }(click clientX=108, clientY=439)
 
 Yes, this JS error is not important, and I think it's been fixed in the 
 SVN. Are there any errors logged on the server?
 
 -- 
 Sergiu Dumitriu
 http://purl.org/net/sergiu/
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
 
 


-
semantic-web.hel.at
h...@hel.at

-- 
View this message in context: 
http://n2.nabble.com/Cannot-import-default-xar-tp3283800p3287792.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


[xwiki-users] Worspaces : edit mode

2009-07-20 Thread Hervé Agnoux
Hi,

I have two question about edit with workspace :

- how can I configuration the edit mode : they are in wisiwig, and I don't see 
how to go in wiki mode ?

- if I create a new page from a workspace, I cannot edit it. First time, I 
can, but second time, no : there is no button to edit it. 

Thanks for your help.

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


Re: [xwiki-users] Cannot import default xar

2009-07-20 Thread PERINAUD Christophe
Hi,

Is the XAR file correct ? I mean not corrupted with the package.xml file in the 
root folder ? It looks like as if the load of the XML file has not been made. 

-Message d'origine-
De : users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] De la part de 
hel-o
Envoyé : lundi 20 juillet 2009 11:05
À : users@xwiki.org
Objet : Re: [xwiki-users] Cannot import default xar


Hi,

theres nothing in the xwiki or tomcat log. But when i enable hold on every
error for scripts in Firebug i get the following when i click on the
uploaded xar.

  74 function getXmlValue(tag, xml)
   75 {
xml is null  76 var nodes = xml.getElementsByTagName(tag);
   77 if (nodes.length  0  nodes[0].firstChild)
   78 return nodes[0].firstChild.data; 

The script is import.js. I use Firefox 3.5.

Thanks
hel.



Sergiu Dumitriu-2 wrote:
 
 hel-o wrote:
 Hi,
 
 just updated to 1.9.1 (from 1.8.4) and tried to import the default xar. I
 can upload the file but when i click on it to import nothing happens.
 
 In the console i get the following error when i upload the file
 
 updateAttachName is not defined
 function onclick(event) { return updateAttachName(this.form, Do you want
 to
 replace the filename with); }(click clientX=108, clientY=439)
 
 Yes, this JS error is not important, and I think it's been fixed in the 
 SVN. Are there any errors logged on the server?
 
 -- 
 Sergiu Dumitriu
 http://purl.org/net/sergiu/
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
 
 


-
semantic-web.hel.at
h...@hel.at

-- 
View this message in context: 
http://n2.nabble.com/Cannot-import-default-xar-tp3283800p3287792.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


This e-mail is intended only for the addressee named above. It does not bind 
the sender, except in the case of an existing written convention with the 
addressee. This e-mail may contain material that is confidential and privileged 
for the sole use of the intended recipient. Any review, reliance or 
distribution by others or forwarding without express permission is strictly 
prohibited and may be unlawful. If you are not the intended recipient, please 
contact the sender and delete all copies.

While reasonable precautions have been taken to ensure that this e-mail and any 
attachments are free from any computer virus or similar defect, no liability 
will be accepted in that respect. Anyone accessing this e-mail must take their 
own precautions as to security and virus protection.

KBL European Private Bankers S.A., 43 boulevard Royal L-2955 Luxembourg, R.C.S. 
Luxembourg B 6395, T (352) 47 97 1
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Cannot import default xar

2009-07-20 Thread hel-o

Hi,

It's the xwiki-enterprise-wiki-1.9.1.xar i downloaded from xwiki.org. So i
hope the xar file is correct;) Also tried to export a page and import the
xar - same behavior

hel.



PERINAUD Christophe wrote:
 
 Hi,
 
 Is the XAR file correct ? I mean not corrupted with the package.xml file
 in the root folder ? It looks like as if the load of the XML file has not
 been made. 
 
 -Message d'origine-
 De : users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] De la part
 de hel-o
 Envoyé : lundi 20 juillet 2009 11:05
 À : users@xwiki.org
 Objet : Re: [xwiki-users] Cannot import default xar
 
 
 Hi,
 
 theres nothing in the xwiki or tomcat log. But when i enable hold on
 every
 error for scripts in Firebug i get the following when i click on the
 uploaded xar.
 
   74 function getXmlValue(tag, xml)
75 {
xml is null  76 var nodes = xml.getElementsByTagName(tag);
77 if (nodes.length  0  nodes[0].firstChild)
78 return nodes[0].firstChild.data; 
 
 The script is import.js. I use Firefox 3.5.
 
 Thanks
 hel.
 
 
 
 Sergiu Dumitriu-2 wrote:
 
 hel-o wrote:
 Hi,
 
 just updated to 1.9.1 (from 1.8.4) and tried to import the default xar.
 I
 can upload the file but when i click on it to import nothing happens.
 
 In the console i get the following error when i upload the file
 
 updateAttachName is not defined
 function onclick(event) { return updateAttachName(this.form, Do you
 want
 to
 replace the filename with); }(click clientX=108, clientY=439)
 
 Yes, this JS error is not important, and I think it's been fixed in the 
 SVN. Are there any errors logged on the server?
 
 -- 
 Sergiu Dumitriu
 http://purl.org/net/sergiu/
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
 
 
 
 
 -
 semantic-web.hel.at
 h...@hel.at
 
 -- 
 View this message in context:
 http://n2.nabble.com/Cannot-import-default-xar-tp3283800p3287792.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
 
 
 This e-mail is intended only for the addressee named above. It does not
 bind the sender, except in the case of an existing written convention with
 the addressee. This e-mail may contain material that is confidential and
 privileged for the sole use of the intended recipient. Any review,
 reliance or distribution by others or forwarding without express
 permission is strictly prohibited and may be unlawful. If you are not the
 intended recipient, please contact the sender and delete all copies.
 
 While reasonable precautions have been taken to ensure that this e-mail
 and any attachments are free from any computer virus or similar defect, no
 liability will be accepted in that respect. Anyone accessing this e-mail
 must take their own precautions as to security and virus protection.
 
 KBL European Private Bankers S.A., 43 boulevard Royal L-2955 Luxembourg,
 R.C.S. Luxembourg B 6395, T (352) 47 97 1
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
 
 


-
semantic-web.hel.at
h...@hel.at

-- 
View this message in context: 
http://n2.nabble.com/Cannot-import-default-xar-tp3283800p3288039.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] Can't get XWiki to work with Oracle

2009-07-20 Thread Dean Weber


Gallois

Originally, I dismissed the idea that I was having a connection problem
because I was able to connect before. However, after reading your reply, I
tested it one more time. I was not able to connect to the database.
Something has broken with Oracle and our Linux installation. I will have to
investigate this further. 

Thanks for making me stop to take another look at the obvious.

-Dean


Gallois Frédéric wrote:
 
 Hi Dean 
 
 This sounds like a connection problem. Did you test the connection with
 the same parameters (user, host) but outside Xwiki in Jetty ?
 
 

-- 
View this message in context: 
http://n2.nabble.com/Can%27t-get-XWiki-to-work-with-Oracle-tp3228059p3288617.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


[xwiki-users] Is there a pilot in Workspace ?

2009-07-20 Thread Hervé Agnoux
Hi,

I have plainty problems with XWiki Workspace, and no response. Perhaps my 
english ?

Last of them : I'm trying FAQTutorial 
(http://platform.xwiki.org/xwiki/bin/view/DevGuide/FAQTutorial) ; first step 
is search XWikiClasses.

Result (from Admin) : no document.

I can't include a simple FAQ in workspace ?

So XWiki Workspace doesn't work for me ?


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