Foros del Web » Creando para Internet » HTML »

error rarisimo con un formulario

Estas en el tema de error rarisimo con un formulario en el foro de HTML en Foros del Web. hola, gente: Estoy asombrado con lo que me está pasando con un formulario de un administrador que estoy armando. Todo funcionaba bien en el servidor ...
  #1 (permalink)  
Antiguo 02/12/2005, 13:02
Avatar de deet  
Fecha de Ingreso: mayo-2005
Ubicación: Córdoba - Argentina
Mensajes: 269
Antigüedad: 18 años, 11 meses
Puntos: 1
error rarisimo con un formulario

hola, gente:

Estoy asombrado con lo que me está pasando con un formulario de un administrador que estoy armando. Todo funcionaba bien en el servidor y de un dia para el otro un archivo (agrArchivo.php) me empezó a traer problemas, cuando yo quiero enviarlo me sale el siguiente error:

Internal Server Error

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

Please contact the server administrator, [email protected] 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.

A todo esto todos los demás formulario funcionan correctamente.
Para encontrar el error dejer el formulario de (agrArchivo.php) lo mas limpio posible como lo expongo aqui:

Código PHP:
<?php
session_name
("Autentificador");
session_start();
?>
<html>
<head>
<title>Documento sin t&iacute;tulo</title>
</head>

<body>

<form action="noticias.php" method="post" name="form1" target="_self">
  <input name="nombre" type="text" id="nombre">
  <input type="submit" name="Submit" value="Enviar">
</form>

</body>
</html>
y todavía me tira el error, pero haciendo vaaaarias pruebas comprobé que este error me aparece cuando pongo caracteres con acento.
Ya probé cambiarle de nombre al archivo, sacarle todas las cabeceras, también arme otro archivo con un formulario simple, el script PHP que recibe las variables solamente lo deje solamente para que me muestre las variables POST <? echo print_r($_POST);?> y no obtengo ningun resultado positivo.


A alguien le ha pasado algo igual? raro no?

como hago para solucionar este rollo.

desde ya muchas gracias.
  #2 (permalink)  
Antiguo 03/12/2005, 02:13
Avatar de DvD AdN  
Fecha de Ingreso: mayo-2005
Ubicación: Frente al monitor
Mensajes: 610
Antigüedad: 18 años, 11 meses
Puntos: 0
Contacta al administrador del Server.
En el error dice :
he server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [email protected] 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.
__________________
Keep f***ing learning
Ask for f***ing help.
Use f***ing spell check.
Think about all the f***ing possibilities.
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 17:09.