Home › Forums › Quform PHP › PHP error when sending the form
- This topic has 2 replies, 2 voices, and was last updated 11 years, 5 months ago by Duranic.
- AuthorPosts
- June 13, 2013 at 4:35 am #4814DuranicParticipant
Hello,
I have read through the documentation on implementing the form onto my HTML website. When I test the form I get the following error:
Fatal error: Uncaught exception ‘phpmailerException’ with message ‘Invalid address: ‘ in /home/httpd/html/chulavistaliving.com/public_html/quform/lib/class.phpmailer.php:664
Stack trace:
#0 /home/httpd/html/chulavistaliving.com/public_html/quform/lib/class.phpmailer.php(603): PHPMailer->AddAnAddress(‘to’, ”, ”)
#1 /home/httpd/html/chulavistaliving.com/public_html/quform/process-file-uploads.php(390): PHPMailer->AddAddress(”)
#2 /home/httpd/html/chulavistaliving.com/public_html/quform/process-file-uploads.php(460): process(Object(Quform), Array)
#3 {main}
thrown in /home/httpd/html/chulavistaliving.com/public_html/quform/lib/class.phpmailer.php on line 664I contacted my host to see if PHP mail() was installed and working and they confirmed that it was. I looked over my process.php file for any errors and found nothing on my end. Please let me know if there is another step I’m missing. I’m using the upload form with no modifications so far.
Thanks,
June 13, 2013 at 9:04 am #4818AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
June 18, 2013 at 8:04 pm #4909DuranicParticipantAh, didn’t catch that. Got it to work. Thanks!
- AuthorPosts
- You must be logged in to reply to this topic.