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

Why aren´t the questions I import via PhpMyAdmin visible on my site?

+1 vote
Why aren´t the questions I import via PhpMyAdmin visible on my site?  I exported the qa_posts table and edited the file using all the same fields and parameters.

I then imported the new questions csv file including the corresponding id, user id, category id, etc...

Then when I go to the Front End site they can´t be seen.  What am I missing to bring a new Question record up in the database?  Can this be done via PhPMyAdmin?

Thanks in advance.
Q2A version: 1.4.3
asked Dec 17, 2011 in Q2A Core by workremotespain
I also want to import data from excel to qa_posts, just checking how can I do that...

I don;t see any field, which build url for the question

1 Answer

0 votes

Q2A has an indexer built in that catalogs every word from each post as it is made or edited. If you import content directly into the database then the indexing is not run.

The solution is to go to Admin > Stats, and click "Reindex posts". Note: if you have a lot of posts it can take many minutes to complete.

answered Jan 10 by DisgruntledGoat