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.
| Sun | Mon | Tue | Wed | Thu | Fri | Sat |
|---|---|---|---|---|---|---|
| 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 |
Caching Enhancements in ColdFusion 9 - Part 6: Configuring Caches and Working with ehcache.xml
pat branley said: Hi Rob
Love your posts on ehcache and cf9. One thing i would love to know about is exactly how you ...
[More]
Connect to DB2 on an AS400 (iSeries)? Then I want to hear from you!
as400 rpg said: I think I will be doing this very soon so will be back to get some tips!
[More]
Summary of Third Party CFC Documentation Tools
Rocky Madden said: Though it has no support, currently, for interfaces, ColdDoc is a great alternative for generating d...
[More]
How to Safely Move Your iTunes Music Directory to a New Drive
Rob said: Rob,
Do you happen to know where the video DRM info is stored on iTunes? I've bought several seaso...
[More]
Intermittent Apache Problems and "winnt_accept: Asynchronous AcceptEx failed"
Tarquin said: Thanks for this - it fixed my problem.
[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.