Error del wiki al editar...

Error del wiki al editar...

de Asier Suarez -
Número de respuestas: 1

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@XXX.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.


Apache Server at www.XXX.com Port 80

Me aparece este error cuando pongo algo en el wiki y clico en Save. La cosa es que me lo guarda bien, pero me aparece este pantallon. Alguna solución? para mi no me importa, pero lo que es a los alumnos no da muy buena imagen
Promedio de valoraciones: -
En respuesta a Asier Suarez

Re: Error del wiki al editar...

de Stéphane Goussault -
Hola Asier,

Primero, disculpe pero mi español no es bueno

Habia la misma error porque mi servidor functiona en modo CGI
Tuve que modificar el fichero siguiente :
moodle\mod\wiki\ewiki\ewiki.php

Sustitua la linea 1465 (moodle 1.7)
header("Status: 303 Redirect for GET");

por

if (substr(php_sapi_name(), 0, 3) == 'cgi') {
header("HTTP/1.1 303 Redirect for GET");
}
else {
header("Status: 303 Redirect for GET");
}

Di me si functiona

Stéphane
Lycée de la Versoie- Francia