lc_undefined error in flashform

Ask a Question related to Coldfusion - Getting Started, Design and Development.

  1. #1

    Default lc_undefined error in flashform

    i keep receiving lc_id undefined error whenever flash forms are called. i
    understand that this has to do with the server not being able to find
    /cfide/scripts/. however i have added:

    Alias /CFIDE/scripts/ "C:\Program Files\Apache
    Group\Apache2\htdocs\CFIDE\scripts\"

    to httpd.conf, but it still doesnt work. i dont get it. any ideas?

    Dr. Goomba Guest

  2. Similar Questions and Discussions

    1. Style in FlashForm
      Hi! I am preparing some big service and I've got some problems. Right now my client want me to change the style of labels, tooltips and icons in...
    2. Is it possible to disable print on right click on flashform?
      I have a flash form (cfform type="flash") and would like to disable the print option when one right clicks on the mouse. Is it possible? if so, how?...
    3. how to insert data into database from flashform
      i have create checkbox in flash form, but i can't use the same name for each value, so i make it cb1, cb2, how should i write the sql statement for...
    4. Error with a flashform
      I'm getting this message "A function in the code exceeds the 64K byte limit (actual size = '65604'). Since the problem occurs in the...
    5. FileUpload in FlashForm?
      Hi I work on my Diploma and need a littel help. Can someone tell me if it is possible to integrate a fileupload in a flashform? I just want a few...
  3. #2

    Default Re: lc_undefined error in flashform

    Google the words: cfform lc_id undefined

    I've only skimmed the results but there seem to be a few other explanations for this error.


    mxstu Guest

  4. #3

    Default Re: lc_undefined error in flashform

    I had the same problem. I removed all the connectors and installed connector
    for IIS . I think we can apply same for apache.

    1. Step 1. Go to C:\CFusionMX7\bin\connectors or the path where you have
    loaded the coldfusion files.
    2. Execute batch file Remove_ALL_connectors.
    3. Execute Apache_connector or IIS_connector.

    Thanks

    CFRAM Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139