http://iso-eti.blogspot.com/2014/09/edmodo.html
MOODLE
http://iso-eti.blogspot.com/2014/09/moodle.html
* Errores que nos da la última versión :
Error Bucle de redirecciones Moodle
\server\moodle\admin\index.php
//redirect("index.php?sessionstarted=1&lang=$CFG->lang")
Fatal error: $CFG->dataroot is not configured properly, directory does not exist or is not accessible! Exiting.
Poniendo la ruta correcta de la carpeta moodledata
Modificando el fichero config.php
$CFG->dataroot = 'I:\\MoodleWindowsInstaller-latest\\server\\moodledata';
Error: Database connection failed.
It is possible that the database is overloaded or otherwise not running properly.
The site administrator should also check that the database details have been correctly specified in config.php
Borrar todo lo que hay en la carpeta cache de moodledata .En mi caso:
I:\MoodleWindowsInstaller-latest\server\moodledata\cache