Search found 2 matches

by alexk
Wed 26. May 2004, 18:08
Forum: phpwcms Installation Troubleshooting English
Topic: problems with formmailer ... need direction
Replies: 8
Views: 3125

...workaround

Hi,

I got the same error message "Warning: Cannot modify information...". I commented out the three marked lines below (in act_formmailer.php):

if(isset($_POST["language"])) {
--> //echo '<pre';
--> //print_r($_POST);
--> //echo '</pre>';
$lang = trim($_POST["language"]);
unset($_POST ...
by alexk
Thu 11. Mar 2004, 14:16
Forum: phpwcms Support English
Topic: E-Mailformular sendet nix
Replies: 3
Views: 1682

Lösung für Formmailproblem...

Hallo,

nachdem bei mir auch keine E-Mails angekommen sind, hab ich die Datei act_formmailer.php entsprechend angepasst, anschliessend funktioniert es reibungslos. Hängt vermutlich mit Postfix zusammen:

Die beiden Einträge der Form
mail($send_copy_to, $subject_encoded, $body, "From: ".$recipient ...