On Tue, Nov 10, 2009 at 6:20 PM, Matthew Woodward <[email protected]> wrote: > Sure--feel free to email that to me off-list.
In regards to Lighthouse Pro, I talked to Ray today and fixed the remaining issue (he had already addressed the other problem in a more recent version), as well as updating the installation docs to include a couple of necessary steps for OpenBD users. The latest version of the app has been committed to the Model-Glue repo, and I also fixed the core bug as well. If you check out a working copy from the trunk, you should now be able to run this sample app without encountering any of the problems I ran into. > Yep, that should definitely work and does in my experience. I haven't run > into situations like you're outlining where everything has to be relative to > the webroot. Is this problem illustrated in the modified version of LHP? OK, I figured out the path issue I was having -- it was indeed my fault. I'm running on Ubuntu, and although I noted the instructions in the admin console regarding the need to preface paths with a "$" character on *NIX platforms, for some reason it didn't register that this was relevant for application-specific mappings as well. Once I added the "$" to the mapping definition in Application.cfc, everything worked as expected. This does raise a question, however: As this behavior is distinctly different from both Adobe CF and Railo, it does break cross-engine compatibility for applications that dynamically set an app-specific mapping (e.g., LHP uses getDirectoryFromPath(getCurrentTemplatePath()) to define the mapping path). Is there any possibility of changing this to be compatible with the other two major engines in a future version of OpenBD? > Thanks again for the help! Much appreciated. Not a problem. Please let me know if you encounter any other MG-related issues on OpenBD, and I'll do whatever I can to help resolve them. -- Ezra Parker --~--~---------~--~----~------------~-------~--~----~ 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 !! -~----------~----~----~----~------~----~------~--~---
