• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

WordPress Tool Issue

Chris Lemmer

New Pleskian
Hi there,

My WordPress tool for Plesk stopped working. I keep on getting the following error:

filemng: Failed to execute command: /usr/local/psa/admin/plib/modules/wp-toolkit/vendor/wp-cli/wp-cli/bin/wp: Permission denied System error 13: Permission Denied

I have set this file's permissions to: chmod +x, however, it doesn't seem to work.

Any ideas? Please also just notify me when you remove my forum posts. I spent almost an hour typing the last one out, and you simply remove it. Now I've lost it and I have to type it again on another place where people can actually help me.

Thanks
Chris
 
Whats your permissions set for /opt/psa/admin/plib/modules/wp-toolkit/vendor/wp-cli/wp-cli/bin/wp

# ll /opt/psa/admin/plib/modules/wp-toolkit/vendor/wp-cli/wp-cli/bin/wp
 
Path changed since older Plesk version, command could also be
# ll /usr/local/psa/admin/plib/modules/wp-toolkit/vendor/wp-cli/wp-cli/bin/wp
and should yield
-rwxr-xr-x 1 root root 1614 <date> /usr/local/psa/admin/plib/modules/wp-toolkit/vendor/wp-cli/wp-cli/bin/wp*
(0755, owner root, group root).

Edit: Re-thinking and wondering why it's /opt/psa in the user's post? Maybe a different OS ...
 
Noticed that as well - don't think the original poster is actually running Onyx...
 
Back
Top