Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
786 views
in Q2A Core by

I've checked the forum, but this question has not been aswered et. Maybe somebody will, this time.

Validation emails are not being sent, and when I attempt to send it, I get this error:

Question2Answer fatal error:

Could not send email confirmation

Stack trace:

require() /home3/lin/public_html/linuxbsd/qa/index.php:31
require() /home3/lin/public_html/linuxbsd/qa/qa-include/qa-index.php:163
qa_get_request_content() /home3/lin/public_html/linuxbsdos/qa/qa-include/qa-page.php:755
qa_call_override() /home3/lin/public_html/linuxbsd/qa/qa-include/qa-page.php:179
qa_call() /home3/lin/public_html/linuxbsd/qa/qa-include/qa-base.php:549
qa_get_request_content_override_1_in_qa_sig_overrides_php() /home3/lin/public_html/linuxbsdos/qa/qa-include/qa-base.php:502
qa_get_request_content_base() /home3/lin/public_html/linuxbsd/qa/qa-include/qa-base.php(347) : eval()'d code:11
qa_call() /home3/lin/public_html/linuxbsd/qa/qa-include/qa-base.php(547) : eval()'d code:1
qa_get_request_content() /home3/lin/public_html/linuxbsd/qa/qa-include/qa-base.php:502
require() /home3/lin/public_html/linuxbsd/qa/qa-include/qa-page.php:188
qa_send_new_confirm() /home3/lin/public_html/linuxbsd/qa/qa-include/qa-page-confirm.php:50

Any clues what's going on.

Btw, this is a new installation, and every other thing works, except for the email

Q2A version: 1.5.2
by
Please check your web server error_log file, and also ask your hosting provider about how you can send emails from PHP scripts on your site.

Please log in or register to answer this question.

...