Ask a Question related to Coldfusion - Getting Started, Design and Development.
-
Raymond McCague #1
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
-
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 ... -
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... -
_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... -
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 *... -
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... -
Kronin555 #2
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
-
Dan Bracuk #3
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
-
Raymond McCague #4
Re: CFM 5.0 code with Coldfusion server 7.0
Thanks for the info.
Raymond McCague Guest
-
Raymond McCague #5
Re: CFM 5.0 code with Coldfusion server 7.0
Thanks for the info.
Raymond McCague Guest
-
UpstateWeb #6
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
-
TheCoolLion #7
Re: CFM 5.0 code with Coldfusion server 7.0
For one thing cd cffile and cfmail tags work slightly different
TheCoolLion Guest



Reply With Quote

