HI,
es wäre wieder soweit:
Ich will PEAR Klassen einbinden mit
	
was nicht klappt mit der Fehlermeldung:
	
Die Files liegen aber in 
/usr/share/php5 (PEAR.php)
/usr/share/php5/PEAR (Mail/IMAPv2.php)
Bin absolut ratlos und für hints dankbar.
					es wäre wieder soweit:
Ich will PEAR Klassen einbinden mit
PHP Code:
	
	
require_once ('Mail/IMAPv2.php'); 
require_once('PEAR.php'); 
PHP Code:
	
	
Warning: require_once(PEAR.php): failed to open stream: No such file or 
directory in /srv/www/xxx.yyyy.zzz/htdocs/mail/index.php on line 7 Fatal 
error: require_once(): Failed opening required 'PEAR.php' 
(include_path='.:/usr/share/php5:/usr/share/php5/PEAR') 
in /srv/www/www2.clanmeets.de/htdocs/mail/index.php on line 7 
/usr/share/php5 (PEAR.php)
/usr/share/php5/PEAR (Mail/IMAPv2.php)
Bin absolut ratlos und für hints dankbar.
 
          
Comment