Cannot register new user.
I am a New user. I have some previous experience with 0.9.840. Just installed Xwiki 1.0 beta3 (requiring upgraded to java5) The sql database is xwiki, user xwiki, pasword xwiki as before Everything seems to work OK and I can edit content. I have imported Panels, nothing else. I have "Log-in", "Register", "Administration", "En" in the top right BUT ... I cannot login as Admin - password "admin" I cannot register a new user When I try to register I just get a login screen. Under Administration I can get to the "Users and groups" where it says ... You can currently edit users using the wiki on the users page. (I can't) You can currently edit groups using the wiki on the groups page. (I can't) But if I go to those pages I can see nothing and do not see how to add users. What am I missing?
On Jan 31, 2007, at 1:56 PM, stephendturner@gmail.com wrote:
I am a New user. I have some previous experience with 0.9.840. Just installed Xwiki 1.0 beta3 (requiring upgraded to java5) The sql database is xwiki, user xwiki, pasword xwiki as before Everything seems to work OK and I can edit content. I have imported Panels, nothing else.
I have "Log-in", "Register", "Administration", "En" in the top right BUT ...
I cannot login as Admin - password "admin"
That's because you probably don't have an Admin user with that password in your database... That would be normal if you have only imported the Panels.
I cannot register a new user
That's not normal... It needs to be fixed. Could you please a JIRA issue about this please? (http://jira.xwiki.org)
When I try to register I just get a login screen.
Under Administration I can get to the "Users and groups" where it says ...
I'm not sure about this. I need to do some research because I think that you shouldn't be able to see the Administration link if you're not logged in...
You can currently edit users using the wiki on the users page. (I can't) You can currently edit groups using the wiki on the groups page. (I can't)
But if I go to those pages I can see nothing and do not see how to add users.
What am I missing?
Have you started with 1.0 beta 3 but with an empty database and only imported the Panels? If so then it's normal you're having problems because your wiki is missing all required pages and users so you can only log in as a superuser (that's the user defined in xwiki.cfg). Note: As I said above I don't know why you can access the Administration page when you're starting with an empty wiki. I think it would be better to only allow access to the superuser in that case. Sergiu, Ludovic: can you shed some light on this? Thanks -Vincent ___________________________________________________________________________ Yahoo! Mail r�invente le mail ! D�couvrez le nouveau Yahoo! Mail et son interface r�volutionnaire. http://fr.mail.yahoo.com
Thanks for the quick reply. I have now discovered this is sort of my fault, although some might say RTFM :-). My problem was that I did the install just as I had done previously with 0.9.840, rather than a detailed read of the instructions. I feel the following is not stressed sufficiently in the documentation, ie Administrators guide - Installation. Following a succesful base install of Xwiki.... a) It is essential to import the file xwiki-1.0-beta-3.xar b) It is a good idea to import file xwiki-application-panels.xar Having performed (a) it is now possibl to login as Admin, register new users and so on. Maybe there should be another section in the Administrators guide explaining what to do after the "blank" xwiki is installed. I am currently about to try to implement panels in my application and I dont really know where to start. But so far I am most impressed with the new Xwiki Steve Vincent Massol wrote:
On Jan 31, 2007, at 1:56 PM, stephendturner@gmail.com wrote:
I am a New user. I have some previous experience with 0.9.840. Just installed Xwiki 1.0 beta3 (requiring upgraded to java5) The sql database is xwiki, user xwiki, pasword xwiki as before Everything seems to work OK and I can edit content. I have imported Panels, nothing else.
I have "Log-in", "Register", "Administration", "En" in the top right BUT ...
I cannot login as Admin - password "admin"
That's because you probably don't have an Admin user with that password in your database... That would be normal if you have only imported the Panels.
I cannot register a new user
That's not normal... It needs to be fixed. Could you please a JIRA issue about this please? (http://jira.xwiki.org)
When I try to register I just get a login screen.
Under Administration I can get to the "Users and groups" where it says ...
I'm not sure about this. I need to do some research because I think that you shouldn't be able to see the Administration link if you're not logged in...
You can currently edit users using the wiki on the users page. (I can't) You can currently edit groups using the wiki on the groups page. (I can't)
But if I go to those pages I can see nothing and do not see how to add users.
What am I missing?
Have you started with 1.0 beta 3 but with an empty database and only imported the Panels? If so then it's normal you're having problems because your wiki is missing all required pages and users so you can only log in as a superuser (that's the user defined in xwiki.cfg).
Note: As I said above I don't know why you can access the Administration page when you're starting with an empty wiki. I think it would be better to only allow access to the superuser in that case. Sergiu, Ludovic: can you shed some light on this?
Thanks -Vincent
___________________________________________________________________________Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son interface révolutionnaire. http://fr.mail.yahoo.com
------------------------------------------------------------------------
-- You receive this message as a subscriber of the xwiki-dev@objectweb.org mailing list. To unsubscribe: mailto:xwiki-dev-unsubscribe@objectweb.org For general help: mailto:sympa@objectweb.org?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Hi Steve, On Feb 1, 2007, at 12:15 PM, Steve Turner wrote:
Thanks for the quick reply. I have now discovered this is sort of my fault, although some might say RTFM :-). My problem was that I did the install just as I had done previously with 0.9.840, rather than a detailed read of the instructions.
I feel the following is not stressed sufficiently in the documentation, ie Administrators guide - Installation. Following a succesful base install of Xwiki....
a) It is essential to import the file xwiki-1.0-beta-3.xar b) It is a good idea to import file xwiki-application-panels.xar
I believe the documentation stresses that the easiest is to install the standalone version of XWiki. This standalone version already includes the default wiki and it's using a HSQL DB. Just one note: if you import the 1.0 beta 3 XAR file you won't need the panels XAR as it's included in the former. The panels app XAR is only required for users upgrading from an existing install and who want to keep their exsiting pages.
Having performed (a) it is now possibl to login as Admin, register new users and so on. Maybe there should be another section in the Administrators guide explaining what to do after the "blank" xwiki is installed.
By "blank" wiki, I think you refer to what we call the "default" wiki, i.e. the import of the 1.0 beta 3 XAR file, right? What would you suggest to improve the documentation? What other topics should be documented?
I am currently about to try to implement panels in my application and I dont really know where to start.
Yep that's missing and we need it. I believe it should be documented on the Panels doc page on http://www.xwiki.org/xwiki/bin/view/Code/ PanelsApplication. Once you figure it out, it would be nice if you could edit that page and improve the existing documentation. It's a wiki after all and everyone is most welcome to contribute :)
But so far I am most impressed with the new Xwiki
Cool, I'm glad you like it :) Thanks -Vincent
Vincent Massol wrote:
On Jan 31, 2007, at 1:56 PM, stephendturner@gmail.com wrote:
I am a New user. I have some previous experience with 0.9.840. Just installed Xwiki 1.0 beta3 (requiring upgraded to java5) The sql database is xwiki, user xwiki, pasword xwiki as before Everything seems to work OK and I can edit content. I have imported Panels, nothing else.
I have "Log-in", "Register", "Administration", "En" in the top right BUT ...
I cannot login as Admin - password "admin"
That's because you probably don't have an Admin user with that password in your database... That would be normal if you have only imported the Panels.
I cannot register a new user
That's not normal... It needs to be fixed. Could you please a JIRA issue about this please? (http://jira.xwiki.org)
When I try to register I just get a login screen.
Under Administration I can get to the "Users and groups" where it says ...
I'm not sure about this. I need to do some research because I think that you shouldn't be able to see the Administration link if you're not logged in...
You can currently edit users using the wiki on the users page. (I can't) You can currently edit groups using the wiki on the groups page. (I can't)
But if I go to those pages I can see nothing and do not see how to add users.
What am I missing?
Have you started with 1.0 beta 3 but with an empty database and only imported the Panels? If so then it's normal you're having problems because your wiki is missing all required pages and users so you can only log in as a superuser (that's the user defined in xwiki.cfg).
Note: As I said above I don't know why you can access the Administration page when you're starting with an empty wiki. I think it would be better to only allow access to the superuser in that case. Sergiu, Ludovic: can you shed some light on this?
Thanks -Vincent
_____________________________________________________________________ ______Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son interface révolutionnaire. http://fr.mail.yahoo.com
--------------------------------------------------------------------- ---
-- You receive this message as a subscriber of the xwiki- dev@objectweb.org mailing list. To unsubscribe: mailto:xwiki-dev-unsubscribe@objectweb.org For general help: mailto:sympa@objectweb.org?subject=help ObjectWeb mailing lists service home page: http:// www.objectweb.org/wws
-- You receive this message as a subscriber of the xwiki- dev@objectweb.org mailing list. To unsubscribe: mailto:xwiki-dev-unsubscribe@objectweb.org For general help: mailto:sympa@objectweb.org?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/ wws
___________________________________________________________________________ Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son interface révolutionnaire. http://fr.mail.yahoo.com
Vincent Massol wrote:
Hi Steve,
On Feb 1, 2007, at 12:15 PM, Steve Turner wrote:
Thanks for the quick reply. I have now discovered this is sort of my fault, although some might say RTFM :-). My problem was that I did the install just as I had done previously with 0.9.840, rather than a detailed read of the instructions.
I feel the following is not stressed sufficiently in the documentation, ie Administrators guide - Installation. Following a succesful base install of Xwiki....
a) It is essential to import the file xwiki-1.0-beta-3.xar b) It is a good idea to import file xwiki-application-panels.xar
I believe the documentation stresses that the easiest is to install the standalone version of XWiki. This standalone version already includes the default wiki and it's using a HSQL DB.
Yes. Good point. But I am well set up with mySql both for production and development which is why I started there. However, I could easily backtrack and use HSQLDB if you think it would improve my learning curve?
Just one note: if you import the 1.0 beta 3 XAR file you won't need the panels XAR as it's included in the former. The panels app XAR is only required for users upgrading from an existing install and who want to keep their exsiting pages. OK. That was not clear to me.
So really the documentation should simply state somewhere. For upgrading - download xwiki.WAR + panels XAR First Time users - download xwiki.WAR + xwiki.XAR
Having performed (a) it is now possibl to login as Admin, register new users and so on. Maybe there should be another section in the Administrators guide explaining what to do after the "blank" xwiki is installed.
By "blank" wiki, I think you refer to what we call the "default" wiki, i.e. the import of the 1.0 beta 3 XAR file, right?
Yes. Default is a better expression.
What would you suggest to improve the documentation? What other topics should be documented?
Well I shall let you know that as I move through my learning curve. ;-)
I am currently about to try to implement panels in my application and I dont really know where to start.
Yep that's missing and we need it. I believe it should be documented on the Panels doc page on http://www.xwiki.org/xwiki/bin/view/Code/PanelsApplication.
I shall have a look there
Once you figure it out, it would be nice if you could edit that page and improve the existing documentation. It's a wiki after all and everyone is most welcome to contribute :)
But so far I am most impressed with the new Xwiki
Cool, I'm glad you like it :)
Thanks -Vincent
Vincent Massol wrote:
On Jan 31, 2007, at 1:56 PM, stephendturner@gmail.com wrote:
I am a New user. I have some previous experience with 0.9.840. Just installed Xwiki 1.0 beta3 (requiring upgraded to java5) The sql database is xwiki, user xwiki, pasword xwiki as before Everything seems to work OK and I can edit content. I have imported Panels, nothing else.
I have "Log-in", "Register", "Administration", "En" in the top right BUT ...
I cannot login as Admin - password "admin"
That's because you probably don't have an Admin user with that password in your database... That would be normal if you have only imported the Panels.
I cannot register a new user
That's not normal... It needs to be fixed. Could you please a JIRA issue about this please? (http://jira.xwiki.org)
When I try to register I just get a login screen.
Under Administration I can get to the "Users and groups" where it says ...
I'm not sure about this. I need to do some research because I think that you shouldn't be able to see the Administration link if you're not logged in...
You can currently edit users using the wiki on the users page. (I can't) You can currently edit groups using the wiki on the groups page. (I can't)
But if I go to those pages I can see nothing and do not see how to add users.
What am I missing?
Have you started with 1.0 beta 3 but with an empty database and only imported the Panels? If so then it's normal you're having problems because your wiki is missing all required pages and users so you can only log in as a superuser (that's the user defined in xwiki.cfg).
Note: As I said above I don't know why you can access the Administration page when you're starting with an empty wiki. I think it would be better to only allow access to the superuser in that case. Sergiu, Ludovic: can you shed some light on this?
Thanks -Vincent
___________________________________________________________________________Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son interface révolutionnaire. http://fr.mail.yahoo.com
------------------------------------------------------------------------
-- You receive this message as a subscriber of the xwiki-dev@objectweb.org mailing list. To unsubscribe: mailto:xwiki-dev-unsubscribe@objectweb.org For general help: mailto:sympa@objectweb.org?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
-- You receive this message as a subscriber of the xwiki-dev@objectweb.org mailing list. To unsubscribe: mailto:xwiki-dev-unsubscribe@objectweb.org For general help: mailto:sympa@objectweb.org?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
___________________________________________________________________________
Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son interface révolutionnaire. http://fr.mail.yahoo.com
------------------------------------------------------------------------
-- You receive this message as a subscriber of the xwiki-dev@objectweb.org mailing list. To unsubscribe: mailto:xwiki-dev-unsubscribe@objectweb.org For general help: mailto:sympa@objectweb.org?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
On Feb 1, 2007, at 1:41 PM, Steve Turner wrote:
Vincent Massol wrote:
Hi Steve,
On Feb 1, 2007, at 12:15 PM, Steve Turner wrote:
Thanks for the quick reply. I have now discovered this is sort of my fault, although some might say RTFM :-). My problem was that I did the install just as I had done previously with 0.9.840, rather than a detailed read of the instructions.
I feel the following is not stressed sufficiently in the documentation, ie Administrators guide - Installation. Following a succesful base install of Xwiki....
a) It is essential to import the file xwiki-1.0-beta-3.xar b) It is a good idea to import file xwiki-application-panels.xar
I believe the documentation stresses that the easiest is to install the standalone version of XWiki. This standalone version already includes the default wiki and it's using a HSQL DB.
Yes. Good point. But I am well set up with mySql both for production and development which is why I started there. However, I could easily backtrack and use HSQLDB if you think it would improve my learning curve?
Using MySQL is fine, especially if you've already gone through the configuration steps and it's working fine for you...
Just one note: if you import the 1.0 beta 3 XAR file you won't need the panels XAR as it's included in the former. The panels app XAR is only required for users upgrading from an existing install and who want to keep their exsiting pages. OK. That was not clear to me.
So really the documentation should simply state somewhere.
For upgrading - download xwiki.WAR + panels XAR First Time users - download xwiki.WAR + xwiki.XAR
I've tried to improve the documentation but I believe the information was already there. On the installation page (http://www.xwiki.org/ xwiki/bin/view/AdminGuide/Installation) we had: "If you need to migrate an existing XWiki installation, check the [Release Notes>Main.ReleaseNotes]." and in the manual installation seciton: " You'll need to perform 2 mandatory steps: * Install and configure a Servlet Container * Install and configure a relational database This will results in a minimal empty wiki installation. You may want to use the Import/Export tool to import some pages in your wiki. We recommend that you import the provided default XAR. " I've added some syntax coloring for better visibilty. Let me know how we could add it further, thanks. Thanks -Vincent [snip] ___________________________________________________________________________ Yahoo! Mail r�invente le mail ! D�couvrez le nouveau Yahoo! Mail et son interface r�volutionnaire. http://fr.mail.yahoo.com
participants (3)
-
stephendturner@gmail.com -
Steve Turner -
Vincent Massol