Hey Dooki,
habe das so gemacht wie du sagtest..
Also in der "phpmailer.inc.php" folgendes in Zeile 386 eingetragen:
|
Quellcode
|
1
|
$mail = new phpmailer;
|
Somit steht dann da folgendes:
|
Quellcode
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/////////////////////////////////////////////////
// MISCELLANEOUS METHODS
/////////////////////////////////////////////////
// Print out error and exit
function error_handler($msg) {
if($this->MailerDebug == true)
{
print("<h2>Mailer Error</h2>");
print("Description:<br>");
printf("<font color=\"FF0000\">%s</font>", $msg);
exit;
}
}
}
$mail = new phpmailer;
?>
|
Wenn ich das dann hoch ladekommt folgender Fehler beim senden (Kontaktformular)
:
Fatal error: Call to a member function IsSMTP() on a non-object in
/var/www/vhosts/time-for-metal.de/httpdocs/web/pkinc/func/default.php on line
1107
Ich steh echt wie der Ochs vorm Berg...
Danke
Dooki ein Versuch war es wert, weiß
Muetze wie die Lösung ist...