I did the structDelete and that fixed the main error. Thank you. :)

Now, if you are up to it, is another error I'm now getting (again, I'm 
not getting it in the local server).

"Element Main is undefined in a CFML structure referenced as part of an 
expression."

Can you explain this in laymens terms? :)

I believe the code doing this is..

        <frameset cols="215,0,*" frameborder="no" border="0" framespacing="0">
                <frameset rows="*,18" frameborder="no" border="0" 
framespacing="0">
                <frame name="Navigation" src="#self#Main.Menu" scrolling=Auto 
noresize>
                <frame name="StockTicker" src="#self#Main.Ticker" scrolling=No 
noresize>
                </frameset>
          <frame name="Music" src="#self#Main.Music" scrolling="No" noresize>
          <frame name="Main Window" src="#self#Main.Welcome" noresize>
        </frameset>

with self being = "index.cfm?fuseaction="


Barney Boisvert wrote:
> Are you reloading the fusebox when you deploy?  Or you might try
> putting structDelete(application, "fusebox", false) in index.cfm,
> running it once, and then removing it, just to ensure you've got a
> pristine memory state.
> 
> cheers,
> barneyb
> 
> On 7/13/07, Phillip M. Vector <[EMAIL PROTECTED]> wrote:
>> The parameter is there. Also, the core files are a direct copy from my
>> local. So logically, it should work.
>>
>>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion MX7 by AdobeĀ®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:283685
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to