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.
Comments
# Posted By Derek P
| 11/11/05 8:43 AM
I am a blogCFC user in china,and i cannot use 4.0 in blueDragon 6.2.
# Posted By komo
| 11/12/05 12:13 AM
# Posted By Raymond Camden
| 11/12/05 8:17 AM
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 :(
# Posted By Jacob Munson
| 11/12/05 5:27 PM
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 !
# Posted By komo
| 11/13/05 5:24 AM
# Posted By Raymond Camden
| 11/13/05 8:46 AM
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.
# Posted By Jacob Munson
| 11/13/05 3:34 PM
# Posted By Raymond Camden
| 11/14/05 8:20 AM
# Posted By Raymond Camden
| 11/14/05 2:41 PM
