<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: FCKEditor Plugin v0.1.2 Released on RubyForge</title>
	<atom:link href="http://blog.thatsuseful.com/2006/08/09/fckeditor-plugin-v0-1-2-released-on-rubyforge/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.thatsuseful.com/2006/08/09/fckeditor-plugin-v0-1-2-released-on-rubyforge/</link>
	<description>Life on and off the Rails</description>
	<lastBuildDate>Wed, 20 Aug 2008 17:47:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Jeff</title>
		<link>http://blog.thatsuseful.com/2006/08/09/fckeditor-plugin-v0-1-2-released-on-rubyforge/comment-page-1/#comment-49</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 09 Aug 2006 13:18:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-plugin-v0-1-2-released-on-rubyforge#comment-49</guid>
		<description>Hi,

I&#039;m trying to get the server Image Properties functionality to work.  Under IE when trying to upload an image (tried gif/jpg/png) from Image Properties/Upload tab, I get the following error when hitting &lt;Send it to the Server&gt;

Line: 2
Char: 7
Error: Object doesn&#039;t support this property or method
Code: 0
URL: http://localhost:3000/fckeditor/upload?Type=Image

I don&#039;t get any errors when uploading from Firefox and the image does get to the server o.k.  An additional problem is that I don&#039;t see any images from IE or Firefox when trying to browse server images from Image Properties/Image Info tab...hitting the &lt;Browse server&gt; button.

Any ideas...I&#039;m running Webrick using RadRails v0.6.3 on WinXP w/ server pack 2.

Jeff</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m trying to get the server Image Properties functionality to work.  Under IE when trying to upload an image (tried gif/jpg/png) from Image Properties/Upload tab, I get the following error when hitting &lt;Send it to the Server&gt;</p>
<p>Line: 2<br />
Char: 7<br />
Error: Object doesn&#8217;t support this property or method<br />
Code: 0<br />
URL: <a href="http://localhost:3000/fckeditor/upload?Type=Image" rel="nofollow">http://localhost:3000/fckeditor/upload?Type=Image</a></p>
<p>I don&#8217;t get any errors when uploading from Firefox and the image does get to the server o.k.  An additional problem is that I don&#8217;t see any images from IE or Firefox when trying to browse server images from Image Properties/Image Info tab&#8230;hitting the &lt;Browse server&gt; button.</p>
<p>Any ideas&#8230;I&#8217;m running Webrick using RadRails v0.6.3 on WinXP w/ server pack 2.</p>
<p>Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Rutherford</title>
		<link>http://blog.thatsuseful.com/2006/08/09/fckeditor-plugin-v0-1-2-released-on-rubyforge/comment-page-1/#comment-50</link>
		<dc:creator>Scott Rutherford</dc:creator>
		<pubDate>Wed, 09 Aug 2006 13:18:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-plugin-v0-1-2-released-on-rubyforge#comment-50</guid>
		<description>Hi Jeff,

I have checked in a new version which I think fixes these issues (I hope). When you upgrade you will need to delete the following files / directories from the main app:

app/controller/fckeditor_controller
app/helper/fckeditor_helper
app/views/fckedtitor

