[TUTORIAL] Fix MSSQL errors in WAMP

Results 1 to 7 of 7
  1. #1
    Proficient Member coole9 is offline
    MemberRank
    Apr 2009 Join Date
    ..Location
    167Posts

    [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
    &

    Code:
    ; error_reporting
    to:

    Code:
     error_reporting
    Have fun!
    Attached Files Attached Files
    Last edited by coole9; 28-02-10 at 07:07 PM.


  2. #2
    Account Upgraded | Title Enabled! yurij13 is offline
    MemberRank
    Jul 2007 Join Date
    387Posts

    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!
    Last edited by yurij13; 14-03-10 at 10:58 PM.

  3. #3
    Proficient Member coole9 is offline
    MemberRank
    Apr 2009 Join Date
    ..Location
    167Posts

    Re: [TUTORIAL] Fix MSSQL errors in WAMP

    Port forward o.o

  4. #4
    Account Upgraded | Title Enabled! yurij13 is offline
    MemberRank
    Jul 2007 Join Date
    387Posts

    Re: [TUTORIAL] Fix MSSQL errors in WAMP

    Quote Originally Posted by coole9 View Post
    Port forward o.o
    i did -_- =\

  5. #5
    Proficient Member coole9 is offline
    MemberRank
    Apr 2009 Join Date
    ..Location
    167Posts

    Re: [TUTORIAL] Fix MSSQL errors in WAMP

    left click on WAMP in the tray and click "Put Online" Then connect to your IP

  6. #6
    Novice mustafa nero is offline
    MemberRank
    Nov 2008 Join Date
    4Posts

    Re: [TUTORIAL] Fix MSSQL errors in WAMP

    thanks !! <3
    now everything works as charm

  7. #7
    Account Upgraded | Title Enabled! sayuta is offline
    MemberRank
    Jan 2007 Join Date
    The NetherlandsLocation
    205Posts

    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.



Advertisement