Hvordan får jeg rettet fejlene?
___________________________________________________________________
Gallery Setup: Step 4
Confirm that the settings you entered came through correctly. If you find this page confusing, you can probably safely ignore it (unless you see stuff in red which indicates an error).
Warning: file_exists() [function.file-exists]: SAFE MODE Restriction in effect. The script whose uid is 4847 is not allowed to access /disk2/admin/www owned by uid 1003 in /disk2/users/familiealbummet/setup/confirm.inc on line 166
/* Version */
$gallery->app->config_version = 31;
/* Features */
$gallery->app->feature["zip"] = 0; // (missing zipinfo -- it's optional, missing unzip -- it's optional)
$gallery->app->feature["rewrite"] = 1;
$gallery->app->feature["mirror"] = 0; // (missing mirrorSites -- it's optional)
/* Constants */
$gallery->app->galleryTitle = "Gallery";
Error: Missing value: Admin password!
// optional pnmDir missing
// optional ImPath missing
$gallery->app->graphics = "ImageMagick";
$gallery->app->highlight_size = "200";
// optional zipinfo missing
// optional unzip missing
// optional use_exif missing
$gallery->app->movieThumbnail = "/disk2/users/familiealbummet/images/movie.thumb.jpg";
Error: Directory /disk2/admin/www//albums does not exist. Please create it.
Error: Missing value: Temporary directory!
$gallery->app->photoAlbumURL = "
http://familiealbummet.h4f.dk"; $gallery->app->albumDirURL = "
http://familiealbummet.h4f.dk/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 = "/disk2/admin/www//albums/.users";
Error: You must specify one of pnmDir or ImPath for Gallery to function!!
/* 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";
There are errors in your configuration.
Please go back and fix them!