2007-09-29 02:19:11 UTC
Alguien puede ayudarme con este error, por favor?
Trato de abrir el link de: camionetas
You must reconfigure your php.ini file to have magic_quotes_gpc set to ON.
Ya cambie mi php.ini en la linea que menciona.
; Magic quotes
;
; Magic quotes for incoming GET/POST/Cookie data.
magic_quotes_gpc = on
; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc.
magic_quotes_runtime = Off
; Use Sybase-style magic quotes (escape ' with '' instead of \').
magic_quotes_sybase = Off
Este es mi ver de php:
[root@localhost html]# /usr/bin/php -v
PHP 5.1.6 (cli) (built: Sep 20 2007 10:16:10)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies
Ver. de Control de Service: CDS-PHP2.0
Desde ya, gracias.