admin/environment/moodle: Difference between revisions

From MoodleDocs
(Removed information about php-zip, it's in admin/environment/php_extension/zip; added description of field)
No edit summary
Line 3: Line 3:
Displays the current Moodle version in the source code folder, and the oldest version of Moodle required to upgrade to that current version.
Displays the current Moodle version in the source code folder, and the oldest version of Moodle required to upgrade to that current version.


Error reading environment data (1)
If error like this is displayed:
  moodle has no read permissions for ./admin/environment.xml
You must solve all the environmental problems (errors) found above before proceeding to install this Moodle version!
 
That's mean moodle has no read permissions for <pre>./admin/environment.xml</pre>and you need to fix this problem.


[[Category:Environment|Moodle]]
[[Category:Environment|Moodle]]

Revision as of 07:40, 7 December 2023


Displays the current Moodle version in the source code folder, and the oldest version of Moodle required to upgrade to that current version.

If error like this is displayed:

You must solve all the environmental problems (errors) found above before proceeding to install this Moodle version!

That's mean moodle has no read permissions for

./admin/environment.xml

and you need to fix this problem.