[xwiki-devs] Unable to add user to group after Xwiki update
I am currently running Tomcat 7.0.39 as well the Xwiki 5.0.3 WAR. I imported the Xwiki database into MySQL from an older version of Xwiki which could be the cause of the problems below... When I enter "Administer Xwiki" and choose "Groups" I am sent to the following which lists the groups as expected. /xwiki/bin/admin/XWiki/XWikiPreferences?editor=globaladmin§ion=Groups#|t=groupstable&p=1&l=10&wiki=local When I click on the "pencil icon" to add a user to a group the same page URL is refreshed and shows a lot of white space followed by a list of users in that group at the bottom of the page. There is no option to add the user to a group. So somewhere along the line I believe something became corrupt during my Xwiki update. I tried copying some VMs from the templates subdir back to my main webapp directory but that didn't work. Any suggestions on where to look? Screenshot attached. <http://xwiki.475771.n2.nabble.com/file/n7585667/part2.png> -- View this message in context: http://xwiki.475771.n2.nabble.com/Unable-to-add-user-to-group-after-Xwiki-up... Sent from the XWiki- Dev mailing list archive at Nabble.com.
Did you upgraded the XAR/Wiki pages ? On Tue, Jun 11, 2013 at 2:43 PM, echocoder <[email protected]> wrote:
I am currently running Tomcat 7.0.39 as well the Xwiki 5.0.3 WAR. I imported the Xwiki database into MySQL from an older version of Xwiki which could be the cause of the problems below...
When I enter "Administer Xwiki" and choose "Groups" I am sent to the following which lists the groups as expected.
/xwiki/bin/admin/XWiki/XWikiPreferences?editor=globaladmin§ion=Groups#|t=groupstable&p=1&l=10&wiki=local
When I click on the "pencil icon" to add a user to a group the same page URL is refreshed and shows a lot of white space followed by a list of users in that group at the bottom of the page.
There is no option to add the user to a group. So somewhere along the line I believe something became corrupt during my Xwiki update.
I tried copying some VMs from the templates subdir back to my main webapp directory but that didn't work. Any suggestions on where to look?
Screenshot attached. <http://xwiki.475771.n2.nabble.com/file/n7585667/part2.png>
-- View this message in context: http://xwiki.475771.n2.nabble.com/Unable-to-add-user-to-group-after-Xwiki-up... Sent from the XWiki- Dev mailing list archive at Nabble.com. _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
Hi Thomas, thanks for your quick response... The original system was Xwiki 2.7.33656.
From there I exported the Xwiki into an XAR and backed-up the MySQL database. Then I renamed it from xwiki to xwiki-old.
I downloaded the Xwiki 5.0.3 XAR file and dropped it in tomcat/webapps/. then renamed that directory to xwiki. The "Add User" page has similar problems. One thing that I did notice on the group page is that it is missing a reference to the entire addNewMember DIV from the usersandgroups.css file. The usersandgroups.js/css files were both in place within the xwiki/resources/js/xwiki/usersandgroups directory and also referenced in the header of the add group page. Although where the "addNewMember" DIV is supposed to be, it is missing completely. On some of the Administrative options I see errors such as the one below, which may or may not be tied to this issue... This configuration cannot be displayed because it was last edited by superadmin [or Admin] who doesn't have permission to edit this page. -- View this message in context: http://xwiki.475771.n2.nabble.com/Unable-to-add-user-to-group-after-Xwiki-up... Sent from the XWiki- Dev mailing list archive at Nabble.com.
Anyone have any ideas? The data seems fine... it appears to be an issue with how the users and groups page is rendered. -- View this message in context: http://xwiki.475771.n2.nabble.com/Unable-to-add-user-to-group-after-Xwiki-up... Sent from the XWiki- Dev mailing list archive at Nabble.com.
On Tue, Jun 11, 2013 at 5:27 PM, echocoder <[email protected]> wrote:
Hi Thomas, thanks for your quick response...
The original system was Xwiki 2.7.33656.
From there I exported the Xwiki into an XAR and backed-up the MySQL database. Then I renamed it from xwiki to xwiki-old.
You are not talking about the XAR but about the WAR here I believe. That's just one part of XWiki you also have to use Distribution Wizard or import the XAR (standard wiki pages) yourself. See http://www.myxwiki.org/xwiki/bin/view/XWiki/Upgrading#HUpgradetheapplication....
I downloaded the Xwiki 5.0.3 XAR file and dropped it in tomcat/webapps/. then renamed that directory to xwiki.
The "Add User" page has similar problems. One thing that I did notice on the group page is that it is missing a reference to the entire addNewMember DIV from the usersandgroups.css file. The usersandgroups.js/css files were both in place within the xwiki/resources/js/xwiki/usersandgroups directory and also referenced in the header of the add group page. Although where the "addNewMember" DIV is supposed to be, it is missing completely.
On some of the Administrative options I see errors such as the one below, which may or may not be tied to this issue... This configuration cannot be displayed because it was last edited by superadmin [or Admin] who doesn't have permission to edit this page.
-- View this message in context: http://xwiki.475771.n2.nabble.com/Unable-to-add-user-to-group-after-Xwiki-up... Sent from the XWiki- Dev mailing list archive at Nabble.com. _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
Thomas Mortagne <thomas.mortagne@...> writes:
On Tue, Jun 11, 2013 at 5:27 PM, echocoder <echocoder@...> wrote:
Hi Thomas, thanks for your quick response...
The original system was Xwiki 2.7.33656.
From there I exported the Xwiki into an XAR and backed-up the MySQL database. Then I renamed it from xwiki to xwiki-old.
You are not talking about the XAR but about the WAR here I believe. That's just one part of XWiki you also have to use Distribution Wizard or import the XAR (standard wiki pages) yourself. See
http://www.myxwiki.org/xwiki/bin/view/XWiki/Upgrading#HUpgradetheapplication s28XARs29.
I downloaded the Xwiki 5.0.3 XAR file and dropped it in tomcat/webapps/. then renamed that directory to xwiki.
The "Add User" page has similar problems. One thing that I did notice
on
the group page is that it is missing a reference to the entire addNewMember DIV from the usersandgroups.css file. The usersandgroups.js/css files were both in place within the xwiki/resources/js/xwiki/usersandgroups directory and also referenced in the header of the add group page. Although where the "addNewMember" DIV is supposed to be, it is missing completely.
On some of the Administrative options I see errors such as the one below, which may or may not be tied to this issue... This configuration cannot be displayed because it was last edited by superadmin [or Admin] who doesn't have permission to edit this page.
-- View this message in context: http://xwiki.475771.n2.nabble.com/Unable- to-add-user-to-group-after-Xwiki-update-tp7585667p7585670.html Sent from the XWiki- Dev mailing list archive at Nabble.com. _______________________________________________ devs mailing list devs@... http://lists.xwiki.org/mailman/listinfo/devs
Hi Thomas, I have the same problem upgrading from 4.3.1 to 5.2. I do use the WAR with Tomcat 7.0.34. I have followed the upgrade wizard and pages are upgraded. Cheers, Tuno
On Tue, Oct 15, 2013 at 11:12 AM, Tuno <[email protected]> wrote:
Thomas Mortagne <thomas.mortagne@...> writes:
On Tue, Jun 11, 2013 at 5:27 PM, echocoder <echocoder@...> wrote:
Hi Thomas, thanks for your quick response...
The original system was Xwiki 2.7.33656.
From there I exported the Xwiki into an XAR and backed-up the MySQL database. Then I renamed it from xwiki to xwiki-old.
You are not talking about the XAR but about the WAR here I believe. That's just one part of XWiki you also have to use Distribution Wizard or import the XAR (standard wiki pages) yourself. See
http://www.myxwiki.org/xwiki/bin/view/XWiki/Upgrading#HUpgradetheapplication s28XARs29.
I downloaded the Xwiki 5.0.3 XAR file and dropped it in tomcat/webapps/. then renamed that directory to xwiki.
The "Add User" page has similar problems. One thing that I did notice
on
the group page is that it is missing a reference to the entire addNewMember DIV from the usersandgroups.css file. The usersandgroups.js/css files were both in place within the xwiki/resources/js/xwiki/usersandgroups directory and also referenced in the header of the add group page. Although where the "addNewMember" DIV is supposed to be, it is missing completely.
On some of the Administrative options I see errors such as the one below, which may or may not be tied to this issue... This configuration cannot be displayed because it was last edited by superadmin [or Admin] who doesn't have permission to edit this page.
-- View this message in context: http://xwiki.475771.n2.nabble.com/Unable- to-add-user-to-group-after-Xwiki-update-tp7585667p7585670.html Sent from the XWiki- Dev mailing list archive at Nabble.com. _______________________________________________ devs mailing list devs@... http://lists.xwiki.org/mailman/listinfo/devs
Hi Thomas,
I have the same problem upgrading from 4.3.1 to 5.2. I do use the WAR with Tomcat 7.0.34. I have followed the upgrade wizard and pages are upgraded.
Did you force your browser to empty its cache ?
Cheers,
Tuno
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
participants (3)
-
echocoder -
Thomas Mortagne -
Tuno