Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+4 votes
543 views
in Q2A Core by
Q2A is generating 2 PHP warnings after creating every post. how to fix this issue?

[06-Apr-2010 13:32:59] PHP Notice:  Undefined variable: qa_db in /home/public_html/ptq2a/qa-include/qa-app-post-create.php on line 123
[06-Apr-2010 13:32:59] PHP Notice:  Undefined variable: qa_db in /home/public_html/ptq2a/qa-include/qa-app-post-create.php on line 124

1 Answer

+1 vote
by
Yes, this is a bug that's already fixed for the final release of Q2A 1.0. Please change the two references to $qa_db in lines 123 and 124 of qa-app-post-create.php to $db, and that should fix it.
by
Thanks! btw, when you are planning 1.0 release?
by
The 1.0 release is scheduled for the next week or so. Then (unless some bugs turn up) I don't expect any releases for a little while, while I'm working on 1.1...
by
Thats great! looking forward for 1.0 release.
...