The good news: I'm able to upload images correctly, and they show up fine when doing the HTML "img src" bit in a node. The bad news: I can't get images to show up in either my user profiles nor in the banners module. The system recognizes that the images are there, and the paths are correct, but it simply won't show them. (The banner module even leaves space for the 138x250 image when it loads, but then collapses back to "empty" size after a few moments.) The user profile says "(username)'s picture" in the upper right corner where the picture is supposed to be; clicking on it simply brings up the user profile page again.

I've searched the Drupal site over and over and haven't found any documentation on this; also tried installing the image.module, but nothing changed.

The site is here: http://www.livingindefinitely.com. Any and all help is appreciated!

Comments

heine’s picture

The RSS feed button (aptly XML in alt text) is not visible as well, but that's because it isn't pointing at misc/xml.png but has some taxonomy in the URL.

Were can I find the banner/user profiles? I can see the picture displayed by http://www.livingindefinitely.com/images/logo/logor/rotator.php both with Opera 8.5 and Internet Explorer 6.

BTW I find Pink on pink very hard to read.

--
Tips for posting to the forums

bcarlson33’s picture

The banner image is supposed to show up on the block called "Sponsors."

Yeah, I noticed that about the RSS button too- it shows up fine on the front page, but doesn't show up anywhere else. Maybe that has something to do with it? That things show up alright on index.php but get confused elsewhere?

I agree on the colors- the menu colors are only temporary; I haven't finished the theme yet. :)

heine’s picture

I see (but no images). When checking the HTML output I get this for Our Sponsors:

  <div class="block block-block" id="block-block-2">
    <h2 class="title">Our Sponsors</h2>
    <div class="content"><div class="sidebar-ad">
</div></div>
 </div>

No Image tags! Have you confirmed that it isn't one of the following issues?

Q. I don't see any images. What's wrong?
A. Be sure you installed 'banner_db_php' and 'banner_file.php' in the proper place (top level Drupal directory), and set the permissions on these files so they can be read by your webserver.

Q. I did install the files correctly, but I still don't see any images. What's wrong?
A. Try refreshing the banner cache. Go to: administer >> banner >> refresh cache

Q. I've refreshed my cache, but I'm still not seeing images. What's wrong?
A. Edit the banner and be sure that the MIME type was properly detected. Go to: administer >> banner >> list then click 'edit' next to problematic banner. At the bottom of the page you can view/update the MIME type.

--
Tips for posting to the forums

bcarlson33’s picture

I double-checked them again to be sure, but yep, it doesn't appear to be any of the above. I'm also noticing that, aside from the rotator.php images, no other images are showing up- I tried using a different theme with an image in the header, and while the space for the image showed up, the image itself did not.

bcarlson33’s picture

Whatever it is, it's not exclusive to a theme- the same thing happens in every theme I've tried.

bcarlson33’s picture

Flash images don't show up either.

bobbia’s picture

I appear to be having the same problem: see http://ourbeautifulriver.org/test_images
I am using the images and Img_assist modules.

BACKGROUND:

FILE SYSTEM PATH:
sites/ourbeautifulriver.org/files

DEFAULT IMAGE PATH:
images

IMAGE HTML TEMPLATE:

<div class="%image-class">
  <img src="/%src" width="%width" height="%height" alt="%alt" />
  <div class="caption">%caption</div>
</div>

HTML CREATED IN EDIT MODE:test test <div class="image"> <img width="192" height="192" border="0" src="/sites/ourbeautifulriver.org/files/images/potpie_0.gif" alt="test" /> <div class="caption">&nbsp;</div> </div><br />

In edit mode, you CAN see the image in the edit body. I use 'full HTML' to edit the content.

NOTE: You CAN also see the image at: http://ourbeautifulriver.org/sites/ourbeautifulriver.org/files/images/po... (the URL from above)

HOWEVER - when you go to the page that was created: http://ourbeautifulriver.org/test_images, there is no image, and a view of the source shows NO IMG info...

By the way - I did try deleting the images file and letting Img_assist create its own file (as per a previous post), but that didn't change anything.

Any ideas are appreciated!
Thanks!

bcarlson33’s picture

Still working on this issue, or trying to.

I've found that I can show an image by creating a block and doing HTML like so:

"<a href="http://www.livingindefinitely.com/node/6"><img src="http://www.livingindefinitely.com/files/banners/lancaster.jpg"></a>"

That shows up as the block currently marked "Test Block"

Yet calling up this same image through the block I've created for displaying banners (as well as user images - in short, anything that's calling up images through a Drupal function) still comes up without images.

???

bcarlson33’s picture

The answer to the user images not showing up is here:

http://drupal.org/node/5730#comment-37932

Still can't get the banners to show, but that's probably something different.