image-gallery -> OK locally but error on the web

  • Hi,
    I added the image-gallery thumbar from the xml exemple package.
    It works perfectly on my computer locally, but I have a loading error when I put it on my website (I uploaded the complete folder)
    I don"t know what could be the problem. Is there a file to point to ?


    Edited 3 times, last by simious (January 14, 2016 at 7:27 PM).

  • I worked on that problem, but unsuccessfull for the moment.

    I made the image gallery plugin work from a server with the example from the krpano folder.
    I found that, if I add to the simple example the vtourskin.xml of my virtualtour, the exemple gives the same error, error I do not have locally on computer.

    So the problem should come from the vtourskin.xml , do you have an idea of the line ?

    Here is the file:
    #mce_temp_url#

    error link

    Edited 2 times, last by simious (January 15, 2016 at 4:35 PM).

  • Error says: there are no specified files in /images/zone1/ folder.

    In fakt there is no zone1 folder on the server. You put four gallery files in /images/ folder (http://www.photolapse.fr/visites/image-gallery/).

    Try to do one of the following things:

    1. create zone1 folder in images folder and put there all jpg files.

    2. remove '/zone1' from imagegallery.xml file eg.

    Code
    thumbbar_addimage('images/zone1/IMG_1683.jpg');
    		thumbbar_addimage('images/IMG_1685.jpg');
    		thumbbar_addimage('images/IMG_1688.jpg');
    		thumbbar_addimage('images/IMG_1696.jpg');
    		thumbbar_addimage('images/IMG_1702.jpg');
    		thumbbar_addimage('images/IMG_1704.jpg');

    instead of

    Code
    thumbbar_addimage('images/zone1/IMG_1683.jpg');
    		thumbbar_addimage('images/zone1/IMG_1685.jpg');
    		thumbbar_addimage('images/zone1/IMG_1688.jpg');
    		thumbbar_addimage('images/zone1/IMG_1696.jpg');
    		thumbbar_addimage('images/zone1/IMG_1702.jpg');
    		thumbbar_addimage('images/zone1/IMG_1704.jpg');
  • Problem solved!

    Yes I did a stupid mistake forgotting the zone1 folder by mixing my several VT files, but it was not the oiginal problem.

    It came from my pictures extension that was file.JPG instead of file.jpg *cursing*
    The browser doesn't see the difference locally, but it does on a server.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!