Ver Mensaje Individual
  #4 (permalink)  
Antiguo 19/08/2008, 23:34
Avatar de harvert
harvert
 
Fecha de Ingreso: abril-2008
Mensajes: 2
Antigüedad: 16 años, 1 mes
Puntos: 0
Respuesta: Ayuda con aplicación en PHP

Hombre, edita el archivo config.php en la linea:

var $Halt_On_Error = "yes"; ## "yes" (halt with message), "no" (ignore errors quietly), "report" (ignore errror, but spit a warning)

y cambia el yes por report...

var $Halt_On_Error = "report"; ## "yes" (halt with message), "no" (ignore errors quietly), "report" (ignore errror, but spit a warning)

de esta forma te deja ingresar y te deja pistas del error.

Tratemos de solucionar este problema, entre dos creo que es mas fácil.