Skip to main content
Participant
September 19, 2008
Question

cfregistry error message on godaddy using cartweaver

  • September 19, 2008
  • 2 replies
  • 528 views
If anyone can help I will be very grateful. I'm getting cfregistry error when I try to open my online shopping cart that I built with cartweaver / coldfusion. the link is https://www.blankenshipgourmetbaskets.com/blankenship/Results.cfm
I've looked through the code and I cant seem to find a cfregistry tag anywhere.
thanks for any help.
    This topic has been closed for replies.

    2 replies

    Inspiring
    September 19, 2008
    http://help.godaddy.com/article/1643

    --
    Ken Ford
    Adobe Community Expert Dreamweaver/ColdFusion
    Adobe Certified Expert - Dreamweaver CS3
    Fordwebs, LLC
    http://www.fordwebs.com


    "Ken Ford - *ACE*" <newsgroups2@fordwebs.com> wrote in message
    news:gauvnv$mvm$1@forums.macromedia.com...
    > Do you have this in your Application.cfm?
    >
    > clientstorage="Registry"
    >
    >
    > --
    > Ken Ford
    > Adobe Community Expert Dreamweaver/ColdFusion
    > Adobe Certified Expert - Dreamweaver CS3
    > Fordwebs, LLC
    > http://www.fordwebs.com
    >
    >
    > "lallen30" <webforumsuser@macromedia.com> wrote in message
    > news:gauv0q$m6t$1@forums.macromedia.com...
    >> If anyone can help I will be very grateful. I'm getting cfregistry error
    >> when I
    >> try to open my online shopping cart that I built with cartweaver /
    >> coldfusion.
    >> the link is
    >> https://www.blankenshipgourmetbaskets.com/blankenship/Results.cfm
    >> I've looked through the code and I cant seem to find a cfregistry tag
    >> anywhere.
    >> thanks for any help.
    >>
    >

    lallen30Author
    Participant
    September 19, 2008
    Ken Thanks so much for your reply.
    clientstorage="Registry" isn't in Application.cfm.
    The online shopping cart was working. I sync the files the other day when I checked it today it wasn't working and I was supposed to meet with the client. I don't know what changes was made but it is working on my computer when I test it locally. ahhhh!!! what am I missing

    I dont know if this helps but here is the Application.cfm code
    <cfapplication
    name = "keno_dartcf_ship"
    applicationtimeout = "#CreateTimeSpan(0,0,20,0)#"
    clientmanagement = "yes"
    sessionmanagement = "yes"
    setclientcookies = "yes"
    >
    <!--- Call the Global Settings Custom Tag --->
    <cfmodule
    id = "CWTagGlobalSettings"
    template = "cw2/CWTags/CWTagGlobalSettings.cfm"
    datasource = "keno_dartcf_ship"
    datasourceusername = ""
    datasourcepassword= ""
    websiteURL = ""
    websiteSSLURL = ""
    onsubmitaction = "GoTo"
    results = "Results.cfm"
    recordsatatime = "10"
    details = "Details.cfm"
    detailsdisplay = "Advanced"
    gotocart = "ShowCart.cfm"
    checkout = "OrderForm.cfm"
    confirmorder = "Confirmation.cfm"
    cwlocale = "English (US)"
    mailserver = "localhost"
    allowbackorders = "no"
    paymentauthtype = "none"
    paymentauthname = "none"
    enableerrorhandling = "no"
    >
    Inspiring
    September 19, 2008
    Do you have this in your Application.cfm?

    clientstorage="Registry"


    --
    Ken Ford
    Adobe Community Expert Dreamweaver/ColdFusion
    Adobe Certified Expert - Dreamweaver CS3
    Fordwebs, LLC
    http://www.fordwebs.com


    "lallen30" <webforumsuser@macromedia.com> wrote in message
    news:gauv0q$m6t$1@forums.macromedia.com...
    > If anyone can help I will be very grateful. I'm getting cfregistry error
    > when I
    > try to open my online shopping cart that I built with cartweaver /
    > coldfusion.
    > the link is
    > https://www.blankenshipgourmetbaskets.com/blankenship/Results.cfm
    > I've looked through the code and I cant seem to find a cfregistry tag
    > anywhere.
    > thanks for any help.
    >