• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be 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.

Can't install Magento application

Peter_Stone

New Pleskian
When I try to install Magento 1.9.1.1 I get the error message;

Error: Installation of magento at http://mydomain.com/ failed. Non-zero exit status returned by script.

Can't seem to get any more information into what might be causing this issue
 
Have a look at the error_log. It is available in the Plesk-panel (customer view) - websites & domains -> mydomain -> show more -> log files.
 
Turn on debug in panel.ini
Code:
# plesk conf panel.ini

[debug]
enabled = on

[log]
filter.priority = 7
show.util_exec = on
show.util_exec_io = on

and check output of panel.log
Code:
# plesk log panel.log
 
Back
Top