Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../var/softacul.../moodle42
File: NOTES.txt
* Do not download Weekly Built.
[0] Fix | Delete
1) Empty the cache, sessions, muc, lock, localcache and temp folders in data.zip
[1] Fix | Delete
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
[2] Fix | Delete
3) Download the Language packs here:
[3] Fix | Delete
https://download.moodle.org/langpack/4.2/
[4] Fix | Delete
4) Unpack the packages in the /languages/[[language]].zip
[5] Fix | Delete
5) Change the language [[language]] in SQL config and users table.
[6] Fix | Delete
6) Check this function and if new file is added update it in upgrade.php:
[7] Fix | Delete
upgrade_stale_php_files_present() in the file : [NOT REQUIRED]
[8] Fix | Delete
/lib/upgradelib.php
[9] Fix | Delete
7) required minimum version check for upgrade in info.xml should be changed in case of major version change
[10] Fix | Delete
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
[11] Fix | Delete
9) Check if /muc/config.php file is created in data folder on non suPHP server i.e. (you can use Webuzo).
[12] Fix | Delete
10) `allversionshash` in config table is same for every install
[13] Fix | Delete
11) `assignfeedback_editpdf` has the value '/usr/bin/gs' on Windows as well as Linux Manual install hence we leave it as it is.
[14] Fix | Delete
12) PHP REQUIREMENT LINK: https://moodledev.io/general/releases/4.2
[15] Fix | Delete
13) While installing check utf8mb4 collation. To check utfmb4 support, we have referred moodle\lib\dml\mysqli_native_moodle_database.php file.
[16] Fix | Delete
14) Install manually with keeping database charset to "utfmb4 general ci"
[17] Fix | Delete
15) check this file /lib/dml/mysqli_native_moodle_database.php and mariadb_native_moodle_database.php for utf8 collation detection.
[18] Fix | Delete
16) Increase the version number in requirement function of upgrade.php in EVERY MAJOR VERSION as some of the plugings/extensions are not compatible with the latest version.
[19] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function