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

How to reinstall qa site?

I want to reinstall my qa site ,when i delete all my db table and enter my site ,it does not redirect to install page , it show error msg like bellow

Database query error 1146

Table 'zaizhyaq_xxx.qtoaoi_categorymetas' doesn't exist


SELECT categoryid, content
FROM qtoaoi_categorymetas
WHERE title='p2c_permission_level'

closed with the note: Question has been solveçš„

2 Answers

0 votes
by

Table 'categorymetas' doesn't exist

Create this table on DB

categoryid,title,content

0 votes
by

Just follow these steps:

1. Make sure tables are not there. Running a DROP TABLE statement does not mean the table will be removed as that could generate constraints violations. So drop the tables and check if they are there or not. Do not move to the next steps unless you have dropped all the tables

2. Remove all customs plugins

3. Remove corehacks (if any)

4. Retry the installation

Welcome to the Q&A site for Question2Answer.

If you have a question about Q2A, please ask here, in English.

To report a bug, please create a new issue on Github or ask a question here with the bug tag.

If you just want to try Q2A, please use the demo site.

Categories

...