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
Posts: 13451
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.
Posts: 22
cheers, thanks alot man.
8)
Posts: 13451
sheepish, no problem