I have a site that will not send the contact form. Everything looks like it works, but an error pops up after submitting the form. "Could not instantiate mail function"
I tested the contact-us page and when I send a mail it says the following:
[Wed Sep 25 17:44:49 2013] [error] [client 10.0.7.198] PHP Notice: Undefined offset: 0 in /var/www/bfsp/data/www/breastfriendssupportgroup.org/libraries/joomla/mail/mail.php on line 442, referer: http://breastfriendssupportgroup.com/index.php/contact-us
line 442 has the following:
$this->addReplyTo(array($replyTo[$i], $replyToName[$i]));
I need some help in figuring this out.
Thanks
I tested the contact-us page and when I send a mail it says the following:
[Wed Sep 25 17:44:49 2013] [error] [client 10.0.7.198] PHP Notice: Undefined offset: 0 in /var/www/bfsp/data/www/breastfriendssupportgroup.org/libraries/joomla/mail/mail.php on line 442, referer: http://breastfriendssupportgroup.com/index.php/contact-us
line 442 has the following:
$this->addReplyTo(array($replyTo[$i], $replyToName[$i]));
I need some help in figuring this out.
Thanks