Feature #52
進行中SC 是由 Sashiba Chou 於 超過 4 年 前更新
測試影片播放
--> WMV 貌似不行
--> MP4 可以
SC 是由 Sashiba Chou 於 超過 4 年 前更新
- 完成日期 從 2021-07-15 變更為 2021-07-19
localhost --> Hoosk
moodle.localhost --> moodle
注意! moodledata不能放在user可以直接透過URL連到的地方
安裝moodle時遇到的問題:
-
修改/moodle/config.php
$CFG->dbtype = 'mysqli'; ----> $CFG->dbtype = 'mariadb'; -
php_extension intl must be installed and enabled
Intl extension is required to improve internationalization support, such as locale aware sorting and international domain names.
change settings according to https://docs.moodle.org/311/en/admin/environment/php_extension/intl
@php.ini
(1) Add extension= php_intl.dll
(2) [intl]
intl.default_locale = en_utf8
intl.error_level = E_WARNING -
警告(not error) --> 我沒修改的項目
(1) php_extension xmlrpc
should be installed and enabled for best results
The XMLRPC extension is useful for web services and Moodle networking.
(2) php_extension soap
should be installed and enabled for best results
Installing the optional SOAP extension is useful for web services and some plugins.
(3) php_extension sodium
should be installed and enabled for best results
(4) php_setting opcache.enable
PHP setting should be changed.
PHP opcode caching improves performance and lowers memory requirements, OPcache extension is recommended and fully supported.
(5) site not https
if this test fails, it indicates a potential problem
It has been detected that your site is not secured using HTTPS.
It is strongly recommended to migrate your site to HTTPS for increased security and improved integration with other systems.
(6) max_input_vars
if this test fails, it indicates a potential problem
PHP setting max_input_vars is recommended to be at least 5000.