Since Directadmin doesn't run on servers running Windows, I'm guessing you're using linux. That means, in your php.ini file, all lines loading .dll files like this should be commented out:Hello,
I try to resolve a mistake that leaves me without my website how do I resolve it?
Error #123
Loading php_mssql.dll Falied!
Please Enable php_mssql.dll in ur php.ini
Thank you for your answers
extension=php_mssql.dll
;extension=php_mssql.dll
http://www.linuxquestions.org/questions/linux-server-73/how-to-enable-mssql-on-linux-589956/
# find / -name mssql.so
On most servers the locate command won't find a new file until the next night's cron.daily has been run.
Use
instead.Code:# find / -name mssql.so
Jeff
updatedb