Photos not displaying!?!?!?

bobalania - July 10, 2009 - 15:30

Hello,

I have the album photos module (with gallery mod.) + lightbox 2 module installed on my drupal site.

The thumbnails of the images display down the side, but when you click on the image to display the larger version, it just shows the name of the image, this only seems to be happening for a particular group of photos though.

Can anyone help?

anyone?

bobalania - July 10, 2009 - 17:38

anyone?

Have you had a look at the

bsenftner - July 10, 2009 - 18:42

Have you had a look at the html and check to see if the links are pointing to the correct locations where your photos are stored?
Okay, I've not used that gallery module, but I have noticed that lightbox2 has some auto-image processing configuration - did you set that up?

Here is the code where the

bobalania - July 10, 2009 - 19:05

Here is the code where the image should appear:

<div class="mainColContent">
<h1 class="pagetitle">GFSprom09 (136).JPG</h1> <div class="breadcrumb"><a href="/">Home</a> » <a href="/?q=photos/image">Images</a> » <a href="/?q=photos/user/1/image">admin&#039;s images</a> » <a href="/?q=photos/album/25">GFS PROM PHOTOS 09</a></div>
<div class="tabs"></div>

  <div id="image-load" class="image-load">
    <h2 class="photos_view_filename jQueryeditable_edit_filename" ajaxedit="/?q=photos/image/242/update/filename">
      GFSprom09 (136).JPG    </h2>
  <div class="photos_view_des jQueryeditable_edit_des" ajaxedit="/?q=photos/image/242/update/des">
      </div>
    <div class="photos_view_links">
        <div class="photo-rg">
        <a href="/?q=photos/image/242/delete&amp;destination=node/25">Delete</a>            <a href="#comment-form">Add new comment</a><a href="/?q=node/25/photos/cover/242&amp;destination=photos%2Fimage%2F242">Set to Cover</a><a href="/?q=photos/zoom/242">All sizes</a>  </div>

  </div>

Before today, images were loading fine too there 645x480 maximum when you click on the, now they just dont show up + i haven't changed any settings since then.

I have just been in to lightbox > automatic image handling then changed all the settings from disbaled to just lighbox. i'm not sure whether this is correct, or if it will even help.

The images show in album view, but not when you click on the thumbnail. But the full size images are obviously being found as the show up in the "dfgallery" module i have installed when i view the photos in the flash gallery.

??? Thanks!

???????

bobalania - July 10, 2009 - 19:55

???????

Look at the pages where the

bsenftner - July 10, 2009 - 21:20

Look at the pages where the images show up correctly (the html) and compare that to the pages where they are not showing up correctly - at least you'll be able to tell why. I expect the one that is not working is pointing to the wrong image storage location. From there, you'll have to figure out which module is creating the bad links, and then go to it's configuration pages and see if you have some setting that coincides with the bad links, and make them reflect the correct links.

Sorry I can't offer more - you're using modules I have no experience using.

Thanks for your fantastic

bobalania - July 10, 2009 - 22:37

Thanks for your fantastic help, i'll give it a go. :)

Now Can anyone help with

bobalania - July 19, 2009 - 20:46

Now Can anyone help with this, here is the code from the album page where the photos DO appear (but not in the full 640x480 size only in the 240x180)
I have took this code from the section in question so you can see the source of the image:

<div class="item-list">
</div>
<div id="photos_ajax_del_248" class="photos_image_list_view">
<div class="photos_list_view_thumb">
<a href="/?q=photos/image/248#image-load">
<img title="GFSprom09 (142).JPG" alt="GFSprom09 (142).JPG" src="http://www.gfs09.co.uk/sites/default/files/photos/image_1/thumb_248/240x180_scale_thumb_3063197821247252593.JPG"/>

Then, you click on the desired photo from the album to take you to the largest image size, but the photo does not appear, just the name of it.

and heres the code where the photo DOES NOT appear:

<div class="mainColContent">
<h1 class="pagetitle">GFSprom09 (142).JPG</h1>
<div class="breadcrumb">
</div>
<div class="tabs"/>
<div id="image-load" class="image-load">
<h2 class="photos_view_filename jQueryeditable_edit_filename" ajaxedit="/?q=photos/image/248/update/filename" title="Click to edit"> GFSprom09 (142).JPG </h2>
<div class="photos_view_des jQueryeditable_edit_des" ajaxedit="/?q=photos/image/248/update/des" title="Click to edit">Click to edit</div>

Can anyone see why the photo is not appearing in the second peace of code? And how i can solve this problem?

EDIT: i can see that the source is appearing in the first and isn't in the second, this is why the image isn't displaying, but how do i solve the problem and make the image appear on the pages when you click on the thumbnail to make the image larger?

Thanks!

can anyone help with this?

bobalania - July 20, 2009 - 22:31

can anyone help with this?

anyone please?

bobalania - July 21, 2009 - 16:06

anyone please?

It would probably help if you

aklouie - July 21, 2009 - 16:33

It would probably help if you hyperlink both pages so people can actually see what's happening and maybe get a better guess of what's going on.

Image does not show up in contenet

skashyap - October 30, 2009 - 14:58

Hi boblania,

I hope your problem has been solved. If not please change your input format from filtered HTML to Full HTML. Re-upload the image. It should work.

Thanks

Shiv

Same problem but no fix

henrykuo - November 14, 2009 - 21:46

I'm currently building a drupal site and have run into this same problem. I have done several tests to no avail. For some reason, some photos appear and some do not. If I re-upload the same photo, then it will appear in the new instance of it. So it is not the photo at all (including the photo's filename, the url etc etc...) Simply put, one instance of the photo upload appears, and another does not.

I actually believe this to be due to my current server setup. I'm only hosting on a very very cheap hosting plan that hosts files in the cloud, and not really even sure what kind of shared database setup that comes with. If I try to save a few views at the same time, one of the views will re-direct to an unknown page, so I believe this has to do with a limit on the number of connections I can make to the server at once.

Knowing this, when I uploaded the "missing" photos, it was uploading several at one time. So I believe it was just a few that missed their connections somehow.

btw, I'm only using the cheap hosting plan for building and testing. Once built, my plan is to move to dedicated servers.

 
 

Drupal is a registered trademark of Dries Buytaert.