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...
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...
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...
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...
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 =...