Competences, blank screen
Competences, blank screen
Dear,
We are generating Competences in formalms 2.1 and in formalms 2.3.
Competences settings in courses, users and reports in the administrator section works fine.
The bugs are in the user (Profile-> Competences), it shows a blank screen, when the same user reviews their Competences.
this menu is activated in: admin area -> settings -> e-learning configuration -> user area in lms -> Blocks -> (check) competences
thanks for your help
We are generating Competences in formalms 2.1 and in formalms 2.3.
Competences settings in courses, users and reports in the administrator section works fine.
The bugs are in the user (Profile-> Competences), it shows a blank screen, when the same user reviews their Competences.
this menu is activated in: admin area -> settings -> e-learning configuration -> user area in lms -> Blocks -> (check) competences
thanks for your help
Re: Competences, blank screen
Please, check you server error logs for any fatal and post them here.
I'm Jasmines, the One. If you need, you can contact me.
Re: Competences, blank screen
hello, check the logs if there is an error or fatal error and nothing appears,
there is no error in the logs.
there is no error in the logs.
Re: Competences, blank screen
I can't help without being on your istance.
I'm Jasmines, the One. If you need, you can contact me.
Re: Competences, blank screen
I found it.
In /appLms/lib/lib.user_profile.php and /lib/lib.user_profile.php, find:
replace with:
In /appLms/lib/lib.user_profile.php and /lib/lib.user_profile.php, find:
Code: Select all
op=mycompetences&op=unregistercourse
Code: Select all
op=mycompetences&sop=unregistercourse
I'm Jasmines, the One. If you need, you can contact me.