[ic] mod_interchange & AddHandler (FCKeditor)

Bill Carr bill at worldwideimpact.com
Thu Oct 20 09:55:42 EDT 2005


On Oct 19, 2005, at 11:26 AM, Mike Heins wrote:

> Quoting Bill Carr (bill at worldwideimpact.com):
>
>>
>> On Oct 9, 2005, at 2:07 PM, Mike Heins wrote:
>>
>>
>>> Quoting Bill Carr (bill at worldwideimpact.com):
>>>
>>>
>>>> IC 5.2, Linux-2.6.7, Perl-5.8.7, Apache/1.3.33 (Debian GNU/Linux),
>>>> mod_interchange-1.33 (IC_MAX_ORDINARYLIST 20)
>>>>
>>>> I am trying to install a WYSIWYG textarea replacement editor called
>>>> FCKeditor (I'm not trying to be vulgar. It's the author's  
>>>> initials).
>>>>
>>>>
>>>
>>> Just so people know, I looked at this editor and it looks nice. I
>>> just added a widget that uses it:
>>>
>>> http://www.icdevgroup.org/cgi-bin/cvsweb/interchange/code/Widget/
>>> fck.widget
>>>
>>> This will provide a direction to replace the late great HTMLarea. We
>>> might even add a file browser that links to the admin or something.
>>>
>> Thanks, Mike
>>
>> I have developed an Interchange connector for the FCKeditor based on
>> the MCPUK file browser. It's pretty sloppy, does not handle many
>> errors and has a few things that are specific to my setup. All that
>> said, it can handle most of the requests the file browser generates
>> and gives a response the file browser understands. I'd like to make
>> it better but I am burning up way to much time on it. I will post it
>> if there is any interest.
>>
>
> I am interested.
I have been working on getting the file upload progress bar working  
but have hit a stumbling block. Interchange (5.2) is dieing with the  
following error when I try to upload a file: Runtime error: read:  
Interrupted system call at /usr/local/interchange-5.2.0/lib/Vend/ 
Server.pm line 641. My code, located on IC page /admin/fckeditor, for  
uploading a file is not being run.

Here is Apache's log to show the requests made by the editor:
70.17.146.34 - - [20/Oct/2005:09:48:20 -0400] "POST /admin/fckeditor? 
uploadID=10016&Connector=/admin/ 
fckeditor&Command=FileUpload&Type=Image&CurrentFolder=/&ExtraParams=  
HTTP/1.1" 500 625
70.17.146.34 - - [20/Oct/2005:09:48:20 -0400] "GET /admin/fckeditor? 
Command=GetUploadProgress&Type=Image&ExtraParams=&CurrentFolder=/ 
&uploadID=10016&refreshURL= HTTP/1.1" 200 240

==> /var/log/apache/error_log <==
[Thu Oct 20 09:48:20 2005] [error] (32)Broken pipe: access to /admin/ 
fckeditor failed for 70.17.146.34, reason: error writing client block  
to Interchange

Any ideas? The progress bar is pretty nifty. Plus, I think it will be  
easier to get it work than disable it.


Bill Carr
bill at worldwideimpact.com




More information about the interchange-users mailing list