Seite 1 von 1

Fehlermeldung bei Registrierung!

Verfasst: 21.06.2003 20:09
von 2Pac
Ich hab bei mir phpbb+ installiert!
wenn man sich jedoch registrieren will kommt folgende fehlermeldung:
Failed sending email ::

DEBUG MODE

Line : 225
File : /mnt/host-users/zysik/phpBB2/includes/emailer.php
Line:209-249
if ( $this->use_smtp )
{
if ( !defined('SMTP_INCLUDED') )
{
include($phpbb_root_path . 'includes/smtp.' . $phpEx);
}

$result = smtpmail($this->address, $this->subject, $this->msg, $this->extra_headers);
}
else
{
$result = @mail($this->address, $this->subject, $this->msg, $this->extra_headers);
}

if ( !$result )
{
message_die(GENERAL_ERROR, 'Failed sending email :: ' . $result, '', __LINE__, __FILE__);
}

return true;
}


//
// Attach files via MIME.
//
function attachFile($filename, $mimetype = "application/octet-stream", $szFromAddress, $szFilenameToDisplay)
{
global $lang;
$mime_boundary = "--==================_846811060==_";

$this->mailMsg = '--' . $mime_boundary . "\nContent-Type: text/plain;\n\tcharset=\"" . $lang['ENCODING'] . "\"\n\n" . $this->mailMsg;

if ($mime_filename)
{
$filename = $mime_filename;
$encoded = $this->encode_file($filename);
}

$fd = fopen($filename, "r");
$contents = fread($fd, filesize($filename));






registriert ist man zwar danach aber es ist halt ziemlich dumm!Newbies denken evtl. dass sie nicht registriert sind!
Bitte helft mir :)

Verfasst: 21.06.2003 20:36
von 2Pac
toll wenn man ne pn schreibt kommt ne fehlermeldung!!!

Verfasst: 22.06.2003 01:19
von 2Pac
muss man vielleicht was am SMTP-Servers ändern???Wenn ja was muss man dort eingeben??Bitte helftma!