View Issue Details

This bug affects 1 person(s).
 6
IDProjectCategoryView StatusLast Update
06417Bug reportsAccessibilitypublic2012-08-16 10:35
Reporterfsando Assigned ToMazi  
PriorityhighSeveritypartial_block 
Status closedResolutionfixed 
Product Version2.00RC7 
Fixed in Version2.00RC9 
Summary06417: AdminController cannot find the requested view "/admin/user/setuserrights" (note: lowercase view-name)
Description

After updating from git 2012-08-02 - I'm not sure how to find the build number but I looked in the file .git/FETCH_HEAD and picked this line:
a5b2e2e4552677de4645bd8f8be08477ee8898ea not-for-merge tag '1.92_plus_120725' of git://github.com/LimeSurvey/LimeSurvey
and took the number 120725 to be build number

When trying to set global permissions for an existing user this error happens.

The solution seems to be to rename

/admin/user/setUserRights.php

to

/admin/user/setuserrights.php

This is probably not an issue on Windows servers because their file systems are not normally set to be case sensitive.

Steps To Reproduce

1) Create a new user

2) press the "Set global permissions for this user" button

3) see this error

Additional Information

Related issues have been reported several times during recent months with view-name "setUserRights" (note: camelcase view-name):

http://bugs.limesurvey.org/view.php?id=5966

http://bugs.limesurvey.org/view.php?id=6193

http://bugs.limesurvey.org/view.php?id=6218

TagsNo tags attached.
Bug heat6
Complete LimeSurvey version number (& build)120725
I will donate to the project if issue is resolvedNo
BrowserFirefox 14.0.1
Database type & versionpostresql 9.1
Server OS (if known)Ubuntu 12.04
Webserver software & version (if known)apache 2.2.22 (Ubuntu)
PHP Version5.3

Users monitoring this issue

There are no users monitoring this issue.

Activities

sammousa

sammousa

2012-08-02 11:32

reporter   ~20112

This seems to be already fixed on git.

https://github.com/LimeSurvey/LimeSurvey/tree/Yii/application/views/admin/user

Mazi

Mazi

2012-08-04 12:27

updater   ~20184

Seems to be fixed, I can't reproduce with Limesurvey 2 RC8.

fsando

fsando

2012-08-04 13:32

reporter   ~20188

Thanks.

Turns out I used the wrong git commands. I used:

git pull

Should have used

git fetch
git reset --hard
git clean -fd

Issue History

Date Modified Username Field Change
2012-08-02 09:56 fsando New Issue
2012-08-02 11:32 sammousa Note Added: 20112
2012-08-04 12:26 Mazi Assigned To => Mazi
2012-08-04 12:26 Mazi Status new => assigned
2012-08-04 12:27 Mazi Note Added: 20184
2012-08-04 12:27 Mazi Status assigned => resolved
2012-08-04 12:27 Mazi Fixed in Version => 2.00RC8
2012-08-04 12:27 Mazi Resolution open => fixed
2012-08-04 13:32 fsando Note Added: 20188
2012-08-16 10:35 c_schmitz Fixed in Version 2.00RC8 => 2.00RC9
2012-08-16 10:35 c_schmitz Status resolved => closed