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> <<a href="mailto:killshot91@comcast.net">killshot91@comcast.net</a>> 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 looks like you are correct. 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. FCKEditor is uploading the file to the correct location. How do I get it to look in the proper location?<br>
<br> Thanks.<br> <br> Steve<br> -------------- Original message ----------------------<br> From: Earnie Boyd <<a href="mailto:earnie@users.sourceforge.net">earnie@users.sourceforge.net</a>><br> > Quoting Steve Edwards <<a href="mailto:killshot91@comcast.net">killshot91@comcast.net</a>>:<br>
><br> > > Hmmm, this gets even stranger. The <img> tag had an empty alt<br> > > attribute in it like this:<br> > ><br> > > <img alt="Apache logo" src="/files/apache_pb22.png" /><br>
> ><br> > > so on a whim I just manually filled it in to see what would happen.<br> > > Instead of being invisible, the alt text was displayed as text. So<br> > > the body of the node is this<br>
> ><br> > > <p><img alt="Apache logo" src="/files/logo.gif" />Text is here.&nbsp;<br> > > Where is the graphic?</p><br> > ><br> > > and what shows up is this:<br>
> ><br> > > Apache logoText is here. Where is the graphic?<br> > ><br> > > So it's as if the HTML tag is being completely ignored.<br> > ><br> ><br> > It sounds to me as if /files/logo.gif isn't found to be displayed.<br>
> Check the apache error log.<br> ><br> > Earnie -- <a href="http://for-my-kids.com/">http://for-my-kids.com/</a><br> > -- <a href="http://give-me-an-offer.com/">http://give-me-an-offer.com/</a><br> ><br> > --<br>
> [ 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>