Hi,
I recently downloaded e2's gallery and installed it on my server. I want to leave the folder structure exactly as it is from when it is installed.
I have the uploader working successfully, but the gallery will not display the images I have uploaded
When I edit the config.php file, do I put the images folder as 'uploader/images'? (given that the folder name I provided to the uploader is to store this images in is "images") This is the folder where the images are stored after they are uploaded. I have put this path in the config.php file already in the root folder, but the gallery will not display my images.
Below are the links to my gallery, uploader, then a transcript of my config.php file.
http://redbook.no-ip.org:6731/galleries/sabrehagen@ozemail.com.au/Milky's%2018th/
http://redbook.no-ip.org:6731/galleries/sabrehagen@ozemail.com.au/Milky's%2018th/uploader/
<?php
//Define the folder where your photos will be placed on you server.
//Relative to the path you place the galery index.php
$gallerypath="uploader/images"; //EX. images or ../gallery/images no trailing slash needed
$thumbpath="uploader/images/thumbs"; //EX. images or ../gallery/images no trailing slash needed
$transitionspeed="500"; //How fast you want the animations to render
$fadespeed="300"; //How fast you want the photos to fade in and out
$users[0]="username"; //Username for accessing image uploader
$passw[0]="password"; //Password to access image uploader
?>
Thankyou for all your help, and please treat my webserver with respect :)
sabrehagen
