Hello All,


I'm new to FarCry but have been using CF for about 5 years. I'm having some issues getting FarCry working after installation. Here's my setup:


OS: Windows XP Pro
CF: version 7 (trial)
DB: PostgreSQL 8.0
Web: Apache 2

1. I dropped farcry_core, farcry_aura and fourq in a dir called "farcry" 2. I created a virtual host called "farcry1" pointing to farcry/farcry_aura/www with an alias "/farcry" pointing to farcry/farcry_core/admin.
3. The installation ran and completed without errors.


I noticed that the install created a directory in my "farcry" dir called "farcry1" (the site name I specified in the install). I adjusted my virtual host "farcry1" to instead point to farcry/farcry1/www and left the alias as is.

When I try to load the main site I get this error message:


""" Error Executing Database Query.

The error occurred in C:\Program Files\Apache Group\Apache2\htdocs_farcry\farcry_core\packages\farcry\_tree\getAncestors.cfm: line 77
Called from C:\Program Files\Apache Group\Apache2\htdocs_farcry\farcry_core\packages\farcry\tree.cfc: line 74
Called from C:\Program Files\Apache Group\Apache2\htdocs_farcry\farcry_core\packages\security\authorisation.cfc: line 36
Called from C:\Program Files\Apache Group\Apache2\htdocs_farcry\farcry_core\packages\security\authorisation.cfc: line 405
Called from C:\Program Files\Apache Group\Apache2\htdocs_farcry\farcry_core\tags\navajo\display.cfm: line 199
Called from C:\Program Files\Apache Group\Apache2\htdocs_farcry\farcry_core\tags\navajo\display.cfm: line 1
Called from C:\Program Files\Apache Group\Apache2\htdocs_farcry\farcry1\www\index.cfm: line 4
Called from C:\Program Files\Apache Group\Apache2\htdocs_farcry\farcry_core\packages\farcry\_tree\getAncestors.cfm: line 77
Called from C:\Program Files\Apache Group\Apache2\htdocs_farcry\farcry_core\packages\farcry\tree.cfc: line 74
Called from C:\Program Files\Apache Group\Apache2\htdocs_farcry\farcry_core\packages\security\authorisation.cfc: line 36
Called from C:\Program Files\Apache Group\Apache2\htdocs_farcry\farcry_core\packages\security\authorisation.cfc: line 405
Called from C:\Program Files\Apache Group\Apache2\htdocs_farcry\farcry_core\tags\navajo\display.cfm: line 199
Called from C:\Program Files\Apache Group\Apache2\htdocs_farcry\farcry_core\tags\navajo\display.cfm: line 1
Called from C:\Program Files\Apache Group\Apache2\htdocs_farcry\farcry1\www\index.cfm: line 4


75 :
76 : <!--- reorder, to put this at the front of the query --->
77 : <cfquery dbtype="query" name="q">
78 : SELECT * FROM ancestors
79 : ORDER BY nlevel
"""


And when I try to load the administrator, I log in as farcry / farcry and then get this error message after about 1/2 the page loads:



""" Error Executing Database Query.

The error occurred in C:\Program Files\Apache Group\Apache2\htdocs_farcry\farcry_core\packages\farcry\_workflow\getUserDraftObjects.cfm: line 76
Called from C:\Program Files\Apache Group\Apache2\htdocs_farcry\farcry_core\packages\farcry\workflow.cfc: line 61
Called from C:\Program Files\Apache Group\Apache2\htdocs_farcry\farcry_core\admin\home.cfm: line 233
Called from C:\Program Files\Apache Group\Apache2\htdocs_farcry\farcry_core\admin\home.cfm: line 32
Called from C:\Program Files\Apache Group\Apache2\htdocs_farcry\farcry_core\admin\home.cfm: line 1
Called from C:\Program Files\Apache Group\Apache2\htdocs_farcry\farcry_core\admin\index.cfm: line 162
Called from C:\Program Files\Apache Group\Apache2\htdocs_farcry\farcry_core\admin\index.cfm: line 1
Called from C:\Program Files\Apache Group\Apache2\htdocs_farcry\farcry_core\packages\farcry\_workflow\getUserDraftObjects.cfm: line 76
Called from C:\Program Files\Apache Group\Apache2\htdocs_farcry\farcry_core\packages\farcry\workflow.cfc: line 61
Called from C:\Program Files\Apache Group\Apache2\htdocs_farcry\farcry_core\admin\home.cfm: line 233
Called from C:\Program Files\Apache Group\Apache2\htdocs_farcry\farcry_core\admin\home.cfm: line 32
Called from C:\Program Files\Apache Group\Apache2\htdocs_farcry\farcry_core\admin\home.cfm: line 1
Called from C:\Program Files\Apache Group\Apache2\htdocs_farcry\farcry_core\admin\index.cfm: line 162
Called from C:\Program Files\Apache Group\Apache2\htdocs_farcry\farcry_core\admin\index.cfm: line 1


74 : </cfloop>
75 :
76 : <cfquery name="qDraftObjects2" dbtype="query">
77 : SELECT * FROM qDraftObjects
78 : ORDER BY objectLastUpdated DESC
"""


If anyone could give me some pointers I'd really appreciate it. Thanks!


-Cliff


--- You are currently subscribed to farcry-dev as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to