There was an error in the add comment routine. Fixed online and in source.
(This post is more than 2 years old.)
One More Bug Fix
Support this Content!
If you like this content, please consider supporting me. You can become a Patron, visit my Amazon wishlist, or buy me a coffee! Any support helps!
Want to get a copy of every new post? Use the form below to sign up for my newsletter.
Archived Comments
I am getting this error when i try to post a comment. I'll be the first to say that I am relatively new and "green" when it comes to CFC and may have overlooked something obvious...
Variable BLOGTITLE is undefined.
The error occurred in D:\Inetpub\wwwroot2\PSA2\BLOG\blog.cfc: line 153
151 : </cfloop>
152 : <cfif len(doneList)>
153 : <cfmail to="#doneList#" from="#email#" subject="Comment added to Blog: #blogTitle# / Thread: #entry.title#">
154 : A comment was added to a blog entry [#entry.title#] you previously commented on.
155 : The comment was added at #dateFormat(now(),"m/d/yy")# at #timeFormat(now(),"h:mm tt")#.
Make sure you have the latest code.