php - php5_invoke xdebug: no action - module was disabled by maintainer for apache2 SAPI -
php - php5_invoke xdebug: no action - module was disabled by maintainer for apache2 SAPI -
i using linux mint 16
, performed update today version linux mint 17
, updated correctly, xdebug not activated, uninstalled , installed 1 time again , noticed when went install xdebug, showed message warning can not activate.
this due security issue of extension? how enable xdebug new updated installation?
default@default-pc ~ $ sudo apt-get install php5-xdebug reading bundle lists... done building dependency tree reading state information... done next new packages installed: php5-xdebug 0 upgraded, 1 newly installed, 0 remove , 18 not upgraded. need 0 b/253 kb of archives. after operation, 982 kb of additional disk space used. selecting unselected bundle php5-xdebug. (reading database ... 272442 files , directories installed.) preparing unpack .../php5-xdebug_2.2.3-2build1_amd64.deb ... unpacking php5-xdebug (2.2.3-2build1) ... setting php5-xdebug (2.2.3-2build1) ... php5_invoke xdebug: no action - module disabled maintainer apache2 sapi
i managed manually activate again, solution create shortcut xdebug.ini file , paste in loading extensions folder.
create shortcut xdebug.ini
file desktop:
/etc/php5/mods-available/xdebug.ini
the contents of file is:
zend_extension=xdebug.so
copy shortcut created on desktop folder:
/etc/php5/apache2/conf.d/
php apache2 xdebug linuxmint
Comments
Post a Comment