|
Posted by gosha bine on 05/29/07 18:40
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.
--
gosha bine
extended php parser ~ http://code.google.com/p/pihipi
blok ~ http://www.tagarga.com/blok
Navigation:
[Reply to this message]
|