Access denied on See Details link (quiz-results)

Canyasa
Forums
What permission do I need to set to give access to .../node/#/quiz-results/# under My class student results > Class > User (Passed) > Course # (Passed - see details). When I click that see details I got "You are not authorized to access this page." I tried to give all results permissions to that role but still no luck.
axel

Hi

Hi Which version of Opigno are you using?
Canyasa

opigno_lms-7.x-1.23

opigno_lms-7.x-1.23
Amermod

Hi Canyasa,

Hi Canyasa,

Do you use a subfolder for your Opigno installation ? (like "localhost/myopigno/")
Because there is a bug with this link that is fixed on a dev version, so it will be fixed for the next release of Opigno. The bug appears when the user use a subfolder, the like doesn't take in account the subfolder.

To fix it manually, you can check the diff here http://cgit.drupalcode.org/opigno_quiz_app/commit/?id=79f3bbe2b622ba0033f930e4240577d8fe490276 (you can see where to fix the bug in the code, simply remove the red line and add the green one).
Or you can wait for the next release.

Hope it helps !
Best regards,
 Allan

Canyasa

Hi Amermod,

Hi Amermod, I am using IIS and opigno folder is under D:\ after that update, what permissions should I set?
Canyasa

My path is: D:\Opigno...

I am working on Windows Server 2012 R2. Url is "dev.(opigno site name).com" and no it is not "localhost/opigno", I already bind host name with IIS and it is located at D:\Opigno\ ... When I go to browse site, under management from IIS it takes me directly to "dev.(opigno site name).com" , which default port is 80. I updated opigno_quiz_app.module but still having "You are not authorized to access this page." (with class manager role) I am trying to check my class student's details, not myself.