error/moodle/cannotsavemd5file: Różnice pomiędzy wersjami

Z MoodleDocs
Skocz do:nawigacja, szukaj
(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)
 
Linia 1: Linia 1:
== During installation of new language pack. ==
== During installation of new language pack. ==


Linia 9: Linia 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]]

Aktualna wersja na dzień 11:26, 3 gru 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.