When log in the administrator on a new dev install I get this error and I 
am not able to access or change any of the settings. I have moved the site 
out of webapps to another drive and moved over the WEB-INF and bluedragon 
folders. Other pages on the site as far as I can tell. The datasource 
hasn't been set up yet but other pages load with the expected error of no 
dsn.

Any ideas about what I am missing or got wrong:

Thanks for your help.


<http://openbd.org/manual/>*CFML Runtime Error*
Need some help? Visit our manual http://openbd.org/manual/ 
<http://openbd.org/manual/>
*Login required to perform this action*
Request /bluedragon/administrator/index.cfm
File Trace E:/Websites/dev.local/bluedragon/administrator/index.cfm
|
+-- E:/Websites/dev.local/bluedragon/administrator/Application.cfc
    |
    +-- E:/Websites/dev.local/bluedragon/adminapi/Administrator.cfc
        |
        +-- E:/Websites/dev.local/bluedragon/adminapi/Base.cfc

Type bluedragon.adminapi.security
Function(s) onRequestStart 
(E:/Websites/dev.local/bluedragon/administrator/Application.cfc, Line=62, 
Column=2)
|
+--setInitialSecurity 
(E:/Websites/dev.local/bluedragon/adminapi/Administrator.cfc, Line=30, 
Column=151)
    |
    +--setConfig (E:/Websites/dev.local/bluedragon/adminapi/Base.cfc, 
Line=106, Column=86)
        |
        +--checkLoginStatus 
(E:/Websites/dev.local/bluedragon/adminapi/Base.cfc, Line=95, Column=103)
Tag Context CFTHROW <http://openbd.org/manual/?/tag/CFTHROW> 
(E:/Websites/dev.local/bluedragon/adminapi/Base.cfc, Line=97, Column=7)
|
+-- CFIF <http://openbd.org/manual/?/tag/CFIF> 
(E:/Websites/dev.local/bluedragon/adminapi/Base.cfc, Line=96, Column=5)
    |
    +-- CFFUNCTION <http://openbd.org/manual/?/tag/CFFUNCTION> 
(E:/Websites/dev.local/bluedragon/adminapi/Base.cfc, Line=95, Column=103)
        |
        +-- CFSET <http://openbd.org/manual/?/tag/CFSET> 
(E:/Websites/dev.local/bluedragon/adminapi/Base.cfc, Line=114, Column=5)
            |
            +-- CFFUNCTION <http://openbd.org/manual/?/tag/CFFUNCTION> 
(E:/Websites/dev.local/bluedragon/adminapi/Base.cfc, Line=106, Column=86)
                |
                +-- CFSET <http://openbd.org/manual/?/tag/CFSET> 
(E:/Websites/dev.local/bluedragon/adminapi/Administrator.cfc, Line=49, 
Column=7)
                    |
                    +-- CFIF <http://openbd.org/manual/?/tag/CFIF> 
(E:/Websites/dev.local/bluedragon/adminapi/Administrator.cfc, Line=44, 
Column=5)
                        |
                        +-- CFFUNCTION 
<http://openbd.org/manual/?/tag/CFFUNCTION> 
(E:/Websites/dev.local/bluedragon/adminapi/Administrator.cfc, Line=30, 
Column=151)
                            |
                            +-- CFSET <http://openbd.org/manual/?/tag/CFSET> 
(E:/Websites/dev.local/bluedragon/administrator/Application.cfc, Line=65, 
Column=3)
                                |
                                +-- CFFUNCTION 
<http://openbd.org/manual/?/tag/CFFUNCTION> 
(E:/Websites/dev.local/bluedragon/administrator/Application.cfc, Line=62, 
Column=2)
Source 

94 :   <cffunction name="checkLoginStatus" access="package" output="false" 
returntype="void" 
95 :         hint="Checks login status and throws a security exception if there 
is no valid logged in user">
96 :     <cfif !isUserLoggedIn()>97 :       <cfthrow 
message="#variables.msg.security.notLoggedIn#" 
type="bluedragon.adminapi.security" />
98 :     </cfif>

^ Snippet from underlying CFML source

-- 
-- 
online documentation: http://openbd.org/manual/
 http://groups.google.com/group/openbd?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Open 
BlueDragon" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to