![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
23/08/2010, 08:30
|
| | Fecha de Ingreso: junio-2009
Mensajes: 79
Antigüedad: 15 años, 7 meses Puntos: 0 | |
[ZF] El framework no carga desde el include_path Hola a todos,
Hace poco formatie mi pc y quize agregar la libreria de zend framework a mi include_path de php pero por alguna razon no funciona. En mi php.ini tengo:
include_path = ".;C:\php\ZendFramework;c:\php\includes"
Y el achivo index.php es el estandar que crea por defecto el zend tool:
set_include_path(implode(PATH_SEPARATOR, array(
realpath(APPLICATION_PATH . '/../library'),
get_include_path(),
)));
Si agrego la libreria a la carpeta library del proyecto funciona perfecto, pero antes tenia el framework en el include path y ahora no entiendo porque no funciona. Coloque un die(get_include_path()) y me devuelve "c:/php5/pear" solamente osea que no esta tomando el que esta en el php.ini y no encuentro de donde esta tomando esta ruta.
Alguien me puede ayudar? Gracias de antemano |