tokyoahead

Anonymous
Hi,

I have been setting up gallery but I cannot open the galleries.

The Albums cannot be opened. The link to albums is not

http://....com/gallery/view_album.php?set_albumName=xname

as I saw it on another page, but

http://...com/main/gallery/xname

The page does not open, however.

What can I do?
you can try it out at

http://viennaahead.com/main/gallery/

thanks

Oliver

Status: offline

geKow

Forum User
Full Member
Registered: 01/12/03
Posts: 445
Hi,
I would suggest to ask the friendly people at the Gallery Forum as I THINK this is a gallery setup issue.
...
looking deeper into it... I would say, that you may have an error in your path settings. You could use an ftp program, go to your gallery directory and look for a file called config.php. Download it to somewhere where it can't harm anything (*) and check the /* Constants */ Block

Text Formatted Code

/* Constants */
$gallery->app->galleryTitle = "The name of your gallery"; //Obvious
$gallery->app->albumDir = "/home/MY_ADRESS/public_html/albums"; // here goes the path to your album directory wich is somewhere outside the gallery directory
$gallery->app->tmpDir = "/home/MY_ADRESS/tmp"; //Path to your temp.directory
$gallery->app->photoAlbumURL = "http://mydomain.net/gallery"; // URL to your GALLERY directory
$gallery->app->albumDirURL = "http://www.mydomain.net/albums"; // URL to your ALBUMS directory
$gallery->app->movieThumbnail = "/images/movie.thumb.jpg";


 


It should look like this with your pathes. As I said, I guess one of your pathes is wrong, but I don't know enough about gallery to tell you wich one

To change the values (if they are wrong) you could either change the config.php or rerun the gallery setup.

As I said... if everything looks right, please ask the Gallery folks.

geKow

(*) I once downloaded it into my local geeklog dir, overwriting the geeklog config.php and wondered why suddenly nothing works.... it was late *sigh