elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: (TUTORIAL) Aprende a emular Sentinel Dongle By Yapis


+  Foro de elhacker.net
|-+  Programación
| |-+  Desarrollo Web
| | |-+  PHP (Moderador: #!drvy)
| | | |-+  Undefined index: HTTP_MOD_REWRITE
0 Usuarios y 1 Visitante están viendo este tema.
Páginas: [1] Ir Abajo Respuesta Imprimir
Autor Tema: Undefined index: HTTP_MOD_REWRITE  (Leído 2,492 veces)
Chazy Chaz

Desconectado Desconectado

Mensajes: 65



Ver Perfil
Undefined index: HTTP_MOD_REWRITE
« en: 13 Mayo 2012, 18:17 pm »

Hola, no se a que se puede deber, si la configuracion del archivo .htacces o el script del index.

Cuando entro a la web me da este error:

Citar
Notice
Message: Undefined index: HTTP_MOD_REWRITE

Reporting File: application/core/Frostbite.php
Line: 53

Debugging:

Backtrace Level 1:
File: /home/website/public_html/index.php
Line: 39
Class: Application\Core\Frostbite
Function: Init
Function Args:

ARGS => Array (0)
(
)

No consigo encontrar el problema. El servidor web tiene mod_rewrite on x10.mx
Con Xampp me funciona perfectamente :S :S

Gracias

salu2
dew ;)


« Última modificación: 15 Mayo 2012, 19:20 pm por Chazy Chaz » En línea

Chazy Chaz

Desconectado Desconectado

Mensajes: 65



Ver Perfil
Re: Undefined index: HTTP_MOD_REWRITE
« Respuesta #1 en: 15 Mayo 2012, 19:20 pm »

fixed :P

Código:
if( !isset($_SERVER['HTTP_MOD_REWRITE']) ) $_SERVER['HTTP_MOD_REWRITE'] == 'Off';

to

Código:
if( !array_key_exists('HTTP_MOD_REWRITE', $_SERVER) ) $_SERVER['HTTP_MOD_REWRITE'] == 'Off';


En línea

Páginas: [1] Ir Arriba Respuesta Imprimir 

Ir a:  

Mensajes similares
Asunto Iniciado por Respuestas Vistas Último mensaje
Crear Campos En una celda
PHP
alexkof158 2 2,057 Último mensaje 3 Mayo 2012, 03:10 am
por alexkof158
Notice: Undefined index: id_inv in « 1 2 »
PHP
Layla123 19 5,751 Último mensaje 13 Noviembre 2014, 20:27 pm
por Layla123
Notice: Undefined index: imagen in « 1 2 »
PHP
Layla123 19 7,936 Último mensaje 6 Enero 2015, 07:33 am
por #!drvy
Error undefined index $_POST
Desarrollo Web
SrTrp 4 2,666 Último mensaje 28 Diciembre 2017, 04:34 am
por SrTrp
[Resuelto] Undefined Index?? Ayuda!
PHP
Geg1 3 2,506 Último mensaje 14 Marzo 2018, 16:31 pm
por srWhiteSkull
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines