Jump to content

Raven5

Members
  • Posts

    3
  • Joined

  • Last visited

Raven5's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Wait, Andy was right! I checked again and it looks like the new files were uploaded as .JPG the script is looking for .jpg. Sorry, for missing this, I've been looking at my code so long that I just needed another set of eyes to find it. I knew it was something simple. Thanks again guys!
  2. Thanks for the replies! FTP Mode - my first post was mistated; I ftp'd the files in BINARY mode, not ascii. Automatic mode switched back and forth too much, so I set it to only upload Binary. .htaccess - The only thing in my .htaccess file is for directory listing restrictions. However, if it was the .htacces file, wouldn't affect all the directories in the /photos/ dir? Right now, it only affects most, not all. Case Sensitivity - The script that generates the urls actually uses the folder name and the image name and writes them as a string. So the names should literally be correct for any file in any dir/subdir/ Don - you hit on the issue in the second part of your post. The images are there, but for some reason aren't available to the webserver or anything requesting them. There are not htaccess files in these subdirectories, can you think of any other way they are being restricted/forbidden? I appreciate the welcome, it's good to be part of a forum where people actually post replies! Thanks again!
  3. Here is the problem: Photo Gallery If you select London Gallery 1, it works as it should. Working Gallery Source: <td class="imgThumb"><a href="/photos/index.php?showGal=2&view=London_feb2005_1/IMG_0017#imageFull"><img src="/photos/London_feb2005_1/thumbnails/tn_IMG_0017.jpg" alt="" /></a></td> If you select Londong Gallery 8, none of the images show up. Broken Gallery source: <td class="imgThumb"><a href="/photos/index.php?showGal=9&view=London_feb2005_8/IMG_2241#imageFull"><img src="/photos/London_feb2005_8/thumbnails/tn_IMG_2241.jpg" alt="" /></a></td> All the directories exist, and all the images were uploaded in ascii mode, not binary. The most annoying part is that the images exist too. I read on a previous post similar to this that the problem was related to hotlink protection, but I have mine turned off. Please, any help is appreciated, but I am not a novice. The gallery is built from a php script, and the urls are auto-generated based on the existence of the files they are linking to. Thanks in advance, and any help with this would be appreciated!
×
×
  • Create New...