Wow you are good at this debugging!! I would never have found that. Thanks VERY much.
BTW in my experimenting I have tried Rail which led me to the Resin J2ee server which boasts a built-in Quercus application. So it does PHP too..and fast. Will try it with OBD Julian On Oct 1, 3:46 am, Matthew Woodward <[EMAIL PROTECTED]> wrote: > [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]://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 !! -~----------~----~----~----~------~----~------~--~---
