CFM 5.0 code with Coldfusion server 7.0

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

  1. #1

    Default CFM 5.0 code with Coldfusion server 7.0

    We plan to upgade from from coldfusion 5.0 to coldfusion 7.0 and I want to know
    whether I will need to make any changes to my CFM pages to make the site work.
    I could not find anywhere that indicated whether I need to change the code.

    Thanks



    Raymond McCague Guest

  2. Similar Questions and Discussions

    1. how to include .jar files in coldfusion code
      To Integrate our cfm code with paypal jar files we do the following steps with our local coldfusion server ,and to run and integrate the paypal ...
    2. Apache displays raw coldfusion code
      Hello everyone. We're running coldfusionMX6 in Apache. I have noticed when I was browsing one time when browsing the site, raw Coldfusion code...
    3. _date with old Coldfusion code
      Our web site have been using ColdFusion 6.1 for quite some time now. We want to switch to 7.0 but we got a major problem. Right now a lot of our...
    4. code no longer works from ColdFusion 5
      Any Idea why this code works in ColdFusion 5 and not in ColdFusion MX <CFQUERY NAME="WaasSUMQuery" DATASOURCE="WAASAccount"> SELECT *...
    5. ColdFusion MX7 Code Hints for Dreamweaver
      I know this is really lazy but does anyone know if you can get CFML 7 code hints for DreamWeaver, I assume this would also unlock the Edit Tag...
  3. #2

    Default Re: CFM 5.0 code with Coldfusion server 7.0

    The best thing to do is install CFMX 7 on a dev server and run the code compatibility analyzer on it.

    [url]http://www.macromedia.com/devnet/coldfusion/articles/migrating.html[/url]
    Kronin555 Guest

  4. #3

    Default Re: CFM 5.0 code with Coldfusion server 7.0

    We had some issues when we upgraded. The biggest one was date displays.
    You'll know for sure when you do your testing.

    Originally posted by: Raymond McCague
    We plan to upgade from from coldfusion 5.0 to coldfusion 7.0 and I want to
    know whether I will need to make any changes to my CFM pages to make the site
    work. I could not find anywhere that indicated whether I need to change the
    code.

    Thanks





    Dan Bracuk Guest

  5. #4

    Default Re: CFM 5.0 code with Coldfusion server 7.0

    Thanks for the info.
    Raymond McCague Guest

  6. #5

    Default Re: CFM 5.0 code with Coldfusion server 7.0

    Thanks for the info.
    Raymond McCague Guest

  7. #6

    Default Re: CFM 5.0 code with Coldfusion server 7.0

    I think it's all according to how well you have programmed.

    I went from 4.5 to 6.1 and found that I have been a little lazy in my coding.
    Things that 4.5 allowed me to do are not allowed in 6.1. <cfupdate> tag now
    requires Primary Key if you include formfields values. Do not use the following
    fields in any tables: Group, Position, MenuImage, Custom or your page will not
    even run. Make sure to note what kind of variable: FORM., VARIABLES., URL., or
    QueryName.

    I highly recommend you give yourself a lot of time and check every website
    before you go live.

    I am sure my upgrade will be worth it in the end, but for now I am little
    frustrated because I didn't do enough testing.

    Rock Moore

    "Measure Twice, Cut Once"

    UpstateWeb Guest

  8. #7

    Default Re: CFM 5.0 code with Coldfusion server 7.0

    For one thing cd cffile and cfmail tags work slightly different
    TheCoolLion 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