Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
795 views
in Q2A Core by
edited by

Hi,

Can you please suggest why this problem comes up? I am getting this error when I click on Forgot password. Thanks.

Question2Answer fatal error:

Could not send reset password email

Stack trace:

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

 

Here is the latest error message.

 
Question2Answer fatal error:
 
Could not send reset password email
 
Stack trace:
 
require() in index.php:31
require() in qa-index.php:165
qa_get_request_content() in qa-page.php:795
qa_call_override() in qa-page.php:198
qa_call() in qa-base.php:579
qa_get_request_content_override_1_in_qa_cv_overrides_php() in qa-base.php:532
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
Q2A version: 1.6

1 Answer

+1 vote
by

I think that you use Comment Voting Plugin. If Q2A which you use is V1.6, this plugin may not support V1.6. I suggest that you delete this plugin and test it once again.

by
Hi, thanks for your response. I removed the plugin but still getting error when I try forgot password or send confirmation email.

Here is the error which looks pretty same as previous error.

Question2Answer fatal error:

Could not send reset password email

Stack trace:

require() in index.php:31
require() in qa-index.php:165
qa_get_request_content() in qa-page.php:795
qa_call_override() in qa-page.php:198
qa_call() in qa-base.php:579
qa_get_request_content_override_1_in_qa_news_overrides_php() in qa-base.php:532
qa_get_request_content_base() in qa-base.php(510) : eval()'d code:55
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
by
Probably the cause will be same. You pay your attention to specific part of error message, and, look for problem source in the plugin.

qa_get_request_content_override_1_in_qa_news_overrides_php() in qa-base.php:532

qa_news_overrides_php
by
Hi, I installed PHP Curl and it works fine now. Thanks.
...