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
Question: Ability to increase max chars in answers?
Moderator: Thorsten
Re: Question: Ability to increase max chars in answers?
Hi,
which database do you use?
bye
Thorsten
which database do you use?
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Re: Question: Ability to increase max chars in answers?
MS SQL Server 2008
Thanks.
Kevin
Thanks.
Kevin
Re: Question: Ability to increase max chars in answers?
Hi,
please open your php.ini file and look for the string "mssql.textlimit" and change the limit here to
Then restart the webserver and averything should be okay.
bye
Thorsten
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
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist