Applicable to:
- Plesk 12.5 for Windows
Symptoms
Cannot delete WordPress plugin in WordPress Toolkit.
There are no any relevant errors in log files.
Cause
The
proc_open()
function is disabled in the
php.ini
for PHP version of the website.
Resolution
-
Determine what version of PHP is in use: Plesk > domains > example.com > PHP Settings > PHP support .
-
Go to Plesk > Tools&Settings > PHP Settings > PHP version and handler for the domain > php.ini .
-
In opened editor search for
disabled_functions
line and removeproc_open()
from it.
Comments
0 comments
Please sign in to leave a comment.