Question: Ability to increase max chars in answers?

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
kballard
Posts: 35
Joined: Fri Aug 20, 2010 11:45 pm

Question: Ability to increase max chars in answers?

Post by kballard »

Is there a way to increase the maximum number of characters allowed in the Answer field? It appears it's capped at 3700.

Thanks.

Kevin
Thorsten
Posts: 15724
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Question: Ability to increase max chars in answers?

Post by Thorsten »

Hi,

which database do you use?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
kballard
Posts: 35
Joined: Fri Aug 20, 2010 11:45 pm

Re: Question: Ability to increase max chars in answers?

Post by kballard »

MS SQL Server 2008

Thanks.

Kevin
Thorsten
Posts: 15724
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Question: Ability to increase max chars in answers?

Post by Thorsten »

Hi,

please open your php.ini file and look for the string "mssql.textlimit" and change the limit here to

Code: Select all

mssql.textlimit = 2147483647
Then restart the webserver and averything should be okay.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply