Ask a Question related to Macromedia ColdFusion, Design and Development.

  1. #1

    Default organization.cfc

    I have a component called organization.cfc, and I get this error when trying to
    use it:

    Could not find the ColdFusion Component organization.
    Please check that the given name is correct and that the component exists.

    If I rename the component to organization1.cfc or any other name, it works
    fine.
    I'm using cf mx Version: 6,1,0,83762 on a linux box, with apache.
    Any idea about why only the name "organization.cfc" does not work?
    Thank you
    Daniela

    DanielaZen Guest

  2. Similar Questions and Discussions

    1. organization chart in flash
      Hi every one ,, can anyone help me or guide me how to create organization chart in flash something like we got with smart draw 8. I can use that...
    2. Folders organization problem
      When I edit a page using Contribute it places all the files involved (html, images...) in my main webpage folder instead of placing them in the...
    3. paragraph style organization
      I am currently working a quite a few books that have over 70 paragraph styles. OH MY ! what a long list to scroll through! Is there a way to...
    4. NEED HELP PLEASE!!!!!!!!!! -organization-
      Dilema- I have downloaded and uploaded into photoshop alot of brushes and I mean alot, I have close to 2 thousand brushes now. My problem is there...
    5. licensing for non-profit organization
      Does anyone know what is the licensing fee for .NET software for non-profit organization ? I am trying to use ASP.net to develop a web site for...
  3. #2

    Default Re: organization.cfc

    Have you recently moved the component from another location? CF will combile components and if you move them you have to restart CF in order for them to be located again.
    TA-Selene Guest

  4. #3

    Default Re: organization.cfc

    Hi Selene
    I did not move it. I have some other 10 components on the same folder and they
    work fine. I've changed the file rights, owner and group, but it does not help.
    anyway , I renamed it for now, and I'll try to restart the server tonight
    (it's a live server), and see what happens.
    Thank you
    Daniela

    DanielaZen Guest

  5. #4

    Default Re: organization.cfc

    Daniela -

    I had to tweak the name of some of CFC. For example summary.cfc did not
    work, but summaryx.cfc did. The only difference was the filename. hth

    -brian

    "DanielaZen" <webforumsuser@macromedia.com> wrote in message
    news:d8a26d$1qo$1@forums.macromedia.com...
    > Hi Selene
    > I did not move it. I have some other 10 components on the same folder and
    they
    > work fine. I've changed the file rights, owner and group, but it does not
    help.
    > anyway , I renamed it for now, and I'll try to restart the server tonight
    > (it's a live server), and see what happens.
    > Thank you
    > Daniela

    Brian Hogue 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