BlogCFC 4 Released

After much too much time, I'm happy to announce the release of BlogCFC 4.0. With this release come numerous new features since the last official release. A short list of updates includes trackback support, search stats, layout improvements, bug fixes, etc. Also I'm happy to announce the launch of the BlogCFC project page. This is the page to go to download the latest bits.

BlogCFC is now in use at close to 100 blogs - something I never imagined when I first starting working on this project. I'm happy it has been so useful to folks, and I hope this new version exceeds my user's expectations. Of course, as with most of my releases, you can probably expect a .01 release shortly. ;)

So - this time, instead of shamelessly pointing people to my wishlist (hey - don't stop on my account of course!), I'll point folks who want to show their appreciation to yet another "Free Ipod Nano" site. (Which does work - as I got an Ipod last year. Which might make you wonder why I'm asking for a Nano - but why ask why?)

Enjoy.

Archived Comments

Comment 1 by O?uz Demirkap? posted on 11/11/2005 at 2:47 AM

I will test now. Thanks Ray.

Comment 2 by Raymond Camden posted on 11/11/2005 at 2:48 AM

Ack - now I'm scared. ;)

Comment 3 by O?uz Demirkap? posted on 11/11/2005 at 4:11 AM

Ray, I have an error msg on print as following.

11/11/05 12:09 AM
Script Name: /blogcfc/print.cfm?id=7C6CFD18-913A-7E96-5F26371C8853774D
Browser: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051025 Firefox/1.5
Referer: http://localhost/blogcfc/index.cfm
Message: Element ROOTURL is undefined in REQUEST.
Type: coldfusion.runtime.CfErrorWrapper

Is that a local problem on my local or a general error on blog software? What do you think?

Comment 4 by Raymond Camden posted on 11/11/2005 at 4:17 AM

You didn't copy a file right. Request.ROOTURL used to be the variable name, not it is Application.rooturl. I double checked source and it is in there right.

Comment 5 by O?uz Demirkap? posted on 11/11/2005 at 4:25 AM

Ok. I will check it again.

A new bug: When there is a Unicode entry title and when I click this title to see details of entry I get error "Sorry
There are no blog entries available that match your criteria."

Comment 6 by Raymond Camden posted on 11/11/2005 at 4:29 AM

Can you give me a URL? FYI, I'm fixing to post yet another update, but it is Access only, so you can ignore.

Comment 7 by O?uz Demirkap? posted on 11/11/2005 at 4:32 AM

I have on my local but I can put on a server. I will organize this.

Comment 8 by O?uz Demirkap? posted on 11/11/2005 at 4:48 AM

Hmm now there is a strange situation.

I made a fresh installation on a clean domain and you can reach test page via following link.

http://coldfusion.name/blog...

The bug that I let you know about Unicode entry title is not on this server but on my local.

When I compare local and server there is just one difference, webserver. On my local I have Apache 2.x but on server IIS 6. A strange situation.

Comment 9 by johnb posted on 11/11/2005 at 3:56 PM

Ray, did timezone offsets make it into 4.0?

Comment 10 by Raymond Camden posted on 11/11/2005 at 5:10 PM

johnb: Yes

Comment 11 by Doug Cain posted on 11/11/2005 at 6:30 PM

Found the request.rootUrl bug in line 40 of print.cfm in my download of blog cfc 4 aswell, it's an easy fix (change it to application.rooturl).

Nice work ray, bit of mucking about upgrading from 3.7 but all good now.

Comment 12 by Raymond Camden posted on 11/11/2005 at 6:41 PM

Ahah! Will have an updated zip in a few minutes.

Comment 13 by Tom Kamnikar posted on 11/11/2005 at 8:00 PM

I just installed 3.9 about two weeks ago.. so I'm new to blogCFC. How do i go about installing 4.0 without losing all my entries and layout work that i have already done? I didnt see any upgrade instructions anywhere..

Thanks for the help

TOM

Comment 14 by Randy Everhart posted on 11/12/2005 at 4:43 AM

Hi Ray,

Thanks for all your work on Blog 4.0

Just getting started, with your BLOG 4.0. I installed everything using defaults and got it up and running then decided to try to set it up for multiple Blogs, I changes the Blog Field in the DataBase from "default" to "Somethingelse". then I changed the application.cfm blogname to "Somethingelse" deloded the blog and recieved and error message
"somethingelse" isn't registered as a valid blog.
I thought I followed the posted instructions put now I'm stuck as to what I should check next

addition info MSAccess Database Coldfusion 6.1 Host

Comment 15 by Raymond Camden posted on 11/12/2005 at 7:21 PM

You must edit the ini file to add a section for [SomethingElse].

Comment 16 by Randy everhart posted on 11/13/2005 at 1:14 AM

Thanks Raymond,

I got it working, it's been a learning process...

Thank You for again, super application

Randy Everhart

Comment 17 by erik posted on 10/13/2006 at 2:09 PM

>>>>
Just getting started, with your BLOG 4.0. I installed everything using defaults and got it up and running then decided to try to set it up for multiple Blogs, I changes the Blog Field in the DataBase from "default" to "Somethingelse". then I changed the application.cfm blogname to "Somethingelse" deloded the blog and recieved and error message
"somethingelse" isn't registered as a valid blog.
<<<<

just wondering how u set up multiple blogs - by adding more folders under the `client` folder?
i am having the same problem with version 4

Comment 18 by Raymond Camden posted on 10/13/2006 at 3:23 PM

You don't add more folders under the client folder - rather you have one client folder per blog.

I would _highly_ recommend however that you upgrade to the latest release.