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

Error:  Warning: mysql_fetch_array() expects parameter 1 to be resource, object given in C:\wamp\www\qa-plugin\QtoA-Blog-Post-Plugin-Free-master\qa-blog.php on line 92

Line 92: if ($row = mysql_fetch_array($result)) { 

Q2A version: 1.7.1

1 Answer

0 votes
by
I think this plugin does not works with empty list of posts .

I think you need to create a first post , so you will not see this error again .

If you are looking for a advanced blog plugin you can take a look at here - http://www.question2answer.org/qa/42655
...