El Jue 28 Abr 2005 17:23, Kelly Meeks escribió:
> I'm trying to get pear up and running, and I can't get it to work.
> 
> I've tried it on a couple of different systems:
> 
> fedora c2 and c3 with php 4.3.10
> 
> I can run pear from the shell, install new modules (pager,
> html_quickform,...) but when ever I try using any pear code in a php script
> with the appropriate includes/require (require_once 'DB.php';) nothing in
> the php block of the script gets executed.  No error is thrown, and there is
> nothing in any of the server log files to indicate what the problem might
> be.

What does your php.ini file have in "include_path"?

Try seeing local and global configuration with php_info().

-- 
 09:29:03 up 26 days, 17:57,  3 users,  load average: 1.19, 0.76, 0.60
-----------------------------------------------------------------
Martín Marqués        | select 'mmarques' || '@' || 'unl.edu.ar'
Centro de Telematica  |  DBA, Programador, Administrador
             Universidad Nacional
                  del Litoral
-----------------------------------------------------------------

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to