partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit c47773cb27461b663bdad27d65725eb2bf43d079
parent b4e699650167b2cc8097a43a53047cd96750941b
Author: Felicia Hummel <felicia@drachenkatze.org>
Date:   Sat,  7 Jul 2018 13:41:36 +0200

Added a more verbose error description for an issue which occurs as in #977

Diffstat:
Mweb/setup/js/SetupTests/WebserverRewriteTest.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/web/setup/js/SetupTests/WebserverRewriteTest.js b/web/setup/js/SetupTests/WebserverRewriteTest.js @@ -11,6 +11,7 @@ Ext.define('PartKeeprSetup.WebserverRewriteTest', { this.success = false; this.resultMessage = "Web Server misconfiguration"; this.errors = ['Web Server Configuration error. Please read our <a href="https://wiki.partkeepr.org/wiki/KB00005:Web_Server_Configuration" target="_blank">wiki about the proper web server configuration</a>', response.responseText]; + this.errors.push('Error 2: Tried to retrieve setup/webserver-test and it did not succeed.'); if (this.callback) { this.callback.appendTestResult(this);