
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| WoW Raid Manager :: Forums :: Closed Support Questions | |||
|
|||
3.5.1 RC1 PATCH 1 |
| Author | Post |
| Illydth |
| ||
SysOp![]() ![]() Joined: Mon Sep 24 2007, 02:51PM Posts: 1886 | This is a patch for permissions problems for 3.5.1 RC1. As reported by Marix, adding users to permission sets does not work. There was a bug with the "submit" button where the value was reversed with the display name and thus was not what was expected in the code, causing the code never to "Submit" the actual requested addition. Permission sets have been fixed. Please upload both files to their respective places. --Illydth permissions.zip [/html][ Edited Thu Oct 02 2008, 04:34PM ] - Douglas Wagner - Site Admin | ||
| Back to top |
| marix |
| ||
![]() Joined: Wed Sep 24 2008, 02:57AM Posts: 101 | well, sorry to say i need to rain on your parade a bit more.. checking my Users list, i on my phpbb2 rc1 install have 4 current users, 2 in a members set, 1 in admin set, 1 unassigned. if i go into permissions, click on the admin set. its empty of users, but i can see the unassigned user on the bottom half. buy, i cannot click the box and submit to assign him to that set. so 2 problems, cant assign, cant see the users. checking my members set: same thing. so seems the only diff from before, is now the users in the sets are "hidden".. so still not fixed i'm afraid. in my joomla install, i have 3 users, all in admin, cant see them at all in permissions.. so same as above. | ||
| Back to top |
| Illydth |
| ||
![]() ![]() Joined: Mon Sep 24 2007, 02:51PM Posts: 1886 | No it's fixed, but it's also possible that you have some corruption in your profile table. First things first, check for me your profile table and make sure that every user has an entry in the "priv" column and that the numbers in the priv column match those in the permissions table (i.e. If you have a "4" in the priv column you need to have a permission with permission_id 4 in the table. I did some quick and significant re-writing to this code to try to fix this so I would appreciate any help you can give me on a lead for how to "break" this. Actually, an export of your profile table sent to me via PM (CSV Export would be fine) would be PERFECT with an identification of what permission set is showing problems. Other than that if you can give me a step by step to reproduce the issue I would apprecaite it, but check for bad data on the profile table first. - Douglas Wagner - Site Admin | ||
| Back to top |
| Illydth |
| ||
![]() ![]() Joined: Mon Sep 24 2007, 02:51PM Posts: 1886 | One more item of note/question: When you are clicking around these links and trying the various things in permissions, please keep an eye on your URL. In all cases you should see "perm_id" passed around. If you see "id" instead of "perm_id" passed try reloading the page and then let me know what you clicked to get the ID in the URL. Also, again, check your perm_id in the URL, if you ever see it = blank (&perm_id=) there's a bug there as well, the perm-id should always show the ID number of your current permissions set. Again, if you find a place in permissions where perm_id ever gets set to blank, walk me through how you got there. --Illydth - Douglas Wagner - Site Admin | ||
| Back to top |
| marix |
| ||
![]() Joined: Wed Sep 24 2008, 02:57AM Posts: 101 | have been fiddling a bit with this, and just to be sure i reapplied the patch again, even thou the files where the same according to diff, and well, now it works, so not sure what black magic was in the air last time i did it, but it seems the stars had a better alignment this time.. so yes, it seems to be ok. also checked the links and dbs, and everything seems as it should in your other posts. | ||
| Back to top |
| Moderators: Illydth |