Next prob:
Since the last two patches, the formmailer did not send the mail anymore (it worked before).
I checked the sendmail path in class.phpmailer.php (this was my problem in the past time, so there should be a variable in the config.inc.php to prevent others from that prob), it is correct.
Can you give me a hint?
Christian
Formmailer does not send anymore
Formmailer does not send anymore
Es ist unmöglich, Staub aufzuwirbeln, ohne dass einige Leute husten!
Erwin Piscator
Erwin Piscator
If you are getting this type of error:
This is a result of PHP version < 4.3 and can be fixed by changing line 91 in "act_formmailer.php" into:Call to undefined function html_entity_decode()
Code: Select all
$subject = html_despecialchars(trim($_POST["subject"]));