• I’m getting a 500 internal server error (with no additional message in log, etc.) on user-answer after upgrading to the latest version.

    I’ve traced the problem to line 392 of core/template-tags.php. Commenting out the echo _qa_html() line, resolves the issue (but obviously breaks the output).

    Glad to help test / debug further.

    Running Multisite Trunk on shared hosting.

    http://wordpress.org/extend/plugins/qa/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Ben Balter

    (@benbalter)

    Traced the problem to answer_permalink() on line 94 of answers.php.

    If an answer doesn’t have a post_parent for whatever reason, the user-answer page spins into an infinite loop. Cleanup up my data, but error catching might be helpful here.

    Hiya Benjamin!

    Thanks so much for your feedback and tracking that down. We’ll see what we can do to make error reporting a bit more clear here.

    Thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Q&A] 500 Internal Server error on user-answer.php’ is closed to new replies.