LabSen
Member
Hallo zusammen
Ich habe mal ein Problem mit dem Lesen von Mails im Webmail von Confixx.
Ich kann mich ohne Probleme dort anmelden etc. nur wenn ich auf die Mail klicke die ich lesen will, kommt diese Fehlermeldung
Warning: include_once(Mail/IMAPv2.php) [function.include-once]: failed to open stream: No such file or directory in /var/www/confixx/html/include/mail/class.ConfixxIMAPv2.php on line 6
Warning: include_once() [function.include]: Failed opening 'Mail/IMAPv2.php' for inclusion (include_path='.:/var/www/confixx/html/include:/var/www/confixx/html') in /var/www/confixx/html/include/mail/class.ConfixxIMAPv2.php on line 6
Fatal error: Class 'Mail_IMAPv2' not found in /var/www/confixx/html/include/mail/class.ConfixxIMAPv2.php on line 14
Linie 1-23:
Der Fehler kommt wohl vom Falschen includen bzw. von einer nicht vorhandenen Datei. Die Frage ist nur welche Mail/IMAPv2.php ist gemeint. Die im Root Order wo nur ein Mail Ordner vorhanden ist oder im /var/www/confixx/html/include/Mail Ordner in dem auch keine IMAPv2.php ist
Ich habe mal ein Problem mit dem Lesen von Mails im Webmail von Confixx.
Ich kann mich ohne Probleme dort anmelden etc. nur wenn ich auf die Mail klicke die ich lesen will, kommt diese Fehlermeldung
Warning: include_once(Mail/IMAPv2.php) [function.include-once]: failed to open stream: No such file or directory in /var/www/confixx/html/include/mail/class.ConfixxIMAPv2.php on line 6
Warning: include_once() [function.include]: Failed opening 'Mail/IMAPv2.php' for inclusion (include_path='.:/var/www/confixx/html/include:/var/www/confixx/html') in /var/www/confixx/html/include/mail/class.ConfixxIMAPv2.php on line 6
Fatal error: Class 'Mail_IMAPv2' not found in /var/www/confixx/html/include/mail/class.ConfixxIMAPv2.php on line 14
Linie 1-23:
<?php
########## Confixx(R) 3.2 Professional ############
####### Copyright SWsoft, Inc. 2004-2006 ##########
##### SWsoft server virtualization and automation software - [email protected] #####
include_once( 'Mail/IMAPv2.php' );
/**
* Wrapper for PEAR:: Mail_IMAPv2
*
* @author Confixx team
* @category Mail
*/
class ConfixxIMAPv2 extends Mail_IMAPv2
{
/**
* Constructor
*/
function ConfixxIMAPv2()
{
$laArgs = func_get_args();
call_user_func_array( array( &$this, 'Mail_IMAPv2'), $laArgs );
}
Der Fehler kommt wohl vom Falschen includen bzw. von einer nicht vorhandenen Datei. Die Frage ist nur welche Mail/IMAPv2.php ist gemeint. Die im Root Order wo nur ein Mail Ordner vorhanden ist oder im /var/www/confixx/html/include/Mail Ordner in dem auch keine IMAPv2.php ist