Yet Even More Fixes...

I've updated the BlogCFC 4.0 zip with a fix for print.cfm still using request.rooturl instead of application.rooturl. This along with the MS Access fixes are now listed in the release notes. What is not in the release notes is that I updated the trackback spam list. Every day I get new trackback spam, but at least it seems to be unique now. I'm thinking soon it will dwindle to nothing.

As always, you can download the bits from the project page.

Archived Comments

Comment 1 by Derek P posted on 11/11/2005 at 7:43 PM

perhaps with cfx_image you could create a numeric check image that the user has to type in in order to prove they are human by reading the image?

Comment 2 by komo posted on 11/12/2005 at 11:13 AM

hello!
I am a blogCFC user in china,and i cannot use 4.0 in blueDragon 6.2.

Comment 3 by Raymond Camden posted on 11/12/2005 at 7:17 PM

Komo, what error do you get?

Comment 4 by Jacob Munson posted on 11/13/2005 at 4:27 AM

Ray,

I just got through upgrading to BlogCFC 4.0. Great job! :)

I ran into a couple of bugs though.

1. blog.cfc has a query against tblBlogEntries that fails on MySQL/Linux. Your MySQL script names it tblblogentries, and I guess it needs to be the same case.

2. Same as #1 but it's tblBlogSearchStats this time, still blog.cfc

3. Same as #2 but it's also in stats.cfm

4. This might be a problem with my setup, but I get this error when I click a category: "Cannot format given Object as a Date" Unfortunately I'm on a shared host, and I don't get robust exception information with my errors. So I'm not sure which page is causing the error :(

Comment 5 by komo posted on 11/13/2005 at 4:24 PM

Hello! Raymond Camden!
Thank you for your answer!Oh,my poor english!
The error is like this:
The page you were executing caused an internal BlueDragon server error!
34: <!--- load an init blog --->
35: <cfset application.blog = createObject("component","org.camden.blog.blog").init(blogname)>
,^_^..
but blogCFC have no error in coldfusionMX7 server, It's a puzzle !

Comment 6 by Raymond Camden posted on 11/13/2005 at 7:46 PM

Can you post the error though?

Comment 7 by Jacob Munson posted on 11/14/2005 at 2:34 AM

If you were talking to me, Ray, I took a screenshot of the error and put it here: http://www.techfeed.net/blo...

But debugging without robust exceptions really sucks, that error message doesn't help much. :( If you want to contact me offline, I can give you temporary admin access to my site so you can check it out, if you want.

Comment 8 by Raymond Camden posted on 11/14/2005 at 7:20 PM

Jacob, nope, didn't mean you - but I appreciate you sending it in. I was worried about case issues. I'll try to get to it this week. If I don't, remind me. I was asking the guy who said it didnt work in BD.

Comment 9 by Raymond Camden posted on 11/15/2005 at 1:41 AM

jacob, all your bugs, except the last one, is fixed and will be online in about 5 minutes.