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 (French link)
m (Added link to spanish translation of page)
Line 12: Line 12:


[[fr:error/moodle/cannotsavemd5file]]
[[fr:error/moodle/cannotsavemd5file]]
[[es:error/moodle/cannotsavemd5file]]

Revision as of 16:31, 7 August 2014

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.

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.