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