ColdFusion .dbm files

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default ColdFusion .dbm files

    I need help, I know very little about ColdFusion.

    I have a question: We had a programmer develop a ColdFusion application for
    us. We stopped using it about a year ago and have decided to go back to it. I
    have uploaded it to our server (a Coldfusion server). All the .cfm files load
    no problem for the user. But any file ending in .dbm causes a "page cannot be
    displayed" error.

    I have check out macromedia's site and found the following article:

    [url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_18289[/url]

    I've sent this article off to our hosting company and I am told that this fix
    will probably solve the problem, but they would want to move with "extreme
    caution" in making a change like this and would like me to explore any other
    avenues possible before making the change.

    So my question(s) is this:
    1 - Can somebody explain to me (in non-techy language) what the error is, what
    is the purpose of a .dbm file and why this application won't run properly.
    2 - Why does the host want to move with "extreme caution" before making a
    change like this?

    Thanks so much for your help!
    Tina

    tmparsley Guest

  2. Similar Questions and Discussions

    1. Can I encrypt ColdFusion files?
      Can I encrypt ColdFusion files? I'd like to make a CF application with encrypted .CFM pages so purchasers can't see the code. The purchaser...
    2. Associating .cfm files with Coldfusion
      All my Coldfusion files are stored in the myapps directory. When I double-click a cfm file it launches Dreamweaver where I can then run it with the...
    3. Coldfusion Administrator Log Files
      After I delete the scheduler.log, will it open up with a clean slate? I want to make sure it will not disappear altogether :light;
    4. cannot access coldfusion files from IIS 5
      Did you happen to find a solution for this? We are experiencing the same issue! I will keep you posted if we find anything from this end. ...
    5. How to zip files in ColdFusion
      cflib.org has a UDF that will do it using java classes. I had to modify it a bit to get it to work a litlle better though.
  3. #2

    Default Re: ColdFusion .dbm files

    Since .dbm was the old ColdFusion extension before .cfm, I wonder how hard it
    would be for you to convert these templates to .cfm? Do you have many of them?
    You might take a look (or have someone else take a look) to see if there is
    anything in them that would prevent you from renaming them, and any links to
    them, with the .cfm extension. I suppose that you could change them to .cfm on
    a test server, and run Code Analyzer on them to see if they contain any old
    depricated stuff, etc. That way, you will never have to worry about the issue
    again, and all of your templaes will now have the proper valid extension.

    Phil

    paross1 Guest

  4. #3

    Default Re: ColdFusion .dbm files

    Following the instructions of the article you only enable to IIS and CF to
    process files with extension .dbm. Is not something dangerous itself, just only
    enabling another file extension to be processed by CF (configuring IIS, and
    saying ".dbm file must be processed with CF).
    The only thing is that you should not allow (at least beware of) file uploads
    with .dbm extension because they are executable after the IIS and CF config
    modifications, and some malicious user could exploit it.

    Regards

    About your questions :
    1) The error is because dbm are not allowed to be executed as webpages. Dbm
    files are an old extension for CF files. The application should run properly
    except for obsolete or deprecated CF tags or attributes not supported by your
    actual CF server version.
    2) They said that because they don't want to open a security hole in their
    servers, they prefer live in peace, why they have to take a risk (is not the
    case) doing all those changes for a stupid CF application ;-)

    Regards


    Sojovi 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