Steve,<br><br>Where is the Drupal root? is it:  <br>/home/campfire/public_html/members<br><br>There is a setting for base_url in settings.php which is commented out. You might try setting that. <br><br>Another solution (assuming your drupal root is as I listed above):<br>
<br>Create a subdomain called <a href="http://members.example.com">members.example.com</a> and point it to public_html/members/. With cpanel this is very easy to do.<br><br>From hanging around the forums etc. and from my own experience, file issues in Drupal are less fussy when Drupal is installed in the root directory of a domain or subdomain.<br>
<br>Shai<br><br><div><span class="gmail_quote">On 2/14/08, <b class="gmail_sendername">Steve Edwards</b> &lt;<a href="mailto:killshot91@comcast.net">killshot91@comcast.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
It&nbsp;&nbsp;looks like you are correct.&nbsp;&nbsp;The issue has to do with Drupal being installed under a subfolder.<br> <br> The path to the file is /home/campfire/public_html/members/files.file.gif, but for some reason it is looking for it in /home/campfire/public_html/files.file.gif.&nbsp;&nbsp;FCKEditor is uploading the file to the correct location.&nbsp;&nbsp;How do I get it to look in the proper location?<br>
 <br> Thanks.<br> <br> Steve<br>&nbsp;&nbsp;-------------- Original message ----------------------<br> From: Earnie Boyd &lt;<a href="mailto:earnie@users.sourceforge.net">earnie@users.sourceforge.net</a>&gt;<br> &gt; Quoting Steve Edwards &lt;<a href="mailto:killshot91@comcast.net">killshot91@comcast.net</a>&gt;:<br>
 &gt;<br> &gt; &gt; Hmmm, this gets even stranger.&nbsp;&nbsp;The &lt;img&gt; tag had an empty alt<br> &gt; &gt; attribute in it like this:<br> &gt; &gt;<br> &gt; &gt; &lt;img alt=&quot;Apache logo&quot; src=&quot;/files/apache_pb22.png&quot; /&gt;<br>
 &gt; &gt;<br> &gt; &gt; so on a whim I just manually filled it in to see what would happen.<br> &gt; &gt; Instead of being invisible, the alt text was displayed as text.&nbsp;&nbsp;So<br> &gt; &gt; the body of the node is this<br>
 &gt; &gt;<br> &gt; &gt; &lt;p&gt;&lt;img alt=&quot;Apache logo&quot; src=&quot;/files/logo.gif&quot; /&gt;Text is here.&amp;nbsp;<br> &gt; &gt; Where is the graphic?&lt;/p&gt;<br> &gt; &gt;<br> &gt; &gt; and what shows up is this:<br>
 &gt; &gt;<br> &gt; &gt; Apache logoText is here.&nbsp;&nbsp;Where is the graphic?<br> &gt; &gt;<br> &gt; &gt; So it&#39;s as if the HTML tag is being completely ignored.<br> &gt; &gt;<br> &gt;<br> &gt; It sounds to me as if /files/logo.gif isn&#39;t found to be displayed.<br>
 &gt; Check the apache error log.<br> &gt;<br> &gt; Earnie -- <a href="http://for-my-kids.com/">http://for-my-kids.com/</a><br> &gt; -- <a href="http://give-me-an-offer.com/">http://give-me-an-offer.com/</a><br> &gt;<br> &gt; --<br>
 &gt; [ Drupal support list | <a href="http://lists.drupal.org/">http://lists.drupal.org/</a> ]<br> <br><br> --<br> [ Drupal support list | <a href="http://lists.drupal.org/">http://lists.drupal.org/</a> ]<br> </blockquote>
</div><br>