Catch open basedir errors.

This commit is contained in:
James Cole
2018-04-27 12:58:43 +02:00
parent 5d4467a6c0
commit ac419e01d3
2 changed files with 51 additions and 14 deletions

View File

@@ -101,6 +101,6 @@ function completeDone() {
function displaySoftFail(message) {
$('#status-box').html('<i class="fa fa-warning"></i> ' + message + '<br /><br />Please read the ' +
'<a href="http://firefly-iii.readthedocs.io/en/latest/support/faq.html#i-get-an-error-about-proc-close-being-disabled">' +
'<a href="http://firefly-iii.readthedocs.io/en/latest/support/faq.html#i-get-an-error-during-the-automatic-installation-and-upgrade">' +
'official documentation</a> about this, and upgrade by hand.');
}