<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>technoratica &#187; CFML</title>
	<atom:link href="http://gavin.mclelland.ca/tag/cfml/feed/" rel="self" type="application/rss+xml" />
	<link>http://gavin.mclelland.ca</link>
	<description>The personal blog of a Stealth Mode CEO</description>
	<lastBuildDate>Sun, 07 Nov 2010 22:29:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>.HTACCESS PCFG_OPENFILE: UNABLE TO CHECK HTACCESS FILE, ENSURE IT IS READABLE</title>
		<link>http://gavin.mclelland.ca/2009/12/10/htaccess-pcfg_openfile-unable-to-check-htaccess-file-ensure-it-is-readable/</link>
		<comments>http://gavin.mclelland.ca/2009/12/10/htaccess-pcfg_openfile-unable-to-check-htaccess-file-ensure-it-is-readable/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 19:16:26 +0000</pubDate>
		<dc:creator>gavin.mclelland</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[CFML]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[rewrite]]></category>

		<guid isPermaLink="false">http://gavin.mclelland.ca/?p=57</guid>
		<description><![CDATA[If your running across this error in your error logs, there may be a simple solution for you. This 403 error is usually caused by having AllowOverride set to All. You can either fix this by Chmod&#8217;ding all your files to 644 (not very elegant) or paste the following into your apache conf file, replacing [...]]]></description>
			<content:encoded><![CDATA[<p>If your running across this error in your error logs, there may be a simple solution for you.</p>
<p>This 403 error is usually caused by having AllowOverride set to All.</p>
<p>You can either fix this by Chmod&#8217;ding all your files to 644 (not very elegant) or paste the following into your apache conf file, replacing your &#8220;AllowOverride all&#8221; rule:
<code>AllowOverride none
Order deny,allow
Allow from none</code></p>
<p>Just a quick tip, but hope this can save you some time!</p>
]]></content:encoded>
			<wfw:commentRss>http://gavin.mclelland.ca/2009/12/10/htaccess-pcfg_openfile-unable-to-check-htaccess-file-ensure-it-is-readable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IIS Service Unavailable aka. Windows Security update kills application pool</title>
		<link>http://gavin.mclelland.ca/2009/12/09/iis-service-unavailable-aka-windows-security-update-kills-application-pool/</link>
		<comments>http://gavin.mclelland.ca/2009/12/09/iis-service-unavailable-aka-windows-security-update-kills-application-pool/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 21:48:54 +0000</pubDate>
		<dc:creator>gavin.mclelland</dc:creator>
				<category><![CDATA[Alerts]]></category>
		<category><![CDATA[CFML]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[humor]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Application Pool]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Server 2003 R2]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Update]]></category>

		<guid isPermaLink="false">http://gavin.mclelland.ca/?p=70</guid>
		<description><![CDATA[Last night all severs running Windows 2003 R2, IIS6 and ColdFusion/ASP.Net were sabotaged! Actually, any windows based web application making use of the IIS6 application pool was affected and guess who killed them... Havoc is consuming the inter-webs while non-technical users are asking the question who killed my web site? It was the boys over in Redmond, WA. Quite the slip Microsoft. 

Read on for the Solution]]></description>
			<content:encoded><![CDATA[<p>Last night all severs running Windows 2003 R2, IIS6 and ColdFusion/ASP.Net were sabotaged! Actually, any windows based web application making use of the IIS6 application pool was affected and guess who killed them&#8230; Havoc is consuming the inter-webs while non-technical users are asking the question; &#8220;who killed my web site&#8221;?</p>
<p>The answer, It was the boys over in Redmond, WA. Quite the debacle ( <a href="http://images.google.com/images?q=fail+whale">Fail Whale</a> ) for Microsoft.</p>
<p>After installation of the following updates:</p>
<ul>
<li>Security Update for Windows Server 2003 (KB974318)</li>
<li>Windows Malicious Software Removal Tool &#8211; December 2009 (KB890830)</li>
<li>Security Update for Windows Server 2003 (KB973904)</li>
<li>Update for Windows Server 2003 (KB971737)</li>
<li>Update for Windows Server 2003 (KB973917)</li>
<li>Security Update for Windows Server 2003 (KB974392)</li>
<li>Cumulative Security Update for Internet Explorer 8 for Windows Server 2003 (KB976325)</li>
</ul>
<p>We noticed multiple occurrences  the following warnings in the System event viewer:</p>
<blockquote><p>A process serving application pool &#8216;DefaultAppPool&#8217; terminated unexpectedly. The process id was &#8217;3524&#8242;. The process exit code was &#8217;0xffffffff&#8217;.</p></blockquote>
<p>These warnings were immediately followed by a lovely error:</p>
<blockquote><p>Application pool &#8216;DefaultAppPool&#8217; is being automatically disabled due to a series of failures in the process(es) serving that application pool.</p></blockquote>
<p>With these messages at hand it became apparent that one of the Windows Security Updates was to blame. Looking into the specifics of each of the updates I had conluded that the suspect was &#8220;<a href="http://support.microsoft.com/default.aspx/kb/973917">Update for Windows Server 2003 (KB973917)</a>&#8220;.</p>
<p>While I am still working to identify possible solutions for affected servers independently, removing Update 973917 has restored service temporarily for a number of my clients.</p>
<p>Anyone else see the Humor in this?</p>
<p>Take a lesson from this; Windows Automatic Update is kind of like a friend who secretly wants to cause you problems, because its fun&#8230;.</p>
<p><strong>Updated on December, 9 2009 at 1:59pm</strong></p>
<p><a href="http://support.microsoft.com/?kbid=2009746">The official response</a>&#8230; get this; Microsoft wants us to reinstall Service Pack 2 for Windows Server 2003 on the affected installations to bring all IIS6.0 components up to date. Seems like a Cop out to me. Sure it would fix the issue but this is going to cause a lot of man hours for a number of companies.</p>
]]></content:encoded>
			<wfw:commentRss>http://gavin.mclelland.ca/2009/12/09/iis-service-unavailable-aka-windows-security-update-kills-application-pool/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>ColdFusion Data Type Mappings to MySQL Data Type(s)</title>
		<link>http://gavin.mclelland.ca/2008/06/13/26/</link>
		<comments>http://gavin.mclelland.ca/2008/06/13/26/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 18:58:16 +0000</pubDate>
		<dc:creator>gavin.mclelland</dc:creator>
				<category><![CDATA[CFML]]></category>
		<category><![CDATA[wii]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://gavin.mclelland.ca/?p=26</guid>
		<description><![CDATA[To secure your CFML it is recommended that you use the cfqueryparam tag within every cfquery tag. You can optimize this process by specifying the CFSQLType attribute. But what about when you want to use a MySQL Database? The LiveDocs cfqueryparam topic does not include the mapping of ColdFusion SQL data types for MySQL in [...]]]></description>
			<content:encoded><![CDATA[<p>To secure your CFML it is recommended that you use the cfqueryparam tag within every cfquery tag. You can optimize this process by specifying the CFSQLType attribute. But what about when you want to use a MySQL Database?</p>
<p>The LiveDocs <a href="http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_p-q_18.html">cfqueryparam topic</a> does not include the mapping of ColdFusion SQL data types for MySQL in the usage table, but a helpful comment attached to the doc gives some insight.
<code&gt;&lt;strong&gt;ColdFusion Data Type Mappings to MySQL Data Type(s):&lt;/strong&gt;&lt;/code><code&gt;&lt;strong&gt;&lt;/strong>CF_SQL_BIGINT | bigint
CF_SQL_BINARY | binary
CF_SQL_BIT | bit (MySQL 5)
CF_SQL_BLOB | blob, tinyblob, mediumblob
CF_SQL_CJAR | char
CF_SQL_DATE | date
CF_SQL_DECIMAL | decimal
CF_SQL_DOUBLE | double
CF_SQL_FLOAT | float
CF_SQL_INTEGER | mediumint, int
CF_SQL_REAL | real
CF_SQL_SMALLINT | smallint
CF_SQL_TIME | time
CF_SQL_TIMESTAMP | datetime, timestamp
CF_SQL_TINYINT | tinyint
CF_SQL_VARBINARY | varbinary
CF_SQL_VARCHAR | varchar, text, longtext, mediumtext</code></p>
]]></content:encoded>
			<wfw:commentRss>http://gavin.mclelland.ca/2008/06/13/26/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix: Coldbox CCTApp Error: The method init was not found in component transfer.com.TransferObject.</title>
		<link>http://gavin.mclelland.ca/2008/06/04/fix-coldbox-cctapp-error-the-method-init-was-not-found-in-component-transfercomtransferobject/</link>
		<comments>http://gavin.mclelland.ca/2008/06/04/fix-coldbox-cctapp-error-the-method-init-was-not-found-in-component-transfercomtransferobject/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 01:48:19 +0000</pubDate>
		<dc:creator>gavin.mclelland</dc:creator>
				<category><![CDATA[CFML]]></category>
		<category><![CDATA[ColdBox]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Transfer]]></category>

		<guid isPermaLink="false">http://gavin.mclelland.ca/2008/06/04/fix-coldbox-cctapp-error-the-method-init-was-not-found-in-component-transfercomtransferobjectensure-that-the-method-is-defined-and-that-it-is-spelled-correctly/</guid>
		<description><![CDATA[I have been looking to get started with ColdBox, Coldspring and Transfer for quite some time and I figured now would be as good a time as any. However when I tried to deploy the CCTApp I had a bit of trouble with folder permissions. Specifically I needed to chmod the /model/definitions folder to 777 [...]]]></description>
			<content:encoded><![CDATA[<p>I have been looking to get started with ColdBox, Coldspring and Transfer for quite some time and I figured now would be as good a time as any. However when I tried to deploy the CCTApp I had a bit of trouble with folder permissions. Specifically I needed to chmod the /model/definitions folder to 777 so the app could write to the directory.</p>
<p>Once the app could preform writes to the directory I had some random bowser lock-up where the page stopped loading&#8230; I reinitialized the application after a failed attempt at a page refresh and was greeted by a new error.<code&gt;&lt;strong&gt;Error Type:&lt;/strong&gt; Application : [N/A]&lt;/code><code&gt;&lt;strong&gt;Error Messages:&lt;/strong&gt; The method init was not found in component transfer.com.TransferObject. Ensure that the method is defined, and that it is spelled correctly.&lt;/code></p>
<p>Being new to ColdBox and Transfer I had some trouble trying to locate a fix to this, however, I was able to finally track down the information I needed via the <a title="Transfer FAQ" href="http://docs.transfer-orm.com/wiki/FAQ.cfm">Transfer FAQ</a>.</p>
<blockquote><p>Generally this is caused because you haven't deleted your .transfer files that were generated by the previous version of Transfer.</p>
<p>Whenever you update Transfer it is important that you delete the previous version's .transfer files, as they may contain code that won't work with this version.</p></blockquote>
<p>Removing the .transfer files from the /model/definitions had me back in action.</p>
<p>My issues with the sample application aside; I really have to hand it to the ColdBox team. The documentation Rocks! And the sheer number of sample applications really makes my transition from Fusebox to ColdBox that much simpler.</p>
]]></content:encoded>
			<wfw:commentRss>http://gavin.mclelland.ca/2008/06/04/fix-coldbox-cctapp-error-the-method-init-was-not-found-in-component-transfercomtransferobject/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fusebox 5.5 Release Date Set</title>
		<link>http://gavin.mclelland.ca/2007/10/27/fusebox-55-release-date-set/</link>
		<comments>http://gavin.mclelland.ca/2007/10/27/fusebox-55-release-date-set/#comments</comments>
		<pubDate>Sat, 27 Oct 2007 10:04:22 +0000</pubDate>
		<dc:creator>gavin</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[CFML]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[fusebox]]></category>

		<guid isPermaLink="false">http://gavin.mclelland.ca/2007/10/27/fusebox-55-release-date-set/</guid>
		<description><![CDATA[It&#8217;s now official! The eagerly awaited update to everyones favorite ColdFusion framework, Fusebox, will be available for public consumption on December, 1st 2007. If you have not yet had a chance to take the Fusebox 5.5 beta for a spin, you have just over a month to get your hands dirty. Take this as an [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s now official! The eagerly awaited update to everyones favorite ColdFusion framework, Fusebox, will be available for public consumption on December, 1st 2007.</p>
<p>If you have not yet had a chance to take the Fusebox 5.5 beta for a spin, you have just over a month to get your hands dirty. Take this as an open call for developers to join the bug hunt.</p>
<p>You can find details on the open beta at the <a href="http://www.fusebox.org/">fusebox website</a>:</p>
<p><a href="http://www.fusebox.org/go/fusebox-downloads/beta-program" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.fusebox.org/go<wbr></wbr>/fusebox-downloads/beta-program</a></p>
<p>If your new to Fusebox or frameworks in general, now is the best time to get involved in the community. XML configuration is now optional and scaffolding is now a reality. This looks to be the greatest Fusebox release ever!</p>
]]></content:encoded>
			<wfw:commentRss>http://gavin.mclelland.ca/2007/10/27/fusebox-55-release-date-set/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

