<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Pierre,<br>
<br>
Great tip!&nbsp; I had firebug check for broken images:<br>
<br>
<h2><span class="expanded pivot"></span><a
 href="http://www.cardenasdow.us/">http://www.cardenasdow.us/</a></h2>
<div class="output">
<p>0 broken images</p>
</div>
<h2><span class="expanded pivot"></span><a
 href="http://71.189.231.57:5080/drupal5/">http://71.189.231.57:5080/drupal5/</a></h2>
<div class="output">
<ol>
  <li><a
 href="http://www.cardenasdow.us/drupal5/files/pictures/picture-2.jpg">http://www.cardenasdow.us/drupal5/files/pictures/picture-2.jpg</a></li>
  <li><a
 href="http://www.cardenasdow.us/drupal5/files/pictures/picture-2.jpg">http://www.cardenasdow.us/drupal5/files/pictures/picture-2.jpg</a></li>
  <li><a
 href="http://www.cardenasdow.us/drupal5/files/pictures/picture-1.jpg">http://www.cardenasdow.us/drupal5/files/pictures/picture-1.jpg</a></li>
  <li><a
 href="http://www.cardenasdow.us/drupal5/files/pictures/picture-1.jpg">http://www.cardenasdow.us/drupal5/files/pictures/picture-1.jpg</a></li>
  <li><a
 href="http://www.cardenasdow.us/drupal5/files/pictures/picture-1.jpg">http://www.cardenasdow.us/drupal5/files/pictures/picture-1.jpg</a></li>
  <li><a
 href="http://www.cardenasdow.us/drupal5/files/pictures/picture-1.jpg">http://www.cardenasdow.us/drupal5/files/pictures/picture-1.jpg</a></li>
  <li><a
 href="http://www.cardenasdow.us/drupal5/files/pictures/picture-1.jpg">http://www.cardenasdow.us/drupal5/files/pictures/picture-1.jpg</a></li>
  <li><a
 href="http://www.cardenasdow.us/drupal5/files/pictures/picture-1.jpg">http://www.cardenasdow.us/drupal5/files/pictures/picture-1.jpg</a></li>
  <li><a
 href="http://www.cardenasdow.us/drupal5/files/pictures/picture-1.jpg">http://www.cardenasdow.us/drupal5/files/pictures/picture-1.jpg</a></li>
  <li><a
 href="http://www.cardenasdow.us/drupal5/files/pictures/picture-1.jpg">http://www.cardenasdow.us/drupal5/files/pictures/picture-1.jpg</a></li>
</ol>
<br>
The problem here is that I have a dynamic IP address with no-ip.com,
and in addition, Verizon (my ISP) blocks port 80 requests.&nbsp; So
no-ip.com does a port-redirect on <a class="moz-txt-link-abbreviated" href="http://www.cardenasdow.us">www.cardenasdow.us</a> to port 5080,
which my router points to port 80 on the server.&nbsp; Unfortunately, drupal
apparently takes the "cardenasdow.us" part of the url and gets the IP
for that (71.189.231.57) to use in subsequent urls.&nbsp;&nbsp; The IP for
<a class="moz-txt-link-abbreviated" href="http://www.cardenasdow.us">www.cardenasdow.us</a> is currently 72.5.169.70.&nbsp; How do I get drupal to
keep using <a class="moz-txt-link-abbreviated" href="http://www.cardenasdow.us">www.cardenasdow.us</a> instead of the ip address?<br>
<br>
<font color="navy" face="arial,sans serif"><b>Peter Dow</b>
</font><font color="black" face="arial,sans serif"><i>
<br>
Dow Software Services, Inc.
<br>
909 793-9050
<br>
<a href="mailto:pdow@dowsoftware.com">pdow@dowsoftware.com</a>
</i></font><br>
</div>
<br>
<br>
Pierre Rineau wrote:
<blockquote cite="mid:1217258242.9694.12.camel@localhost" type="cite">
  <pre wrap="">Use an extension like firebug (or introspect your rendered page source)
to check the path is set.

If your image is present in the web page source, but does not display,
check your file is present; if yes, then check path is correct in web
page; if yes check your files rights on your file system, maybe your
files does not have the read permission for your apache user.

If it does not works, check your templates files, if the picture is
there, if yes, then check you did not override the theme_* function that
display the picture.

If always not working, update core and modules and pray.

On lun, 2008-07-28 at 08:01 -0700, Peter Dow (DSS) wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I'm running Xubuntu, Apache2.2.8 (Ubuntu), PHP 5.2.4, MySQL 5, Drupal 5.7.

Using the Garland them, I configured it to show user pictures in posts 
and comments.  I uploaded a couple of pictures for a couple of user 
profiles, and all that shows on the blog is a link with the text 
"userid's picture".  Nothing in the user's configuration page shows 
which picture is associated with that user.

The picture is in the files/pictures directory and is named 
picture-1.jpg, but there is nothing in the drupal5 database "files" 
table.  However, the users table shows the correct path for each picture 
assigned to a user.

What's going on?

** *Peter Dow* /
Dow Software Services, Inc.
909 793-9050
<a class="moz-txt-link-abbreviated" href="mailto:pdow@dowsoftware.com">pdow@dowsoftware.com</a> <a class="moz-txt-link-rfc2396E" href="mailto:pdow@dowsoftware.com">&lt;mailto:pdow@dowsoftware.com&gt;</a> /

p.s. I've manged to get Clean URLs configured, but IE is still gives 
"Access Denied" message when trying to login.

    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
</blockquote>
</body>
</html>