Hi all, T'was coding a new site (ja2) using code from an old site (tmw), when Open BlueDragon quit serving all sites (ja1, B&ARR, tmw).
Version 1.1 on a Mac G4 10.4.11. Code was copied from my "tmw" (themachineryworks) project for a ground-up rebuild of "ja2" (jamesabrams). I was able to view several website on the OBD instance until I tried browsing a template that included another with the codeblock below. Note: the included template ran ok on the tmw website, so I'm fuzzy why it would cause an issue on ja2. Cited here as it was the last change made before OBD quit serving pages. Without sucess, I've tried restarting OBD several times and also restarted the computer once. Is there a place I should look for a corrupted file? Should I reinstall OBD? I set aside today to do the heavy coding for ja2, and would like to get back to it. Thank you! * JB * JB Mentzer in soggy southeastern New England Codeblock, from "app_model.cfm": <!--- initialize the structures ---> <cfset request.site=structnew()> <cfset request.site.erroremail=structnew()> <cfset request.page=structnew()> <!--- Site DSN variable ---> <cfparam name="request.site.mainDSN" default="ssp"> <!--- Server Variables <cfset request.site.mailServer = "mail.mailandnews.com"> <cfset request.site.ownerEmail = "[email protected]">---> <!--- Site error handling ---> <cfset request.site.testmode="no"> <cfset request.site.erroremail.to="[email protected],[email protected]"> <cfset request.site.erroremail.from="[email protected]"> <!--- Path variables ---> <!--- <cfparam name="request.site.URL" default="http://localhost/themachineryworks/"> ---> <cfparam name="request.site.cfroot" default="/jamesabrams2"> <cfparam name="request.site.webRoot" default="/jamesabrams2"> <cfset request.site.imagePath = "/themachineryworks/graphics"> <cfset request.site.imageHardPath = "c:\web_pages\themachineryworks\graphics"> <!--- <cfset request.site.realAudioPath = "/realAudio"> <cfset request.site.realAudioHardPath = "c:\web_pages\themachineryworks\realAudio"> ---> <!--- Page display variables ---> <cfparam name="request.page.headerfile" default="#request.site.cfRoot#/dsp_header.cfm"> <cfparam name="request.page.footerfile" default="#request.site.cfRoot#/dsp_footer.cfm"> <cfparam name="request.page.title" default="themachineryworks.com"> <cfparam name="request.page.bgcolor" default="800000"> <cfparam name="request.page.fontcolor" default="FFFFFF"> <cfparam name="request.page.linkcolor" default="FFCC66"> <cfparam name="request.page.vlinkcolor" default="FFCC66"> <cfparam name="request.page.alinkcolor" default="FFCC66"> <cfparam name="request.page.description" default="Page Description."> <cfparam name="request.page.abstract" default="jamesabrams.com. Photography for all occaisions."> <cfparam name="request.page.keywords" default="photography, weddings, portraits, passport photos, senior portraits, engagement photos"> <cfparam name="request.page.author" default="John B. Mentzer"> <!--- User Variables ---> <cfif not Isdefined("client.customerid")> <cfif IsDefined("cookie.cfid") and IsDefined("cookie.cftoken")> <cfset client.customerid= "#cookie.cfid#_#cookie.cftoken#"> <cfelse> <cfset client.customerid= "#cfid#_#cftoken#"> </cfif> </cfif> --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://groups.google.com/group/openbd?hl=en official site @ http://www.openbluedragon.org/ !! save a network - trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
