sheepish

Joined: 2004-10-11
Posts: 22
Posted: Mon, 2004-10-11 21:59

hi there, can anyone help me out here? I am just getting this error and i cant work out why...

Gallery Configuration Wizard: Step 4;

One error.See Details below.

/* Version */
$gallery->app->config_version = '82';
 
/* 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 = "hd gallery";

$gallery->app->skinname = "black";

$gallery->app->uploadMode = "form";

$gallery->app->albumDir = "/home/pointovv/public_html/albums";

Error: Missing value: Temporary directory!

thanks if anyone can tell me what i am doing wrong.

sheep

 
h0bbel
h0bbel's picture

Joined: 2002-07-28
Posts: 13451
Posted: Mon, 2004-10-11 22:04

sheepish, in the "Locations and URLs" tab in step 2, fill out the missing value. /tmp is the most common value.

BTW: I had to split this post from the thread you posted in, it was in no way related to your issue.

 
sheepish

Joined: 2004-10-11
Posts: 22
Posted: Mon, 2004-10-11 22:21

cheers, thanks alot man.
8)

 
h0bbel
h0bbel's picture

Joined: 2002-07-28
Posts: 13451
Posted: Mon, 2004-10-11 22:24

sheepish, no problem :)