On Mon, Sep 13, 2010 at 9:09 AM, kentyler <[email protected]>wrote:
> i installed openbd on a max laptop and the captcha tag works fine > i install in on ubuntu 10.4 and all i get is a broken image > I have a feeling on Ubuntu you're probably hitting http://server:port/contextpath/captchapage.cfm and on Windows you're just hitting http://server/captchapage.cfm If you had a virtual host on the Ubuntu side it'll work. The issue is that with the context path in the URL it won't find /contextpath/CFCaptchaEngine.cfm since it's expecting it to be in the root of a virtual host. Let me know if that doesn't address your situation. Based on looking at the source code for this very briefly it *might* be a bug, but I'll wait to hear if you're in the situation I described above before submitting a ticket. Thanks. -- Matthew Woodward [email protected] http://blog.mattwoodward.com identi.ca / Twitter: @mpwoodward 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://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon official manual: http://www.openbluedragon.org/manual/ Ready2Run CFML http://www.openbluedragon.org/openbdjam/ mailing list - http://groups.google.com/group/openbd?hl=en
