Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
  • Register
Welcome to the Q&A for Question2Answer.

If you have questions about the platform, click here to ask and please use English.

If you just want to try Q2A, please use the demo, which also grants admin access.

Apr 29: Q2A 1.5.2

Badges create table

0 votes

Looks like I will have to manually create the badges tables.. can I get the proper SQL for that please? I set permissions as described


database-specific SELECT, INSERT, UPDATE, DELETE, CREATE, ALTER, LOCK TABLES Yes

but I can not get this to work properly

Q2A version: 1.4.3
asked Dec 27, 2011 in Plugins by Debbie Doerrlamm
you shouldn't need to create the badges table... qa_badges is not used anymore; it should create the qa_userbadges table by itself...
OK got it now.. I had to add DROP to the sql permissions and engable the logging.. playing with it now.. thanks

Please log in or register to answer this question.