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

I get a - Database query error 1146 - When trying to install

0 votes

I Solved It. I had to delete all of the folders and the database and after setting up a new database and reuploading all the files, it just worked.

 

This is what I get after I created a database and uploaded all of the files:

Database query error 1146

Table 'debtcons_questions.qa_options' doesn't exist

(SELECT '_options' AS selectkey, title, BINARY content AS content FROM qa_options) UNION ALL (SELECT '_time', NULL, UNIX_TIMESTAMP(NOW()))

 

I already installed it on another domain with the same steps without any problems. I tried going to index.php?qa=install manually and I still get the above error.  

You can see my site here: http://debtconsolidation-loans.info

asked Nov 3, 2011 in Q2A Core by peterjr
edited Nov 3, 2011 by peterjr

1 Answer

+1 vote
Your database might got messed up.

Try changing the table prefix to some _qa2 (in qa-config.php file) and tell what happens.
answered Nov 3, 2011 by Krzysztof Kielce
Thank you.

I did what you suggested and I still get the same exact error. I even deleted the database and created a new one. When I go into phpMyadmin to check the database, there are no tables created. It's like the install hasn't even started.