A small update, but with one important fix. Here are the changes:
- /client/index.cfm: Two fixes to allow title to work right on single entry pages
- /client/editor.cfm: fix with <more/> issue. You are no longer allowed to have <more/> in the beginning.
- /org/camden/blog/blog.cfc: Two case issues with mysql
- /client/stats.cfm: ditto above
Thanks to Steven Erat for pointing out some of those bugs, and helping me get my local CF server running again after I switched to JRun. (I must never do that again. -shudder-) Also thanks to Jacob Munson for a few finds as well.
As always, you can download BlogCFC from the project page. I did not update the version number. I'll probably wait until a new feature is added before changing the version.
Archived Comments
Thanks Ray.
Ray, you use Subversion, right? Is your repository accessible anonymously for this project? I've started making some modifications in the copy I'm using for my new blog, and it would be easier to integrate fixes if I could just update my copy instead of manually merging it.
I use Subversion, but on my own box, not open to the world.
Getting an 404 error when i click the title of the Blog link. Did I do something wrong? How can i fix this?
404
/blog/index.cfm/2005/11/14/testing
java.io.FileNotFoundException: /blog/index.cfm/2005/11/14/testing
at jrun.servlet.file.FileServlet.service(FileServlet.java:349)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:259)
at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:541)
at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
at jrunx.scheduler.WorkerThrea...(WorkerThread.java:66)