This topic is locked

Problem with ntext and nvarchar(MAX) on (php on iis )

5/4/2016 1:50:19 AM
PHPRunner General questions
S
salahaa1 author

I'm running a phprunner generated admin for my website

it work nice on my apache server , but after uploading it to the production server which is window 2012 running IIS 8 and php is running of fast-cgi

i got this problem

If used the ntext Arabic text appear like (????) and if used nvarchar(MAX) nothing is appearing just empty textarea or editor.

please help me find the solution for this problem .
regards

Sergey Kornilov admin 5/4/2016

Just in case make sure that correct regional settings and output code page are selected in PHPRunner on Miscellaneous screen. If you have done that already there might be something missing in IIS setup or in your database setup i.e. proper collation.