I have had previous installations running.  So, I downloaded the new  
version and restarted the web server.  No problem.  The test page  
comes up just fine.

I'm having difficulty getting into the admin area and was wondering if  
there is a quick "Getting Started" guide.

When I go to /openbd/bluedragon/administrator/   I get the following  
error:  (Any ideas?)

CFML Runtime Error
Login required to perform this action
Request /bluedragon/administrator/index.cfm
File Trace      /public_html/openbd/bluedragon/administrator/index.cfm
|
+-- /public_html/openbd/bluedragon/administrator/Application.cfc
     |
     +-- /public_html/openbd/bluedragon/adminapi/Administrator.cfc
         |
         +-- /public_html/openbd/bluedragon/adminapi/Base.cfc

Type    bluedragon.adminapi.security
Function(s)     onApplicationStart
|
+--setInitialSecurity
     |
     +--setConfig
         |
         +--checkLoginStatus
Tag Context     CFFUNCTION: Line=30; Column=2
|
+-- CFSCRIPT: Line=31; Column=3
     |
     +-- CFFUNCTION: Line=30; Column=147
         |
         +-- CFIF: Line=49; Column=3
             |
             +-- CFSET: Line=54; Column=4
                 |
                 +-- CFFUNCTION: Line=96; Column=82
                     |
                     +-- CFSET: Line=102; Column=3
                         |
                         +-- CFFUNCTION: Line=79; Column=99
                             |
                             +-- CFIF: Line=80; Column=3
                                 |
                                 +-- CFTHROW: Line=81; Column=4
Source  
78:   <cffunction name="checkLoginStatus" access="package"  
output="false" returntype="void"
79:       hint="Checks login status and throws a security exception if  
there is no valid logged in user">
80:     <cfif not isUserLoggedIn()>
81:       <cfthrow message="#variables.msg.security.notLoggedIn#"  
type="bluedragon.adminapi.security" />
82:     </cfif>
^ Snippet from underlying CFML source




--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
 http://groups.google.com/group/openbd?hl=en
 official blog @ http://blog.openbluedragon.org/
!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to