Blog Zip Updated

I forgot to update the zip file for the last bug fix I added. Sorry folks. FYI, there will be an announcement soon about a Sourceforge Project. This will allow folks to download the blog code via CVS, and more importantly, join a listserv to talk about future versions of the blog.

Archived Comments

Comment 1 by Kevin Szerszen posted on 7/31/2003 at 11:27 PM

Where can I ask you questions about your blog application? Ummmm it's not working for me....

Thanks

Comment 2 by Raymond Camden posted on 8/1/2003 at 1:45 PM

Either post here or email me directly.

Comment 3 by Kevin Szerszen posted on 8/4/2003 at 7:52 PM

Well, I am getting the following error. I am not sure why....

Error Executing Database Query.
[MERANT][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC SQL Server Driver]Optional feature not implemented

The Error Occurred in C:\inetpub\wwwroot\crossroads\blog\blog.cfc: line 413
Called from C:\inetpub\wwwroot\crossroads\blog\calendar.cfm: line 28
Called from C:\inetpub\wwwroot\crossroads\blog\layout.cfm: line 59
Called from C:\inetpub\wwwroot\crossroads\blog\index.cfm: line 69
Called from C:\inetpub\wwwroot\crossroads\blog\blog.cfc: line 413
Called from C:\inetpub\wwwroot\crossroads\blog\calendar.cfm: line 28
Called from C:\inetpub\wwwroot\crossroads\blog\layout.cfm: line 59
Called from C:\inetpub\wwwroot\crossroads\blog\index.cfm: line 69

411 : from tblblogentries
412 : where datediff(m, posted, <cfqueryparam value="#m#" cfsqltype="cf_sql_date">) = 0
413 : </cfquery>
414 :
415 : <cfreturn valueList(days.posted_day)>

Comment 4 by Dale Lature posted on 8/20/2003 at 9:56 PM

I get the same error. Any fixes/solutions for this? I posted about this on another entry, but can't seem to find it today.