Forums
Hi
In the main user menu I have a link - My Achievements.
If user clicks on see details link the page redirects to a default error page.
I know why, just don't know hoe to fix it.
The why!
The site path is site.com/lms/
the page needs to direct to:
site.com/lms/node/%/my-quiz-results
however it is directing to:
site.com/node/%/my-quiz-results (if I manually type in the lms/ it works.
I have checked the views for my-quiz-results
this is the link info:
http://site.com/lms/?q=node/%/my-quiz-results
Please help!!
Hi
In reply to Hi by axel
Still not working
Could you paste the precise
Could you paste the precise error (that is in Report -> Recent log entries) or in Apache error file ?
errors
These are notices, it cannot
These are notices, it cannot cause an error page.
You should have some error logs in your Apache error.log file.
Could you have a look and post the error?
In reply to These are notices, it cannot by axel
Axel:
It depends if you need some
It depends if you need some class features, for example the possibility to have a coach for each class, able to manage the users inside the class, or if you want to restrict visibility of users to see only the ones in a given college, or if you want to have distinct statistics for each class.
If you don't need a coach role, then you can of course add a user profile field for the college. This would be easier to manage (create new users) but you will have to adapt the statistics.
Hi Aclough,
Hi Aclough,
Just to come back to the link problem, it's a known bug and it will be fixed for the next release.
Meanwhile, if you want, you can fix it manually. Here is a diff that fix the bug: http://cgit.drupalcode.org/opigno_quiz_app/commit/?id=79f3bbe2b622ba0033f930e4240577d8fe490276
Sorry for the inconvenient.
Best regards,
Allan
In reply to errors by Aclough
Solved !