Return to Project-GC

Welcome to Project-GC Q&A. Ask questions and get answers from other Project-GC users.

If you get a good answer, click the checkbox on the left to select it as the best answer.

Upvote answers or questions that have helped you.

If you don't get clear answers, edit your question to make it clearer.

+1 vote
336 views
Hello.

When i click on private messages on this site i get this error.

Question2Answer fatal error:

User accounts are handled by external code

Stack trace:

require() in index.php:28
require() in qa-index.php:183
qa_get_request_content() in qa-page.php:824
qa_call_override() in qa-page.php:194
qa_call() in qa-base.php:671
qa_get_request_content_override_1_in_qa_poll_overrides_php() in qa-base.php:619
qa_get_request_content_base() in qa-base.php(595) : eval()'d code:12
qa_call() in qa-base.php(669) : eval()'d code:1
qa_get_request_content() in qa-base.php:619
require() in qa-page.php:207
in Bug reports by Tyfting (330 points)

1 Answer

0 votes

This was already reported at least two times:
 
https://project-gc.com/qa/?qa=19586/private-messages-on-this-forum&show=19586#q19586
https://project-gc.com/qa/?qa=9786/fatal-error-when-trying-to-acces-private-messages&show=9786#q9786
 
It is a bug in Q2A since the messaging is disabled here, it should not show the link. I see that this version is 1.7.2, while fix for this bug landed in 1.7.3. The only thing needed now is to update to newer version of Q2A or backport simple fix from git:

https://github.com/q2a/question2answer/commit/802545a0f063bc79eabee86dfd1168628f7efe13

by Jakuje (Moderator) (117k points)
...