I upgraded to 2.0 from 1.4, and now my cfindex operations are
breaking. And I'm not getting much from debugging.

Here's the code of an cfindex operation that worked fine before.

<cfindex
                action="update"
                collection="pages"
                type="custom"
                key="#PID#"
                title="#index_pages.title#"
                urlPath="#get_dns.dns_domain#/#get_dns.dns_subfolder#"
                body="#index_pages.title# #get_dns.dns_subfolder#
#index_category_lookup.category_name#"
                category ="#index_category_lookup.category_name#"
                custom1 = "#index_pages.created#"
                custom2 = "#user_url#"
                custom3 = ""
                custom4 = ""
        >

But now when I try and run the same script I get an error thrown "The
page you were executing caused an internal server error" and under
exceptions I just get "application exception" pointing to the last
line of the clause.

Ideas?

-- 
online documentation: http://openbd.org/manual/
   google+ hints/tips: https://plus.google.com/115990347459711259462
     http://groups.google.com/group/openbd?hl=en

Reply via email to