Ver Mensaje Individual
  #1 (permalink)  
Antiguo 29/12/2009, 12:20
fuelaps
 
Fecha de Ingreso: diciembre-2009
Mensajes: 5
Antigüedad: 14 años, 4 meses
Puntos: 0
ayuda con php.ini y librerias

tengo problemas con la insercion de librerias en php. ini

tengo integrada las librerias de esta forma :
include_path = ".;c:\AppServ\php5\PEAR\;c:\AppServ\php5\librerias \smarty\;c:\AppServ\php5\librerias\adodb\"

y no se si estan mal copiadas --

a base de esto .. en la aplicacion web me salen estos errores

Warning: require_once(smarty/Smarty.class.php) [function.require-once]: failed to open stream: No such file or directory in C:\AppServ\www\simple_ssa1\app_soa\personas\person as.php on line 4

Fatal error: require_once() [function.require]: Failed opening required 'smarty/Smarty.class.php' (include_path='.;c:\AppServ\php5\PEAR\;c:\AppServ\ php5\librerias\smarty\;c:\AppServ\php5\librerias\a dodb\') in C:\AppServ\www\simple_ssa1\app_soa\personas\person as.php on line 4

de antemano muchas gracias por revisar este tema

pd: [URL="http://chileforge.cl/projects/simpleandinux/"]http://chileforge.cl/projects/simpleandinux/[/URL] la direccion del proyecto open source que estoy tratando de instalar..