Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
1.7k views
in Q2A Core by
Hello Friends
 
When i use forgot password method I found a fatal error message. And also when anyone can register in my site then the verification mail are not sent to the email address given by user.
I check my MAIL  tab in the admin panel it was ok.

Question2Answer fatal error:

Could not send reset password email

Stack trace:

require() in index.php:31
require() in qa-index.php:175
qa_get_request_content() in qa-page.php:789
qa_call_override() in qa-page.php:198
qa_call() in qa-base.php:579
qa_get_request_content_override_2_in_qa_poll_overrides_php() in qa-base.php:532
qa_get_request_content_override_1_in_qa_cv_overrides_php() in qa-base.php(510) : eval()'d code:12
qa_get_request_content_base() in qa-base.php(510) : eval()'d code:9
qa_call() in qa-base.php(577) : eval()'d code:1
qa_get_request_content() in qa-base.php:532
require() in qa-page.php:207
qa_start_reset_user() in qa-page-forgot.php:75

 

Is it possible to change someting in script and solve this problem.

Q2A version: 1.6.3

1 Answer

+2 votes
by
selected by
 
Best answer
Hi ,

there is a same thread having  a solution .

I hope it will work for you as well .

http://www.question2answer.org/qa/14046/
by
its not working.  I also try to remove and put the original q2a script (except database) then it show the error

require() in index.php:31
require() in qa-index.php:175
qa_get_request_content() in qa-page.php:789
require() in qa-page.php:207
qa_start_reset_user() in qa-page-forgot.php:75

is there any other solution to fix it?
...