Page 1 of 1

Blank Screen no errors MSSQL

Posted: Fri Jan 12, 2018 1:58 am
by casike

I'm working on a project that was working all along. i just get a blank screen ,
i have XAMPP PHP Version 5.5.15 I,m using an MSSQL server to get and store data.. i have other project running that I made with PHPMaker 2018.0.2 they are working.. i did some testing and move my project to another Apache server on my local PC and the project from PHPMaker 2018.0.5 is working.. so at this point not so sure what the problem may be.. the php.ini is configure to use the MSsql-php drivers so data connection is there.. does anyone has experienced this similar issues...
i need some collaboration...

thank you


Re: Blank Screen no errors MSSQL

Posted: Fri Jan 12, 2018 10:05 am
by arbei

Configure your php.ini to display ALL errors, to see if there are any error returned.
read:
http://php.net/manual/en/errorfunc.conf ... -reporting
http://php.net/manual/en/errorfunc.conf ... lay-errors

Your server may not have MSSQL driver installed, also check phpinfo.


Re: Blank Screen no errors MSSQL

Posted: Sat Jan 13, 2018 12:27 pm
by elazarus3

This happened to me when errors in menu rendering so couldn't see the error message.


Re: Blank Screen no errors MSSQL

Posted: Sat Jan 13, 2018 1:05 pm
by Webmaster

Click view source in browser to see the error message.