Ver Mensaje Individual
  #1 (permalink)  
Antiguo 21/11/2012, 04:54
jordibec
 
Fecha de Ingreso: marzo-2009
Mensajes: 37
Antigüedad: 15 años, 1 mes
Puntos: 1
Error con Zend

Buenas a todos,

Soy nuevo en este tema, pero he instalado el zend en mi servidor local y no salgo de este error.

Fatal error: Uncaught exception 'Zend_Config_Exception' with message 'parse_ini_file(/../../data/application/configs/application.ini) [<a href='function.parse-ini-file'>function.parse-ini-file</a>]: failed to open stream: No such file or directory' in C:\AppServ\www\data\library\Zend\Config\Ini.php:18 4 Stack trace: #0 C:\AppServ\www\data\library\Zend\Config\Ini.php(12 5): Zend_Config_Ini->_loadIniFile('/../../data/app...') #1 C:\AppServ\www\data\library\Zend\Application.php(3 75): Zend_Config_Ini->__construct('/../../data/app...', 'production') #2 C:\AppServ\www\data\library\Zend\Application.php(8 5): Zend_Application->_loadConfig('/../../data/app...') #3 C:\AppServ\www\beta\index.php(23): Zend_Application->__construct('production', '/../../data/app...') #4 {main} thrown in C:\AppServ\www\data\library\Zend\Config\Ini.php on line 184

Las midificaciones que he hecho en el php.ini son estas.


include_path = ".;C:\AppServ\www\data\library"

extension=php_mbstring.dll
extension=php_exif.dll

Las modificaciones que he hecho en httpd.conf son estas.

<Directory />
Options FollowSymLinks
AllowOverride All
Order deny,allow
Allow from all
</Directory>

LoadModule rewrite_module modules/mod_rewrite.so


El apche que utilizo es el 2.2 y php 5.2


He estado mirando por varias web pero no encuentro que le pasa y ya estoy desesperado no se por donde tirar.

Muchas Gracias a todos.