Moodle error Coding error detected, it must be fixed by a programmer
Moodle error “Coding error detected, it must be fixed by a programmer : Failed to unserialise data from file. Either failed to read, or failed to write”
Saat ujian di sekolah pake moodle dan sudah 2 kali muncul error seperti ini akibat dari me-RESTART server VPS. Setelah itu hanya muncul :
“Coding error detected, it must be fixed by a programmer : Failed to unserialise data from file. Either failed to read, or failed to write”
.
Pesan ini muncul disebabkan karena file-file cache moodle yang tidak terhapus secara sempurna, normalnya cache akan di hapus ketika sudah tidak di butuhkan namun karena server mati mendadak maka file-file cache jadi “nyangkut”.
Solusinya ternyata cukup mudah :
- Cari dimana letak path moodledata,
- Lihat file config.php terutama pada baris “$CFG->dataroot = ‘var/moodledata’
- Copy dulu folder ‘var/moodledata/cache’ ke folder lain, jaga-jaga kalau tidak berhasil
- Kemudian hapus isi folder ‘var/moodledata/cache’
- File “core_component.php” tidak perlu di hapus…
- Refresh browser… tralaaa…. aman lancar
No comments