Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

error/moodle/storedfilecannotread: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
Cap resum de modificació
(→‎See also: forum discussion link)
 
Línia 6: Línia 6:


April 26, 2013 - I received this error restoring a 2.3.2 (2.3.2+ (Build: 20120920) to a course to 2.4.3 (2.4.3+ (Build: 20130405) - PHP error was: PHP error: Potential coding error - existing temptables found when disposing database. Must be dropped!, referer: .../backup/restore.php
April 26, 2013 - I received this error restoring a 2.3.2 (2.3.2+ (Build: 20120920) to a course to 2.4.3 (2.4.3+ (Build: 20130405) - PHP error was: PHP error: Potential coding error - existing temptables found when disposing database. Must be dropped!, referer: .../backup/restore.php
==See also==
* Using Moodle [https://moodle.org/mod/forum/discuss.php?d=236403 file problem after upgrade] forum discussion about how the error could have occurred

Revisió de 21:22, 5 set 2013

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.

April 26, 2013 - I received this error restoring a 2.3.2 (2.3.2+ (Build: 20120920) to a course to 2.4.3 (2.4.3+ (Build: 20130405) - PHP error was: PHP error: Potential coding error - existing temptables found when disposing database. Must be dropped!, referer: .../backup/restore.php

See also