Note: You are currently viewing documentation for Moodle 4.0. Up-to-date documentation for the latest stable version of Moodle may be available here: error/moodle/cannotsavemd5file.

error/moodle/cannotsavemd5file: Difference between revisions

From MoodleDocs
m (Added link to spanish translation of page)
m (→‎During installation of new language pack.: clean up, typos fixed: eg. → e.g.)
 
Line 1: Line 1:
== During installation of new language pack. ==
== During installation of new language pack. ==


Probably Moodle can not create a directory *moodledata*/lang/XX_utf8 (where XX is a code of the country eg. US, UK, PL, SK) due to lack of permission (*moodledata* and lang should have write permissions) and/or php safe_mode is turned on.
Probably Moodle can not create a directory *moodledata*/lang/XX_utf8 (where XX is a code of the country e.g. US, UK, PL, SK) due to lack of permission (*moodledata* and lang should have write permissions) and/or php safe_mode is turned on.


To correct that:
To correct that:

Latest revision as of 14:59, 9 June 2022

During installation of new language pack.

Probably Moodle can not create a directory *moodledata*/lang/XX_utf8 (where XX is a code of the country e.g. US, UK, PL, SK) due to lack of permission (*moodledata* and lang should have write permissions) and/or php safe_mode is turned on.

To correct that:

- try to change write permissions to these directories
- try to turn off safe_mode (or if it is a hosted environment ask your admin to do so)
- create XX_utf8 directory on your own

And try to install language pack once again.