Not Working |
I got a tool which was developed my friend in apache and MySQL.
I had loaded it into a server which does not have Apache as well as MySQL. I tried it in IIS and created database in SQL Server 2012. I have loaded the required SQL drivers into Php-->Ext. Also edited the php.ini file with ;extension=php_55... Changed driver in database.php file as sqlsrv When I run phpinfo I don't see sqlsrv mentioned. I'm getting a blank page when I run the application in browser. Need help urgently as the tool needs to be working live by bnext week ![]() ![]() ![]() ![]() ![]() Attaching the config file
You probably need to start with installing/configuring the SQLSRV extension:
http://php.net/manual/en/sqlsrv.installation.php Check your logs for any errors, or you might want to set your environment to development so you can view errors instead of receiving a blank page: https://codeigniter.com/user_guide/gener...ments.html |
Welcome Guest, Not a member yet? Register Sign In |