Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Blob display is truncated Re: Blob display is truncated

#64823

This could be an issue with the MS SQL driver. I would start by examining the textsize and textlimit variables in php.ini – apologies if you have already done this.

Code:
mssql.textlimit = 65536
mssql.textsize = 65536