Just add this to the bottom of farcry_core/admin/install/_installConfigFiles.cfm:
<cfif FileExists("#application.path.project#/www/index.cfm") is false>
<cffile action="WRITE" file="#application.path.project#/www/index.cfm" output="<!--- fix for servers with directory listing disabled --->" />
</cfif>
Also, line 7 of farcry_core/admin/OnRequestEnd.cfm is causing a CF error "Could not find the included template /OnRequestEnd.cfm."
Can't post a fix because I'm confused as to it's purpose. If it was changed to "OnRequestEnd.cfm" then it's including itself, and that can't be good thing.
Also for ease of use on the install screen, maybe have a small div next to the "DB Owner" field that says "blank for MySQL databases" when "MySQL" is selected from the dropdown above, "'dbo.' for MSSQL Server" etc. Yes I know it's under the help icon, but usually things work if left default, in this case it doesn't. Probably the only trip-up in this VERY basic install process.
Nice work on the install scripts guys. I doubt you could find another CMS that is that dang easy to do an cross-platform, cross SQL-server install!
- tim
--- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]
