Add repository error
Add repository error
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.
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.
Re: Add repository error
Forma version?
relative URL where the error is fired?
relative URL where the error is fired?
Per supporto GRATUITO contattatemi in privato qui
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());
Per supporto GRATUITO contattatemi in privato qui
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.