utilizo el appserv. dentro de la carpeta del appserv, copie las librerias que requeria el mangento y coloque las librerias en la carpeta system32. pude resolver el problema. pero cuando llego al formulario para llenar los accesos de la bd, no me pemite instalar el magento.
a que se debe eso ?.
sera por el memory_limit qu tengo en mi php.ini
Código text:
Ver original
; Note: This directive is hardcoded to 0 for the CLI SAPI max_execution_time = 30 ; Maximum amount of time each script may spend parsing request data. It's a good ; idea to limit this time on productions servers in order to eliminate unexpectedly ; long running scripts. ; Note: This directive is hardcoded to -1 for the CLI SAPI ; Default Value: -1 (Unlimited) ; Development Value: 60 (60 seconds) ; Production Value: 60 (60 seconds) ; http://php.net/max-input-time max_input_time = 100 ; Maximum amount of memory a script may consume (128MB) ; http://php.net/memory-limit memory_limit = 24M
saludos.