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

error/moodle/storedfilecannotread: Difference between revisions

From MoodleDocs
(→‎See also: forum discussion link)
m (Added link to spanish translation of page)
Line 8: Line 8:


* Using Moodle [https://moodle.org/mod/forum/discuss.php?d=236403 file problem after upgrade] forum discussion about how the error could have occurred
* Using Moodle [https://moodle.org/mod/forum/discuss.php?d=236403 file problem after upgrade] forum discussion about how the error could have occurred
[[es:error/moodle/storedfilecannotread]]

Revision as of 19:09, 23 January 2015

This error occurred when I was swapping a moodle 2 installation from one server to another and the actual file in the moodledata directory was not copied over correctly.

The entry in the Moodle 2 database referenced a legacy resource file but the actual file did not exist on the server.

The screen reported Permissions error which is kind of correct but "file not found" would be more appropriate.

See also