Topic: Images will not load on remote site

All works fine on local drive, but uploading to remote fails to load images.

Have tried placing images/thumbs in root, and in Gallery folder... all names/locations seem correct.

Also tried External Gallery option... no luck.

Any suggestions?

Re: Images will not load on remote site

Please check the permissions of your 'images' and 'thumbs' folders on your web server (and the permissions of the image files themselves) to ensure that they are not too restrictive. (Please see my reply to your query in this forum post.)
Default permissions of 755 for folders and 644 for files should work fine.

If you continue to experience difficulties, please post the URL to your gallery so that I can take a look.

Re: Images will not load on remote site

Looked for permissions setting on GoDaddy... all I see is an eyeball.
Here's the link to the site... Gallery is on top right.
http://garylordjohns.com

Re: Images will not load on remote site

It looks like your images have not been uploaded to the correct location on your web server.
According to your gallery's XML file (http://garylordjohns.com/JuiceBox%20Gallery/config.xml), the first image in your gallery should be located here: http://garylordjohns.com/JuiceBox%20Gal … adshot.jpg
However, going directly to that location in a browser results in an error 404 (file not found).
(Your gallery uses a baseURL and, therefore, any relative paths in the gallery's XML file, such as the imageURLs, thumbURLs and linkURLs, will be relative to the baseURL.)

Check that your images have been uploaded to the http://garylordjohns.com/JuiceBox%20Gallery/images/ directory on your web server.

Please also see this FAQ for further suggestions:
My images show locally, but not when I upload them to my website. Why?

Also, the name of your Juicebox gallery folder ('Juicebox Gallery') has a space in it. I would recommend using only web-safe characters (uppercase and lowercase letters, decimal digits, hyphen, period, underscore, and tilde) for files and folders on your web server.
Please see section 2.3 of this document for details: http://www.ietf.org/rfc/rfc3986.txt

Re: Images will not load on remote site

Took out the space and changed both index.html's. Works perfectly on local, uploaded the whole JuiceBoxGallery folder (after deleting previous folder) but still no photos on the web. Here's a link to show you the file locations through Dreamweaver-Remote view.
http://garylordjohns.com/GLJ-RemoteSiteView.html

Re: Images will not load on remote site

Here is the base index.html for the JuiceBoxGallery:

<div id="apDiv1"><!--START JUICEBOX EMBED-->
<script src="JuiceBoxGallery/jbcore/juicebox.js"></script>
<script>
  new juicebox({
    baseUrl : 'JuiceBoxGallery/',
galleryWidth: "100%",
galleryHeight: "100%",
backgroundColor: "rgba(0,0,0,1)"
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->


Here's the JuiceBoxGallery index.html:

<!DOCTYPE html>
<html lang="en">
    <head>
        <title>JuiceBoxGallery</title>
        <meta charset="utf-8" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="description" content="">
       
        <!-- START OPEN GRAPH TAGS-->
        <meta property="og:title" content="JuiceBoxGallery" />
        <meta property="og:type" content="website" />
        <meta property="og:url" content="" />
        <meta property="og:image" content="" />
        <meta property="og:description" content="" />
        <!-- END OPEN GRAPH TAGS-->
       
        <style type="text/css">
            body {
                margin: 0px;
            }
        </style>
    </head>
    <body>
        <!--START JUICEBOX EMBED-->
        <script src="jbcore/juicebox.js"></script>
        <script>
            new juicebox({
                containerId : 'juicebox-container',
                galleryWidth: '100%',
                galleryHeight: '100%',
                backgroundColor: 'rgba(0,0,0,1)'
            });
        </script>
        <div id="juicebox-container">
        <noscript>
        <!-- Image gallery content for non-javascript devices -->
        <h1>JuiceBoxGallery</h1>
        <p>JuiceBoxGallery</p>

        <p><img src="images/GJ-Headshot.jpg" title="GJ-Headshot" alt=""/><br>GJ-Headshot </p>
        <p><img src="images/Gary 2.jpg" title="Gary 2" alt=""/><br>Gary 2 </p>
        <p><img src="images/Gary RFL Pierce 4-2013smcc.jpg" title="Gary RFL Pierce 4-2013smcc" alt=""/><br>Gary RFL Pierce 4-2013smcc </p>
        <p><img src="images/Gary-Dodger-Stadium.jpg" title="Gary-Dodger-Stadium" alt=""/><br>Gary-Dodger-Stadium </p>
        <p><img src="images/Musez HeadD SoloC.jpg" title="Musez HeadD SoloC" alt=""/><br>Musez HeadD SoloC </p>
        <p><img src="images/GJ-hair2.jpg" title="GJ-hair2" alt=""/><br>GJ-hair2 </p>
        <p><img src="images/OnPlane.jpg" title="OnPlane" alt=""/><br>OnPlane </p>
        <p><img src="images/Nikki and me.jpg" title="Nikki and me" alt=""/><br>Nikki and me </p>
        <p><img src="images/NikkiDrums.jpg" title="NikkiDrums" alt=""/><br>NikkiDrums </p>
        <p><img src="images/Gary Dirt bike 1.jpg" title="Gary Dirt bike 1" alt=""/><br>Gary Dirt bike 1 </p>
        <p><img src="images/GLJ NewYork2.jpg" title="GLJ NewYork2" alt=""/><br>GLJ NewYork2 </p>
        <p><img src="images/SetListPipe.jpg" title="SetListPipe" alt=""/><br>SetListPipe </p>
        <p><img src="images/LookingAtYou.jpg" title="LookingAtYou" alt=""/><br>LookingAtYou </p>
        <p><img src="images/Singing and Todd.jpg" title="Singing and Todd" alt=""/><br>Singing and Todd </p>
        <p><img src="images/Me and TonyHawk.jpg" title="Me and TonyHawk" alt=""/><br>Me and TonyHawk </p>
        <p><img src="images/JerryWest Roy.jpeg" title="JerryWest Roy" alt=""/><br>JerryWest Roy </p>
        <p><img src="images/MUSEZ SideSlinkBW.jpg" title="MUSEZ SideSlinkBW" alt=""/><br>MUSEZ SideSlinkBW </p>
        <p><img src="images/GuitarClose2.jpg" title="GuitarClose2" alt=""/><br>GuitarClose2 </p>
        <p><img src="images/Musez HeadWayBackGroup.jpg" title="Musez HeadWayBackGroup" alt=""/><br>Musez HeadWayBackGroup </p>
        <p><img src="images/MeDrumsConradGuitar.jpg" title="MeDrumsConradGuitar" alt=""/><br>MeDrumsConradGuitar </p>
        <p><img src="images/HillTopNoShirt.jpg" title="HillTopNoShirt" alt=""/><br>HillTopNoShirt </p>
        </noscript>
        </div>
        <!--END JUICEBOX EMBED-->
    </body>
</html>

Re: Images will not load on remote site

Your web server is serving up files very slowly at the moment.
This may have something to do with your problem. Try contacting your web host to see if they are currently experiencing any issues which may be contributing to your problem.

Looked for permissions setting on GoDaddy... all I see is an eyeball.

There may still be a problem with the permissions.
Please check that all folders have permissions of 755 and all files have permissions of 644.
If you have any trouble doing this, your web host should be able to help you.

Re: Images will not load on remote site

Called tech report at GoDaddy and they walked me through to ADVANCED permissions settings... needed to click for the images folder "Web User Permissions.. ALLOW and EXECUTE"  Working now... THANKS!!!