Magnus wrote:
Is that just the roles="admin" in blog.cfc. What about the if
statments where check against functions like isUserInRole?

BlogCFC works fine for me on OpenBD 1.0.1. I did have one issue that I'll email Ray about, but it's related to the first load and the page ID list in a query being an empty string, not anything related to the user role stuff you're seeing.

I commented out the part of the get entries query that was causing the problem and everything runs fine for me now. I can log in to the administrator and post blog entries.

Here's the chunk of the query I commented out if others are interested/run into this same issue--it's in the where clause of the query starting on line 1675 in blog.cfc (this is in BlogCFC version 5.9.2.003): tblblogentries.id in (<cfqueryparam cfsqltype="cf_sql_varchar" list="true" value="#pageIdList#">) and

I'm running this on OpenBD 1.0.1 on Tomcat 6.0.18, on Linux (Kubuntu 8.04), using MySQL 5 as the database if any of that matters.

Let me know how I can help further, but at this point I can't reproduce the cflogin-related issues in my setup.

--
Matt Woodward
[email protected]
http://www.mattwoodward.com/blog

Please do not send me proprietary file formats such as Word, PowerPoint, etc. 
as attachments.
http://www.gnu.org/philosophy/no-word-attachments.html

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to