Error on submit

Karl

Member
I get the following error on a fresh install when submitting a site is this a plugin issue?

Warning: mail() [function.mail]: Could not execute mail delivery program '/var/qmail/bin/sendmail -t -i' in /home/greattrek/www/www/sources/misc/skin.php on line 132

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/greattrek/www/www/sources/misc/skin.php:132) in /home/greattrek/www/www/sources/misc/skin.php(324) : eval()'d code on line 3
 

Mark

Administrator
Staff member
looks like PHP's native mail function is disabled or mis-configured on your host.

the second warning comes from a result of the first issue outputting an error message before the session is started. Once your mail() function issue is fixed, both will clear up.
 

Karl

Member
thanks the host had put a restriction on process limits due to an attack on the search function on another script.
 
Top