hi ryan ,
I’ve just tried your extension again,
and I did comment out “unset($msg);” in the freeform module 2.7.2. (mod.freeform.php). the second one was already commented out….
I did change the variable to my to email address in your extension: “$recipient = $query->row[‘tmail’];”
then I get an error:
Notice: Undefined variable: msg in /home/schwelle/public_html/backend/modules/freeform/mod.freeform.php on line 1505
Warning: Cannot modify header information - headers already sent by (output started at /home/schwelle/public_html/backend/modules/freeform/mod.freeform.php:1505) in /home/schwelle/public_html/backend/core/core.functions.php on line 296
p.s. line 1505 is the following: $edata = $EXT->call_extension(‘freeform_module_insert_end’, $fields, $this->entry_id, $msg);
do you know what that could mean?
cheers
stefan
P.S. If I use freeform for other stuff… will it still work after commenting out unset($msg)???