• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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