Jump to content

Fatal error on mssql and php


Recommended Posts

Hi,

 

im trying to open privat server and the reg.php is playing up and i donk know how to fix it..

 

Fatal error: Call to undefined function mssql_connect() in D:\AppServ\www\reg.php on line 115 < thats the error!

 

pleas help me fixing this f*** problem

I'm going to hazard a guess and say the MSSQL driver isn't installed with your php. You will need to download it from a third party source as Microsoft no longer support it, they've branched into sqlsrv (windows platform only) and a pdo ODBC (linux only) connection to Microsoft SQL server. However the ODBC method is still under development, can't remember if there's a stable relesase or not; I think there is.

Assuming you've installed the drivers correctly, and your credentials are correct you should be able to log in...

 

Configuring server admin to allow connections wont solve your problem. You've got a driver issue not a connection issue at the minute.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.