This topic is locked

Issue with time fields

6/30/2018 5:34:08 AM
PHPRunner General questions
M
mariusk author

Hi,
I've created a simple project who queries a mssql server (the Linux version), nothing special here.

Using the built-in PHPRunner web server everything works fine as expected.

However, using Apache (v2.4.6) with PHP (v5.4.16) on a Linux machine, everything works fine except the date/time fields

are not shown (any other field type is shown without any issues).

I've searched a lot for this issue and found solutions about not correctly showing date/time fields, but didn't find

anything about not showing them at all.
Any ideas ?
Thanks,

Marius.

Sergey Kornilov admin 7/2/2018

Check troubleshooting steps listed in this article:

https://xlinesoft.com/blog/2018/05/07/troubleshooting-web-applications/
Make sure it works on Demo Account as a first step. If issue only exists on your server you need to Google a solution that is specific to your configuration. Most likely you need to configure FreeTDS properly.
In my experience you can have better luck using SQL Server database when you are on a Windows-based web hosting.