Expand QA_DB_MAX_CONTENT_LENGTH over 8000 character limit
Bạn là chuyên gia trong lĩnh vực bạn đam mê! Đăng ký ngay, biến kiến thức của bạn thành sức mạnh lan tỏa cộng đồng!
987 views
0 votes
0 votes

I'm using Question2Answer software. How do I increase the limit of an answer beyond 8000 characters?

User Avatar
by Newbie
1.7k points

Please log in or register to answer this question.

1 Answer

0 votes
0 votes

You have to edit the Max_content_length of question2anwser software:

1. Through MySQL: execute this command:

ALTER TABLE `qa_posts` CHANGE COLUMN `content` `content` VARCHAR(32000) NULL DEFAULT NULL;

2. Edit the configuration file: qa-include/db/maxima.php

Find:

@define('QA_DB_MAX_CONTENT_LENGTH', 8000);

Change it to:

@define('QA_DB_MAX_CONTENT_LENGTH', 32000);

3. Save and update the config file. Enjoy

User Avatar
by Editor
5.6k points
Netdepviet Wiki là nơi để bạn hỏi đáp, chia sẻ kiến thức và khám phá mọi khía cạnh của cuộc sống. Xem thêm phần trợ giúp để biết chi tiết. Hiện tại, Wiki chỉ hỗ trợ người dùng đăng nhập bằng tài khoản Gmail.

132 questions

120 answers

4 comments

69 users

Related questions

0 answers
0 votes
0 votes
250 views
0 answers
0 votes
0 votes
285 views
0 answers
–1 vote
–1 vote
414 views
0 answers
0 votes
0 votes
737 views
Since © 2006 Netdepviet.org All rights reserved. Forum | Privacy Policy | Pictures