I just upgraded my blog from version 3.8 to the alpha of Ray Camden's excellent blogCFC 4.0. I have a lot of customizations for my site, so it's never a *simple* task. After running the database scripts to add the new tables and constraints, I used WinMerge to diff the new code against my current code base. This helps me see the differences between my modded code and Ray's base code and approve changes on a line by line basis. Very handy.
Nice features in 4.0 include the addition of TrackBacks, RRS 2.0 and lots of other goodies.
Adobe MAX 2006 Session - Unlocking the ColdFusion Server Black Box in Scorpio
ron said: http://rollyo.com/replica...
[More]
How to Safely Move Your iTunes Music Directory to a New Drive
Per said: Thanks, worked like a charm
[More]
ColdFusion 9 Feature Idea: Multiple JVMs
Aaron West said: Rob, this totally makes sense. Since I've been scaling Dealerskins platform for about 2.5 years now,...
[More]
ColdFusion 9 Feature Idea: Multiple JVMs
Rob Brooks-Bilson said: CF could still be in control, although most likely, something like JMS might be required to provide ...
[More]
ColdFusion 9 Feature Idea: Multiple JVMs
Robin Hilliard said: I suppose the stand-alone CF install could have an option to run various services on a separate VM, ...
[More]
I don't know how I ever got by before decent diff/merge tools. If you use CFEclipse, it has a diff/merge too built in as well.
To complete the migration, I altered my tblBlogEntries table to add allowcomments and set all past entries to 1 for that column, and then created the tblBlogStats and tblTrackBacks tables. That was enough to get the new blog version working in an unskinned format.
There's one problem I'm stuck on though... Have you noticed the Archive links URL format when you are viewing an individual entry? The format is http://{host}/blogs/index.cfm?{/PATH/INFO/}index.cfm?mode=cat&cat={UUID}
For you, the webserver seems to handle ok, but the same format for me throws an IIS 404 error.
Any thoughts? Thanks!
Steven, I had the same table issues as you. I had to go in and setup some of the new tables/fields manually as I was going from 3.8 to 4.0, and the migration scripts didn't include everything I needed.