Hola todos ,
acabo de instalar en windows XP Sp2 el
appserv-win32-2.6.0.exe
y el
Joomla_1.0.15-Spanish-premium.zip
el problema que aun no logro superar es :
Código PHP:
La configuracion del PHP magic_quotes_gpc esta `APAGADO` en vez de `ACTIVADO`
mi php.ini
Código PHP:
; Maximum size of POST data that PHP will accept.
post_max_size = 80M
; 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
; Automatically add files before or after any PHP document.
auto_prepend_file =
auto_append_file =
; As of 4.0b4, PHP always outputs a character encoding by default in
; the Content-type: header. To disable sending of the charset, simply
; set it to be empty.
;
; PHP's built-in default is text/html
default_mimetype = "text/html"
;default_charset = "iso-8859-1"
Ya reinicie el Apache para las actualizaciones pero el problema persiste.
Si alguien me puede dar una manito.
Atte
atak