Welcome to TalkGraphics.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Jan 2004
    Posts
    24

    Default

    Seen this problem before on here, but, never the less, I'm having it now.

    Works good on hard drive, upload, then caplooie, no pictures show up in the album.

    I believe I have the file structure correct. I have tried moving the html file to all kinds of different places on the server with no luck. Always get the red X. I can't for the life of me figure out what went wrong. I have used Webstyle before to create several photo album pages, thats why I'm so stumped. Never had this problem come up. Any insight?

    http://midwest-dc.com/bath2.html

  2. #2
    Join Date
    Jan 2004
    Posts
    24

    Default

    Seen this problem before on here, but, never the less, I'm having it now.

    Works good on hard drive, upload, then caplooie, no pictures show up in the album.

    I believe I have the file structure correct. I have tried moving the html file to all kinds of different places on the server with no luck. Always get the red X. I can't for the life of me figure out what went wrong. I have used Webstyle before to create several photo album pages, thats why I'm so stumped. Never had this problem come up. Any insight?

    http://midwest-dc.com/bath2.html

  3. #3
    Join Date
    Jun 2004
    Location
    Belmar N.J.
    Posts
    1,466

    Default

    only messed with a few websites over the years but i believe this is your problem http://midwest-dc.com/bath2_files/Ph...Before%20#2%20(web).jpg
    Mike
    see my photoblog http://kcmcomp.com

  4. #4
    Join Date
    Jan 2004
    Posts
    24

    Default

    hmmm..thats alittle vague...do you think you could be more specific?

  5. #5
    Join Date
    Jan 2004
    Posts
    1,830

    Default

    within your web page, you have the following code responsible for displaying the photos.

    When a browser reads this code, it will look for the photos within bath2_files/Photos/ directory. it will then attempt to find the actual photo 'Half Bath - Before #2 (web).jpg' Spaces are replaced by a %20, therefore the actual address it is attempting to retrieve the above image from is

    http://midwest-dc.com/bath2_files/Ph...Before%20#2%20(web).jpg There is no photo at this address.

    Please ensure you have uploaded the photos to the bath2_files/Photos/ directory and they are correctly named as shown within the code below

    Hope this helps you

    <script ID="Webstyle_Album_Script">
    xara_albumsetup("bath2_files/Photos/", "mdcbath", "bath2_files/");
    xara_albumcreate(3, 3, -1);
    xara_pic('Half Bath - Before #2 (web).jpg', 'Half Bath - Before #2', '');
    xara_pic('Half Bath - After #2 (web).jpg', 'Half Bath - After #2', '');
    xara_pic('Half Bath - Before #1 (web).jpg', 'Half Bath - Before #1', '');
    xara_pic('Half Bath - After #1 (web).jpg', 'Half Bath - After #1', '');
    xara_pic('Half Bath - After #3 (web).jpg', 'Half Bath - After #3', '');
    xara_pic('Half Bath - After #4 (web).jpg', 'Half Bath - After #4', '');

    xara_albumfill(base);
    </script>

  6. #6
    Join Date
    Jan 2004
    Posts
    24

    Default

    Thanks Bb2

    Sure enough that is where they are. Webstyle created that folder within the bath_2 folder, and I uploaded it. All the photos are in it.

    File names are as follows:

    Half Bath-Before #2(web).jpg
    Half Bath-Before #2(web).jpg_thumb
    ect...

    As I said I tried moving these files around a million different places with no luck. Even scrapped it all and started over in webstyle, same result.

    thanks again, any other ideas?

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •