On 11.02.2010, at 08:24, SteP wrote: > All my pages that include a form to send email with cookbook FoxNotify > complain about headers being > already sent out. I do not mean that it's FoxNotify's fault.
Try to set php output_buffering to a higher value. For example in a .htaccess file: php_value output_buffering 65536 Cheers, Thomas _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