Scott.</description>
		<content:encoded><![CDATA[<p>Hi Jeff,</p>
<p>I have checked in a new version which I think fixes these issues (I hope). When you upgrade you will need to delete the following files / directories from the main app:</p>
<p>app/controller/fckeditor_controller<br />
app/helper/fckeditor_helper<br />
app/views/fckedtitor</p>
<p>Scott.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://blog.thatsuseful.com/2006/08/09/fckeditor-plugin-v0-1-2-released-on-rubyforge/comment-page-1/#comment-51</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 09 Aug 2006 13:18:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-plugin-v0-1-2-released-on-rubyforge#comment-51</guid>
		<description>Hi Scott,

Here is what I&#039;ve tried.

I upgraded my plugin FCKEditor version to 0.1.3 and removed the files/directory you indicated above.  I have the following code inside the head tag of my application.rhtml file (body is using yield).

    &lt;%= javascript_include_tag &quot;fckeditor/fckeditor&quot; %&gt;

In my _form.rhtml partial I&#039;ve got:

    &lt;%= fckeditor_textarea( &quot;category&quot;, &quot;category&quot; ) %&gt;

When viewing from both Firefox/IE the editor does not show up.   I get the following error:

Routing Error
Recognition failed for &quot;/fckeditor/editor/fckeditor.html&quot;

I can verify that the fckeditor file is there.  I noticed in one of the comments inside the file it mentions that the function FCKeditor_OnComplete should be placed in the file that uses the editor.

Jeff</description>
		<content:encoded><![CDATA[<p>Hi Scott,</p>
<p>Here is what I&#8217;ve tried.</p>
<p>I upgraded my plugin FCKEditor version to 0.1.3 and removed the files/directory you indicated above.  I have the following code inside the head tag of my application.rhtml file (body is using yield).</p>
<p>    &lt;%= javascript_include_tag &quot;fckeditor/fckeditor&quot; %&gt;</p>
<p>In my _form.rhtml partial I&#8217;ve got:</p>
<p>    &lt;%= fckeditor_textarea( &quot;category&quot;, &quot;category&quot; ) %&gt;</p>
<p>When viewing from both Firefox/IE the editor does not show up.   I get the following error:</p>
<p>Routing Error<br />
Recognition failed for &quot;/fckeditor/editor/fckeditor.html&quot;</p>
<p>I can verify that the fckeditor file is there.  I noticed in one of the comments inside the file it mentions that the function FCKeditor_OnComplete should be placed in the file that uses the editor.</p>
<p>Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Rutherford</title>
		<link>http://blog.thatsuseful.com/2006/08/09/fckeditor-plugin-v0-1-2-released-on-rubyforge/comment-page-1/#comment-52</link>
		<dc:creator>Scott Rutherford</dc:creator>
		<pubDate>Wed, 09 Aug 2006 13:18:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-plugin-v0-1-2-released-on-rubyforge#comment-52</guid>
		<description>Hi Jeff,

You can change the include to

&lt;pre&gt;
&lt;%= javascript_inlude_tag :fckeditor %&gt;
&lt;/pre&gt;

As for the other error I have found it I forgot to update the BasePath variable in fckeditor.js. The line should read:

&lt;pre&gt;
this.BasePath		= &#039;/javascripts/fckeditor/&#039; ;
&lt;/pre&gt;

I&#039;ll have a look at the OnComplete handler that sould be why the refresh isn&#039;t working.

I&#039;ll check in a fix for the BasePath later and re-release. Thanks for your comments.

Scott.</description>
		<content:encoded><![CDATA[<p>Hi Jeff,</p>
<p>You can change the include to</p>
<p>&lt;pre&gt;<br />
&lt;%= javascript_inlude_tag :fckeditor %&gt;<br />
&lt;/pre&gt;</p>
<p>As for the other error I have found it I forgot to update the BasePath variable in fckeditor.js. The line should read:</p>
<p>&lt;pre&gt;<br />
this.BasePath		= &#8216;/javascripts/fckeditor/&#8217; ;<br />
&lt;/pre&gt;</p>
<p>I&#8217;ll have a look at the OnComplete handler that sould be why the refresh isn&#8217;t working.</p>
<p>I&#8217;ll check in a fix for the BasePath later and re-release. Thanks for your comments.</p>
<p>Scott.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://blog.thatsuseful.com/2006/08/09/fckeditor-plugin-v0-1-2-released-on-rubyforge/comment-page-1/#comment-53</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 09 Aug 2006 13:18:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-plugin-v0-1-2-released-on-rubyforge#comment-53</guid>
		<description>Hi Scott,

I think were close.  The basepath fix works great.  I can still upload images from firefox fine, but not IE.  I don&#039;t, however, get any error messages from IE when attempting.  If I enter a url path for an image and add the folder (/uploads/sample.jpg) the image appears in the editor.  If I go to view the images on the server via the &quot;Browse server&quot; button I get this error in both IE/Firefox:

XML Request error: Not found (404)

Jeff</description>
		<content:encoded><![CDATA[<p>Hi Scott,</p>
<p>I think were close.  The basepath fix works great.  I can still upload images from firefox fine, but not IE.  I don&#8217;t, however, get any error messages from IE when attempting.  If I enter a url path for an image and add the folder (/uploads/sample.jpg) the image appears in the editor.  If I go to view the images on the server via the &quot;Browse server&quot; button I get this error in both IE/Firefox:</p>
<p>XML Request error: Not found (404)</p>
<p>Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Rutherford</title>
		<link>http://blog.thatsuseful.com/2006/08/09/fckeditor-plugin-v0-1-2-released-on-rubyforge/comment-page-1/#comment-54</link>
		<dc:creator>Scott Rutherford</dc:creator>
		<pubDate>Wed, 09 Aug 2006 13:18:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-plugin-v0-1-2-released-on-rubyforge#comment-54</guid>
		<description>Hi Jeff,

When I upload through IE, there are no signals generated (at the mo) to show success or not, the only way I can see is to use the file browser. Is this what you are seeing? I take it is as you can then use the image via the /uploads/sample.jpg path.

As for the &quot;Browse Server&quot; button, that works for me. Can you try the demo from your end and see if that works for you?

I just created the message with the gambling chips image from IE 6.

Scott.

Scott</description>
		<content:encoded><![CDATA[<p>Hi Jeff,</p>
<p>When I upload through IE, there are no signals generated (at the mo) to show success or not, the only way I can see is to use the file browser. Is this what you are seeing? I take it is as you can then use the image via the /uploads/sample.jpg path.</p>
<p>As for the &quot;Browse Server&quot; button, that works for me. Can you try the demo from your end and see if that works for you?</p>
<p>I just created the message with the gambling chips image from IE 6.</p>
<p>Scott.</p>
<p>Scott</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://blog.thatsuseful.com/2006/08/09/fckeditor-plugin-v0-1-2-released-on-rubyforge/comment-page-1/#comment-55</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 09 Aug 2006 13:18:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-plugin-v0-1-2-released-on-rubyforge#comment-55</guid>
		<description>Hi again,

DSL went down for a bit...sorry.

Your demo works fine for me from both IE/Firefox.   I edited the first record and added another image.

Can I download the demo source?  I&#039;m beginning to wonder if this has to do with how RAILS_PATH works under Windoze.

I plan on buying a Mac soon.  For now I&#039;m stuck with a PC.</description>
		<content:encoded><![CDATA[<p>Hi again,</p>
<p>DSL went down for a bit&#8230;sorry.</p>
<p>Your demo works fine for me from both IE/Firefox.   I edited the first record and added another image.</p>
<p>Can I download the demo source?  I&#8217;m beginning to wonder if this has to do with how RAILS_PATH works under Windoze.</p>
<p>I plan on buying a Mac soon.  For now I&#8217;m stuck with a PC.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Rutherford</title>
		<link>http://blog.thatsuseful.com/2006/08/09/fckeditor-plugin-v0-1-2-released-on-rubyforge/comment-page-1/#comment-56</link>
		<dc:creator>Scott Rutherford</dc:creator>
		<pubDate>Wed, 09 Aug 2006 13:18:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-plugin-v0-1-2-released-on-rubyforge#comment-56</guid>
		<description>Hi Jeff,

You can grab the demo here, it has the ajax_scaffold plugin in it too (which is pre-release but feel free to use it).

http://fckeditor.caronsoftware.com/fckeditor-0.1.3.tar.gz

Hope this helps
Scott</description>
		<content:encoded><![CDATA[<p>Hi Jeff,</p>
<p>You can grab the demo here, it has the ajax_scaffold plugin in it too (which is pre-release but feel free to use it).</p>
<p><a href="http://fckeditor.caronsoftware.com/fckeditor-0.1.3.tar.gz" rel="nofollow">http://fckeditor.caronsoftware.com/fckeditor-0.1.3.tar.gz</a></p>
<p>Hope this helps<br />
Scott</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://blog.thatsuseful.com/2006/08/09/fckeditor-plugin-v0-1-2-released-on-rubyforge/comment-page-1/#comment-57</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 09 Aug 2006 13:18:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-plugin-v0-1-2-released-on-rubyforge#comment-57</guid>
		<description>Hi Scott,

I get the same error:

XML Request error: Not found (404)

when trying to &quot;Browse server&#039; with your demo project.  I think maybe because Webrick adds the port on the end of localhost, the call isn&#039;t mapping correctly.  I&#039;ve tailed the development.log file and used Live HTTP Headers:

***TAILED DEVELOPMENT.LOG***

Completed in 0.15000 (6 reqs/sec) &#124; Rendering: 0.13000 (86%) &#124; DB: 0.01000 (6%) &#124; 200 OK [http://localhost/test/edit/1?sort_direction=asc&amp;scaffold_id=note
&amp;page=1]


Processing Base#index (for 127.0.0.1 at 2006-08-14 10:56:36) [GET]
  Session ID: 447a23df0a5991727752089c6e2b4e55
  Parameters: {&quot;CurrentFolder&quot;=&gt;&quot;/&quot;, &quot;Command&quot;=&gt;&quot;GetFoldersAndFiles&quot;, &quot;Type&quot;=&gt;&quot;Image&quot;}


ActionController::RoutingError (Recognition failed for &quot;/fckeditor/command&quot;):

***LIVE HTTP HEADERS***

http://localhost:3002/fckeditor/command?Command=GetFoldersAndFiles
&amp;Type=Image&amp;CurrentFolder=/

GET /fckeditor/command?Command=GetFoldersAndFiles&amp;Type=Image&amp;CurrentFolder=/ HTTP/1.1
Host: localhost:3002
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;
q=0.8,image/png,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Cookie: _session_id=447a23df0a5991727752089c6e2b4e55

HTTP/1.x 404 Not Found
Cache-Control: no-cache
Connection: Keep-Alive
Date: Mon, 14 Aug 2006 16:04:18 GMT
Content-Type: text/html; charset=UTF-8
Server: WEBrick/1.3.1 (Ruby/1.8.4/2005-12-24)
Content-Length: 606
Set-Cookie: _session_id=447a23df0a5991727752089c6e2b4e55; path=/

Jeff</description>
		<content:encoded><![CDATA[<p>Hi Scott,</p>
<p>I get the same error:</p>
<p>XML Request error: Not found (404)</p>
<p>when trying to &quot;Browse server&#8217; with your demo project.  I think maybe because Webrick adds the port on the end of localhost, the call isn&#8217;t mapping correctly.  I&#8217;ve tailed the development.log file and used Live HTTP Headers:</p>
<p>***TAILED DEVELOPMENT.LOG***</p>
<p>Completed in 0.15000 (6 reqs/sec) | Rendering: 0.13000 (86%) | DB: 0.01000 (6%) | 200 OK [http://localhost/test/edit/1?sort_direction=asc&amp;scaffold_id=note<br />
&amp;page=1]</p>
<p>Processing Base#index (for 127.0.0.1 at 2006-08-14 10:56:36) [GET]<br />
  Session ID: 447a23df0a5991727752089c6e2b4e55<br />
  Parameters: {&quot;CurrentFolder&quot;=&gt;&quot;/&quot;, &quot;Command&quot;=&gt;&quot;GetFoldersAndFiles&quot;, &quot;Type&quot;=&gt;&quot;Image&quot;}</p>
<p>ActionController::RoutingError (Recognition failed for &quot;/fckeditor/command&quot;):</p>
<p>***LIVE HTTP HEADERS***</p>
<p><a href="http://localhost:3002/fckeditor/command?Command=GetFoldersAndFiles" rel="nofollow">http://localhost:3002/fckeditor/command?Command=GetFoldersAndFiles</a><br />
&amp;Type=Image&amp;CurrentFolder=/</p>
<p>GET /fckeditor/command?Command=GetFoldersAndFiles&amp;Type=Image&amp;CurrentFolder=/ HTTP/1.1<br />
Host: localhost:3002<br />
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6<br />
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;<br />
q=0.8,image/png,*/*;q=0.5<br />
Accept-Language: en-us,en;q=0.5<br />
Accept-Encoding: gzip,deflate<br />
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7<br />
Keep-Alive: 300<br />
Connection: keep-alive<br />
Cookie: _session_id=447a23df0a5991727752089c6e2b4e55</p>
<p>HTTP/1.x 404 Not Found<br />
Cache-Control: no-cache<br />
Connection: Keep-Alive<br />
Date: Mon, 14 Aug 2006 16:04:18 GMT<br />
Content-Type: text/html; charset=UTF-8<br />
Server: WEBrick/1.3.1 (Ruby/1.8.4/2005-12-24)<br />
Content-Length: 606<br />
Set-Cookie: _session_id=447a23df0a5991727752089c6e2b4e55; path=/</p>
<p>Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Rutherford</title>
		<link>http://blog.thatsuseful.com/2006/08/09/fckeditor-plugin-v0-1-2-released-on-rubyforge/comment-page-1/#comment-58</link>
		<dc:creator>Scott Rutherford</dc:creator>
		<pubDate>Wed, 09 Aug 2006 13:18:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-plugin-v0-1-2-released-on-rubyforge#comment-58</guid>
		<description>Hi Jeff,

Just to check I just untared the demo on my machine and it ran straight off. So at least we know it works (on a mac).

I&#039;m a little confused as to why the call to localhost with no port works to get the edit partial and then in the LiveHTTPHeaders you have port 3002?

Did you try the demo code from stratch: (All from Rails root)

# mysql -u root -p &lt; db/createDatabase.sql
# rake migrate
# ruby script/server webrick</description>
		<content:encoded><![CDATA[<p>Hi Jeff,</p>
<p>Just to check I just untared the demo on my machine and it ran straight off. So at least we know it works (on a mac).</p>
<p>I&#8217;m a little confused as to why the call to localhost with no port works to get the edit partial and then in the LiveHTTPHeaders you have port 3002?</p>
<p>Did you try the demo code from stratch: (All from Rails root)</p>
<p># mysql -u root -p &lt; db/createDatabase.sql<br />
# rake migrate<br />
# ruby script/server webrick</p>
]]></content:encoded>
	</item>
</channel>
</rss>
