Ack - I forgot to include the SQL script in my zip file. It is now included. The link is:
http://www.camdenfamily.com/morpheus/blog/blog.zip
One thing I ask - if you use the code, please provide a link back here, and drop me a line so I can see it in action. Thanks!
Hire Me!
I'm currently looking for my next role in developer evangelism and advocacy. I have a long history of helping companies work with developers and love to write, create demos, and present at conferences. You can find my resume to learn more and drop me an email (raymondcamden@gmail.com) to reach out.
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
Trying to use this CFMX blog, and am getting this error on loading the index.cfm file. Why? Does the app use an Application.cfm file - and if so, can you include it in the .zip folder. Thanks!
_______________________
Error Occurred While Processing Request
The requested scope application has not been enabled.
Before application variables can be used, the application state management system must be enabled using the CFAPPLICATION tag.
The error occurred in D:\CFusionMX\wwwroot\blog\index.cfm: line 39
37 :
38 : <cfif url.mode is not "search">
39 : <cfset articles = application.blog.getEntries(params)>
40 : <cfelse>
41 : <cfset articles = application.blog.search(trim(htmlEditFormat(form.search)))>
--------------------------------------------------------------------------------
Please try the following:
Check the CFML Reference Manual to verify that you are using the correct syntax.
Search the Knowledge Base to find a solution to your problem.
Browser Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; Q312461)
Remote Address 10.15.12.223
Referrer
Date/Time 09-Apr-03 02:57 PM
Stack Trace (click to expand)
_______________________________
I didn''t include the Application.cfm file with the zip. Just add one and use the cfapplication tag. Then place an instance of blog in application.blog.