• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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