Ver Mensaje Individual
  #9 (permalink)  
Antiguo 25/10/2012, 12:43
Avatar de TheoriaX
TheoriaX
 
Fecha de Ingreso: agosto-2009
Ubicación: Hermosillo, Sonora
Mensajes: 217
Antigüedad: 14 años, 8 meses
Puntos: 5
Respuesta: Problemas con librerias

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 streamNo 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(),
))); 
__________________
Desarrollador .Net y Php
MCTS Framework 2.0:Windows Applications
Microsoft Certificated Profesional