1 Attachment(s)
[TUTORIAL] Fix MSSQL errors in WAMP
All the people who just tell you to change php.ini and add that DLL are short of wrong, i found the real solution, you need the DLL and you need to edit PHP.ini but thats not all.. The prob was that dlls are NOT in the proper WAMP locations..
I found the dlls, edited PHP.ini and I'm releasing here...
http://www.mediafire.com/?lznkjznnkqw
Thank me if i helped.
EDIT: Go into php.ini and change...
Code:
error_reporting = E_ALL
to:
Code:
error_reporting = E_ALL^E_NOTICE^E_DEPRECATED
&
to:
Have fun!
Re: [TUTORIAL] Fix MSSQL errors in WAMP
Ugh is for like fixing the register page error 0.o
Posted via Mobile Device
EDIT: Doesent work i put my register.php file in the the www and i clikc on localhost nad boom i click register 'Internet Explorer cannot display the webpage' WTF
help!
Re: [TUTORIAL] Fix MSSQL errors in WAMP
Re: [TUTORIAL] Fix MSSQL errors in WAMP
Quote:
Originally Posted by
coole9
Port forward o.o
i did -_- =\
Re: [TUTORIAL] Fix MSSQL errors in WAMP
left click on WAMP in the tray and click "Put Online" Then connect to your IP
Re: [TUTORIAL] Fix MSSQL errors in WAMP
thanks !! <3
now everything works as charm
Re: [TUTORIAL] Fix MSSQL errors in WAMP
PHP Code:
<?php
ini_set('display_errors', 0);
?>
Just put that one in ur header.. Works the same.