• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Search results

  1. M

    Issue XDebug for PHP 7.1.12 not working on web sites

    That's what I tried first but: We identified that the Plesk license was purchased not directly from Plesk but through one of the Plesk Resellers. In this case, you need to contact your license provider for support service. Plesk Partners (Resellers) are fully trained by Plesk and deliver...
  2. M

    Issue XDebug for PHP 7.1.12 not working on web sites

    Done: C:\Program Files (x86)\Plesk\Additional\PleskPHP71>plesk bin php_handler.exe --reread The information about PHP handlers was successfully updated. with this in the php.ini: [xdebug] zend_extension = "C:\Program Files...
  3. M

    Issue XDebug for PHP 7.1.12 not working on web sites

    Yes, IgorG. With this in the php.ini: [xdebug] zend_extension = "C:\Program Files (x86)\Plesk\Additional\PleskPHP71\ext\php_xdebug-2.5.5-7.1-vc14-nts-x86_64.dll" xdebug.remote_enable = 1 xdebug.remote_autostart = 1 xdebug.profiler_enable = off C:\Program Files...
  4. M

    Issue XDebug for PHP 7.1.12 not working on web sites

    Hello IgorG, It was working in the command line because I changed php.ini: [xdebug] zend_extension = "C:\Program Files (x86)\Plesk\Additional\PleskPHP71\ext\php_xdebug-2.5.5-7.1-vc14-nts-x86_64.dll" xdebug.remote_enable = 1 xdebug.remote_autostart = 1 xdebug.profiler_enable = off However, if...
  5. M

    Issue XDebug for PHP 7.1.12 not working on web sites

    Hi, I'm using Plesk Onyx Version 17.5.3 Update #36. I have downloaded the proper XDebug DLL for PHP 7.1.12 and placed it in "C:\Program Files (x86)\Plesk\Additional\PleskPHP71\ext\" Then I added to "C:\Program Files (x86)\Plesk\Additional\PleskPHP71\php.ini" this line: zend_extension =...
Back
Top