Hello,
I have an odd thing happening. I''m trying to use the Radiant CMS
system, and am seeing
a problem with some of the ajax calls. I''ve posted to the Radiant
mailing list, but I think
that it''s more a Rails / Apache / fcgid problem. My environment is
Ubuntu Linux with Apache 2.0.55
and fcgid.
The problem is, when I click on a link that will expand a child item
to show the items under it,
an ajax call is made and the items (pages) under are displayed.
However, there is also some HTML
headers that are displayed on the page. I''ve used Firefox and the
Firebug extension to try and see
what''s going on. (This seems to happen only under fcgid - using
script/server or just cgi it does
not happen)
Clicking the item to expand the current level will return (in Firebug):
Headers:
Date: Mon, 02 Oct 2006 17:10:02 GMT
Server: Apache/2.0.55 (Ubuntu)
Cache-Control: no-cache
Response:
-------------------------------------------------
<tr id="page-12" class="node level-3
no-children">
<td class="page" style="padding-left: 70px">
<span class="w1">
<a
href="http://radiant.mysite.com/admin/pages/edit/12"><img
align="center" alt="page-icon" class="icon"
src="/images/page.png?1158633174" title="" /> <span
class="title">child</span></a>
<img align="center" alt=""
class="busy" id="busy-12"
src="/images/spinner.gif?1158633174" style="display: none;"
title=""
/>
</span>
</td>
<td class="status published-status">Published</td>
<td class="add-child"><a
href="http://radiant.mysite.com/admin/pages/12/child/new"><img
alt="add child" src="/images/add-child.png?1158633174"
/></a></td>
<td class="remove"><a
href="http://radiant.mysite.com/admin/pages/remove/12"><img
alt="remove page" src="/images/remove.png?1158633174"
/></a></td>
</tr>
Set-Cookie: _session_id=0bbe20556e516fe62ca728f21e32316b; path=/
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html;charset=utf-8
0
-------------------------------------------------------------
Notice how the headers are being returned in the response, but not
being included as part of the headers ( I don''t know where the
trailing 0 character is coming from either).
I have no idea what this would happen, or if any sort of configuratin
settings can help.
Has any one ever seen such a thing?
Thanks,
John
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk
-~----------~----~----~----~------~----~------~--~---