動作
Feature #51
進行中
SC
SC
架設moodle作為課程系統
Feature #51:
架設moodle作為課程系統
開始日期:
2021-07-13
完成日期:
2021-07-19 (逾期 超過 4 年)
完成比例:
50%
預估工時:
100:00 小時 (總計: 122:00 小時)
耗用工時:
(總計: 11:00 小時)
SC 是由 Sashiba Chou 於 超過 4 年 前更新
剛安裝好時可能會出現ERR_TOO_MANY_REDIRECTS
參考這篇解決
https://moodle.org/mod/forum/discuss.php?d=245677
Open up moodle/admin/index.php in a text editor, find and comment out the following,
redirect("index.php?sessionstarted=1&lang=$CFG->lang");
So that it looks like
//redirect("index.php?sessionstarted=1&lang=$CFG->lang");
I had the same problem when switching to XAMMP to maintain our theme,
SC 是由 Sashiba Chou 於 超過 4 年 前更新
beasincere的database -> table 'activities' -> 新增欄位 'moodle_course_id' bigint(10)
動作