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

I installed  

Most Active Users

plugin, but I didn't enable the event log, then I get this error, anybody know how to fix this

Question2Answer query failed:

SELECT handle,event from `qa_eventlog` 
WHERE YEAR(`datetime`) = YEAR(CURDATE())
AND MONTH(`datetime`) = MONTH(CURDATE())
AND `handle`!='NULL'

Error 1146: Table '*.qa_eventlog' doesn't exist

 

my website: http://www.ytecongcong.com/qa/

2 Answers

0 votes
by
Unlike WordPress there is not activate or deactivate system in core Q2A but if plugin gives that functionality. Usually you can simply remove plug-in by removing all files. However it is not necessary that error will disappear.

By the way your error is saying there is not dataase table exists for the plugin. I haven't checked this plugin but I guess this plugin required dataase initialization. Check once by going to Admin > Plugin page it may show you notificatoin bar to initialize database.
0 votes
by
Hi,

I finally fixed it, use php to create a table with the same parameters used in plugin file, then it's ok!
...