Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
2.0k views
in Q2A Core by
hi..

what do you mean for "Also you will need to change the definition of the content column of qa_posts in the database to match."

how can i find this value?

1 Answer

+1 vote
by
edited by

You need to edit the table qa_posts in the mysql database.  The content field has a maxlength of 8000.  Sounds like you may need to learn how to use mysql... phpmyadmin is an easy tool to do the job.

EDIT: in phpmyadmin:

open the qa_posts table, click the Structure tab, find the "content" entry, click "Change", find "Length/Values" and see that it is at 8000.  Change that, click save.

...