Sunday, January 22, 2012

WAMP Disable Fancy (Orange) style error reporting + PHP

WAMP Disable Fancy (Orange) style error reporting + PHP

Just Disable XDEBUG Extension from php.ini

Steps:
1) Click on WAMP >> PHP >> php.ini
2) Serach for "php_xdebug" and comment below line
3) ;zend_extension = "c:/wamp/bin/php/php5.3.5/zend_ext/php_xdebug-2.1.0-5.3-vc6.dll"

Feel free to comment below and I’ll do my best to reply and/or add to the follow up. Thanks

7 comments:

  1. wow. exactly what i have been looking for. thanks a bunch.

    ReplyDelete
  2. Comment? What's "comment" when we are talking about these issues? I need to disable Xdebug module since I am getting this message:
    "This server has the PHP 'Xdebug' module enabled... This PHP module prevents the correct functioning of the System Check. Please disable it.."
    Within my php.ini I have this line (#1943):
    zend_extension = "c:/wamp/bin/php/php5.5.12/zend_ext/php_xdebug-2.2.5-5.5-vc11-x86_64.dll"
    What I should do in order to disable Xdebug module and run my RSfirewall ext. in Joomla 3.3 ?
    Thanks in advance...!

    ReplyDelete
  3. Thanks mate, works like a charm.

    ReplyDelete
  4. this disables the entire xdebug module, not just the commenting.

    ReplyDelete