Confixx Webmailer

schatzi123

New Member
Hallo,

leider bekomme ich im Webmailer, wenn ich Mail schreiben, möchte folgende Fehler.
Code:
Warning: include_once(Mail.php) [function.include-once]: failed to open stream: No such file or directory in /var/www/confixx/html/include/mail/class.ConfixxMime.php on line 6

Warning: include_once() [function.include]: Failed opening 'Mail.php' for inclusion (include_path='/var/www/confixx/html/include:/var/www/confixx/html:/var/www/vhost/confixx/html/PEAR') in /var/www/confixx/html/include/mail/class.ConfixxMime.php on line 6

Warning: include_once(Mail/mime.php) [function.include-once]: failed to open stream: No such file or directory in /var/www/confixx/html/include/mail/class.ConfixxMime.php on line 7

Warning: include_once() [function.include]: Failed opening 'Mail/mime.php' for inclusion (include_path='/var/www/confixx/html/include:/var/www/confixx/html:/var/www/vhost/confixx/html/PEAR') in /var/www/confixx/html/include/mail/class.ConfixxMime.php on line 7

Fatal error: Class 'Mail_mime' not found in /var/www/confixx/html/include/mail/class.ConfixxMime.php on line 15

Fehler beim Aufrufen der E-Mail im Webmailer:
Code:
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:/var/www/vhost/confixx/html/PEAR') 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
Ein Update auf Confixx 3.3.6 hat den Fehler leider nicht beseitigt. Währe zu schön gewesen. Ich hoffe es kann mir jemand helfen.

Confixx 3.36
Debian 4.0

Danke an alle!
 
Last edited by a moderator:
teilweise erledigt

Hallo,
mein erstes Problem hat sich teilweise erledigt. Der Pfad zu PEAR war nicht ganz richtig.

Leider habe ich nun noch ein Problem.

Ich mußte in der php.ini
Code:
include_path = "/var/www/confixx/html/include:/var/www/confixx/html:/var/www/confixx/html/PEAR"
eintragen. Wenn ich das austrage geht Confixx nicht und bringt Fehler wie diese.
Code:
Warning: include_once(page_functions.php) [function.include-once]: failed to open stream: No such file or directory in /var/www/confixx/html/functions.inc.php on line 6
 
Warning: include_once() [function.include]: Failed opening 'page_functions.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/confixx/html/functions.inc.php on line 6
 
Warning: include_once(module.clone.v5.php) [function.include-once]: failed to open stream: No such file or directory in /var/www/confixx/html/functions.inc.php on line 14
 
Warning: include_once() [function.include]: Failed opening 'module.clone.v5.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/confixx/html/functions.inc.php on line 14
 
Warning: include_once(class.SQLString.php) [function.include-once]: failed to open stream: No such file or directory in /var/www/confixx/html/functions.inc.php on line 638
 
Warning: include_once() [function.include]: Failed opening 'class.SQLString.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/confixx/html/functions.inc.php on line 638
Leider geht aber nun php-fusion nicht. Da wird so etwas angezeigt.
Code:
Warning: require_once(includes/theme_functions_include.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/web0/html/php-fusion/themes/Similitude06/theme.php on line 3
 
 
Fatal error: require_once() [function.require]: Failed opening required 'includes/theme_functions_include.php' (include_path='/var/www/confixx/html/include:/var/www/confixx/html:/var/www/confixx/html/PEAR') in /var/www/web0/html/php-fusion/themes/Similitude06/theme.php on line 3
Hat jemand eine Idee?

Danke schon mal an alle.

MOD: Bitte Code Tags nutzen. Danke!
 
Last edited by a moderator:
Doofe Frage: Stimmen die Pfade in der Config von PHP-Fusion und ist OpenBaseDir mit dem richtigen Pfad gesetzt?

Stimmen ansonsten alle Pfadangaben, sind die Dateirechte etc. in Ordnung?
 
Back
Top