Blank Screen no errors MSSQL

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
casike
User
Posts: 2

Blank Screen no errors MSSQL

Post 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


arbei
User
Posts: 9292

Post 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.


elazarus3
User
Posts: 90

Post by elazarus3 »

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


Webmaster
User
Posts: 9425

Post by Webmaster »

Click view source in browser to see the error message.


Post Reply