Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
499 views
in Plugins by
"A database error occurred" when I try to ask question and it says me to check the error log. But when I check the error log in Cpanel, no error is being displayed!
by
This error is caused by the plugin = q2a-tagging-tools-master
by
Can you try editing qa-install.php to add the query? At line 131 (starting $errorhtml .= ...) change to

$errorhtml .= "A Question2Answer database query failed when generating this page.\n\nA full description of the failure is available in the web server's error log file.\n\n".qa_html($pass_failure_query."\n\nError ".$pass_failure_errno.": ".$pass_failure_error."\n\n");

That will show you the query error. Post it here and I should be able to help.

Please log in or register to answer this question.

...