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

admin/environment/moodle: Difference between revisions

From MoodleDocs
m (solution for error number one)
No edit summary
Line 2: Line 2:
Error reading environment data (1)
Error reading environment data (1)
   moodle has no read permissions for ./admin/environment.xml
   moodle has no read permissions for ./admin/environment.xml
Error message:
  php_extension zip must be installed and enabled
To fix this error open the php.ini file and about line 708, look for and uncomment:
  extension=php_zip.dll
Windows users may need to restart your Apache server.


[[fr:admin/environment/moodle]]
[[fr:admin/environment/moodle]]

Revision as of 12:07, 22 December 2010

Error reading environment data (1)

 moodle has no read permissions for ./admin/environment.xml

Error message:

 php_extension zip must be installed and enabled

To fix this error open the php.ini file and about line 708, look for and uncomment:

 extension=php_zip.dll

Windows users may need to restart your Apache server.