Hello,
I experienced an error "err mod repoclose" when adding a repository in a collaborative area with administrator level.
How do I fix this?
Thank you.
Add repository error
Re: Add repository error
Forma version?
relative URL where the error is fired?
relative URL where the error is fired?
I'm Jasmines, the One. If you need, you can contact me.
Re: Add repository error
Thanks for the reply,
Version 3.2.1
mylms/appLms/index.php?modname=light_repo&op=mod_repo
Version 3.2.1
mylms/appLms/index.php?modname=light_repo&op=mod_repo
Re: Add repository error
1) open the file /appLms/lib/lib.light_repo.php
2) go to line 142
3) replace
with
4) repeat the operation and post the error
2) go to line 142
3) replace
Code: Select all
$re = sql_query($query);
Code: Select all
$re = sql_query($query) or die(sql_error());
I'm Jasmines, the One. If you need, you can contact me.
Re: Add repository error
The "repo_teacher_alert" field is missing in the "learning_light_repo" table.
I have fixed the problem.
Thanks a lot for your help.
I have fixed the problem.
Thanks a lot for your help.