![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
06/03/2003, 08:49
|
![Avatar de jpogsistem](http://static.forosdelweb.com/customavatars/avatar13623_1.gif) | | | Fecha de Ingreso: diciembre-2001
Mensajes: 2.405
Antigüedad: 23 años, 1 mes Puntos: 4 | |
Ya actualicé a PHP 4.3.1 y al Autentificator_v201
La directiva php.ini : session.use_trans_sid = 1
Pero sigue pasando lo mismo.no sale la pagina.aunque tengo estos detalles:
En el apartado environments del php_info tengo:
HTTPS off
Abrí el php.ini de la carpeta WinNT pero no he pillado como activarlo...puede que sea por eso
Cuando lo intento ejecutar por la ruta:
http://localhost/autentificator_v201/aut_gestion_usuarios.php
me salen estos errores:
Notice: Undefined index: HTTP_REFERER in c:\inetpub\wwwroot\autentificator_v201\aut_verific a.inc.php on line 41
Notice: Undefined index: HTTP_REFERER in c:\inetpub\wwwroot\autentificator_v201\aut_verific a.inc.php on line 45
Error cod.:1 - Acceso incorrecto
abro por el Dremweaver MX y son estas líneas:
LINEA 39// chequear página que lo llama para devolver errores a Dicha página.
LINEA 41 $url = explode("?",$_SERVER['HTTP_REFERER']);
LINEA 42 $pag_referida=$url[0];
LINEA 43 $redir=$pag_referida;
LINEA 44 // chequear si se llama directo al script.
LINEA 45 if ($_SERVER['HTTP_REFERER'] == ""){
LINEA 46 die ("Error cod.:1 - Acceso incorrecto!");
LINEA 47 exit;
LINEA 48 }
Gracias por la ayuda.........
Última edición por jpogsistem; 06/03/2003 a las 08:51 |