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

error/moodle/cannotsavemd5file: Difference between revisions

From MoodleDocs
(New page: == 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...)
 
m (French link)
Line 1: Line 1:
== During installation of new language pack. ==
== During installation of new language pack. ==


Line 9: Line 8:
  - create XX_utf8 directory on your own
  - create XX_utf8 directory on your own
And try to install language pack once again.
And try to install language pack once again.
[[Category:Error|cannotsavemd5file]]
[[fr:error/moodle/cannotsavemd5file]]

Revision as of 11:26, 3 December 2009

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.