si, el path del directorio, ando trabajando en un proyecto que ya esta comenzado, entonces ya descarge todo el proyecto a mi servidor local, pero al querer entrar al proyecto me truena mostrando el siguiente error
Código PHP:
Warning: require_once(Zend/View/Abstract.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in C:wampwwwTruckinglibraryZendView.php on line 26
en mi php.ini el include path lo tengo asi include_path = ".;wamp\www\library"
y en el index.php de la carpeta public mando a llamar las librerias asi:
Código PHP:
// Ensure library/ is on include_path
set_include_path(implode(PATH_SEPARATOR, array(
realpath(APPLICATION_PATH . '/../library'),
//realpath('C:\wamp\www\library'),
get_include_path(),
)));