[EMAIL PROTECTED] wrote:
> I have already posted about is but to no avail thus far. I believe
> this to be a problem with openbd and bd in the way createObject()
> works. The same applications work fine under CF8 and Railo running
> under Resin.
>
>   

OK--found the problem. You have a struct key that starts with a number 
in MsgController, line 46:
msgStruct.404err = "The page you are seeking is not available.";

Change that line to this and everything works:
msgStruct['404err'] = "The page you are seeking is not available.";

Well, I shouldn't say "everything" because I didn't test it thoroughly, 
but I clicked around, logged in, etc. and no errors were thrown.

Let me know if you run into anything else.

-- 
Matt Woodward
[EMAIL PROTECTED]
http://www.mattwoodward.com/blog

Please do not send me proprietary file formats such as Word, PowerPoint, etc. 
as attachments.
http://www.gnu.org/philosophy/no-word-attachments.html


--~--~---------~--~----~------------~-------~--~----~
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