Mssql Extension not enabled :/
What can i do ( using wamp ) if it keeps saying
The MSSQL extension is not enabled on your PHP. Enable it on your php.ini and try again.
:/?
Anyone kind to help me please? at kingnoobie@hotmail.it
I did changed the php.ini in all folders... ._. i just need to setup a register page and i cant seem to get it working if anyone is kind i can pay ( with paypal ) and I have teamviewer :< thank you i hope someone can.
Re: Mssql Extension not enabled :/
Use xampp. It's better for gunz servers and websites. Also, wrong section, please just post in the gunz section next time.
Re: Mssql Extension not enabled :/
Quote:
Originally Posted by
M4v3liX
What can i do ( using wamp ) if it keeps saying
The MSSQL extension is not enabled on your PHP. Enable it on your php.ini and try again.
:/?
Anyone kind to help me please? at
kingnoobie@hotmail.it
I did changed the php.ini in all folders... ._. i just need to setup a register page and i cant seem to get it working if anyone is kind i can pay ( with paypal ) and I have teamviewer :< thank you i hope someone can.
Enable the MS SQL extention maybe?
Check ODBC etc.
Re: Mssql Extension not enabled :/
You need to un-comment the comment. Something like
Code:
;extension=php_mssql.dll
turns to
Code:
extension=php_mssql.dll
Re: Mssql Extension not enabled :/
Quote:
Originally Posted by
mikethemak
Use xampp. It's better for gunz servers and websites. Also, wrong section, please just post in the gunz section next time.
^ this is absolutely an incorrect statement. I can setup Apache manually to be more secure, with PHP+MSSQL Enabled faster then it takes XAMPP to release a new update. Most WAMP packages aren't extensively tested. Hence, you can't prove that its faster nor better, and obviously not more secure.
Just open the php.ini file inside the php folder for WAMP or inside C:\Windows\php.ini and just uncomment the ; infront of ext=php_mssql.dll or something like that then reboot the pc and it should work. NOTE: You may need to copy NTWDBLIB.dll into C:\Windows\System32 for it to work properly, thats only if PHP isn't in the %PATH% variable.