From 723dad7e5a48c3b9e976b885975e03d172218af1 Mon Sep 17 00:00:00 2001 From: Nitai Date: Fri, 19 Feb 2016 13:53:12 -0700 Subject: [PATCH] Fixed error message when accessing with /bluedragon/administrator/ Accessing the Administration with /bluedragon/administrator/ only threw an error of: ``` Method getRootURL could not be found. Check you have correct method name, the method name casing matches that of the Java class and you've provided the correct number of arguments ``` The method obviously does not exists. I've fixed the code to work with the getContextPath(). Tested on MacOS X and Linux servers. --- bluedragon/administrator/Application.cfc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bluedragon/administrator/Application.cfc b/bluedragon/administrator/Application.cfc index ccd5cac..f0eaa30 100644 --- a/bluedragon/administrator/Application.cfc +++ b/bluedragon/administrator/Application.cfc @@ -146,7 +146,7 @@ - +