|
Posted by otto on 06/01/07 17:32
On Tue, 29 May 2007 20:40:01 +0200, gosha bine <stereofrog@gmail.com> wrote:
I did it but didn't change anything. I get the same error message!
Warning: mail() [function.mail]: Permission denied: headers injection (empty line) in /home/www/edfedca4df03c5ff2685003537a08dd5/web/minishop/mail.php on line
145
Thanks for your help.
>otto wrote:
>> Hello to all
>>
>> I wrote many years ago a small shop application as hobby for a customer. Worked well until a few days.
>> I'm not a php guru and don't understand why I get now this permission problem.
>>
>> Warning: mail() [function.mail]: Permission denied: headers injection (empty line) in /home/www/edfedca4df03c5ff2685003537a08dd5/web/minishop/mail.php on line
>> 145
>>
>> mail($this->to, $this->subject, "", $mime); <- LIGNE 145
>>
>> many thanks in advance for any help
>> Otto
>
>Looks like your host installed some stupid "security patch" for php. Try
>not to send empty email body, i.e replace "" with something else.
Navigation:
[Reply to this message]
|