why I can't enter gallery

Beyond99

Joined: 2002-12-31
Posts: 10
Posted: Sun, 2003-01-05 17:57

Installation does not there is not any mistake, in login, input the user's name: admin, the password: " password of configuration", but can't enter , just break pages, The following are URL of my gallery:
<!-- BBCode Start --><A HREF="http://ostrich.cpgl.net:8080//gallery/ " TARGET="_blank">http://ostrich.cpgl.net:8080//gallery/ </A><!-- BBCode End -->
phpinfo:
<!-- BBCode Start --><A HREF="http://ostrich.cpgl.net:8080//gallery/setup/phpinfo.php" TARGET="_blank">http://ostrich.cpgl.net: 8080//gallery/setup/phpinfo.php</A><!-- BBCode End -->
session _ test. php:
<!-- BBCode Start --><A HREF="http://ostrich.cpgl.net:8080//gallery/setup/session_test.php" TARGET="_blank">http://ostrich.cpgl.net: 8080//gallery/setup/session_test.php </A><!-- BBCode End -->

 
alindeman
alindeman's picture

Joined: 2002-10-06
Posts: 8194
Posted: Sun, 2003-01-05 18:48

I can't get to your site :sad:...

EDIT: Nevermind. I can, it's just painfully slow. Hold on a minute.

 
Beyond99

Joined: 2002-12-31
Posts: 10
Posted: Mon, 2003-01-06 04:54

I can open , I come from China, it may be this reason, But you can watch two following pictures , it is a little heavy : )
<!-- BBCode Start --><IMG SRC="http://www.lc160.com/snap.jpg"><!-- BBCode End -->
<!-- BBCode Start --><IMG SRC="http://www.lc160.com/snap1.jpg"><!-- BBCode End -->

//configuration-----------------------------------------------------------------------------------

/* Version */
$gallery->app->config_version = 31;

/* Features */
$gallery->app->feature["zip"] = 1;
$gallery->app->feature["rewrite"] = 0; // (missing GALLERY_REWRITE_OK -- it's optional)
$gallery->app->feature["mirror"] = 0; // (missing mirrorSites -- it's optional)

/* Constants */
$gallery->app->galleryTitle = "Gallery";
Error: Missing value: Admin password!
$gallery->app->pnmDir = "/home/clan/ostrich/html/gallery/netpbm";
// optional ImPath missing
$gallery->app->graphics = "NetPBM";
$gallery->app->highlight_size = "200";
$gallery->app->zipinfo = "/usr/bin/zipinfo";
$gallery->app->unzip = "/usr/bin/unzip";
// optional use_exif missing
$gallery->app->movieThumbnail = "/home/clan/ostrich/html/gallery/images/movie.thumb.jpg";
$gallery->app->albumDir = "/home/clan/ostrich/html/gallery/albums";
$gallery->app->tmpDir = "/home/clan/ostrich/html/gallery/temp";
$gallery->app->photoAlbumURL = "http://ostrich.cpgl.net//gallery";
$gallery->app->albumDirURL = "http://ostrich.cpgl.net//gallery/albums";
// optional mirrorSites missing
$gallery->app->showAlbumTree = "no";
$gallery->app->cacheExif = "no";
$gallery->app->jpegImageQuality = "95";
$gallery->app->timeLimit = "30";
$gallery->app->debug = "no";
$gallery->app->use_flock = "yes";
$gallery->app->expectedExecStatus = "0";
$gallery->app->sessionVar = "gallery_session";
$gallery->app->userDir = "/home/clan/ostrich/html/gallery/albums/.users";
$gallery->app->pnmtojpeg = "ppmtojpeg";

/* Defaults */
$gallery->app->default["bordercolor"] = "black";
$gallery->app->default["border"] = "1";
$gallery->app->default["font"] = "arial";
$gallery->app->default["cols"] = "3";
$gallery->app->default["rows"] = "3";
$gallery->app->default["thumb_size"] = "150";
$gallery->app->default["resize_size"] = "640";
$gallery->app->default["fit_to_window"] = "no";
$gallery->app->default["use_fullOnly"] = "no";
$gallery->app->default["print_photos"] = "shutterfly";
$gallery->app->default["returnto"] = "yes";
$gallery->app->default["showOwners"] = "no";
$gallery->app->default["albumsPerPage"] = "5";
$gallery->app->default["showSearchEngine"] = "yes";
$gallery->app->default["useOriginalFileNames"] = "yes";
$gallery->app->default["display_clicks"] = "yes";
$gallery->app->default["public_comments"] = "yes";

Thank first! :lol:

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7985
Posted: Mon, 2003-01-06 07:58

Try this. Re-run the configuration wizard and set your admin password to "test". Then put gallery in secure mode and let us know. We'll try logging on remotely.

 
Beyond99

Joined: 2002-12-31
Posts: 10
Posted: Mon, 2003-01-06 10:41

OK, already been made like what you said, Re-run the configuration wizard and set my admin password to" test", And already in secure mode.you have a try of .

<!-- BBCode Start --><A HREF="http://ostrich.cpgl.net:8080//gallery/" TARGET="_blank">http://ostrich.cpgl.net:8080//gallery/</A><!-- BBCode End -->

 
Beyond99

Joined: 2002-12-31
Posts: 10
Posted: Tue, 2003-01-07 04:01

Why does nobody come to see?

 
beckett
beckett's picture

Joined: 2002-08-16
Posts: 3473
Posted: Tue, 2003-01-07 05:01

Okay. I just tried... and it doesn't even return an error for an incorrect password.
Hmm.

I'm guessing the user database didn't get properly created. So try this:

Remove your albums directory completely. You might need to get Bharat's <!-- BBCode Start --><A HREF="http://gallery.sourceforge.net/docs.php?artid=22" TARGET="_blank">Cleanup Script</A><!-- BBCode End --> and run that first to be able to delete it completely. Then make a new albums directory, and run "chmod 777 albums". Now re-run the Configuration Wizard and enter a new password (let's do "test" for now), and try running it again.

Also, you posted a picture of your session test diagnostics results. But does the number really increase when you reload? You didn't tell us that. Your phpinfo page seems to show that your sessions are set up correctly, but it would be good to know for sure.

Thanks,
-Beckett (

)