Welcome to Geeklog, Anonymous Tuesday, April 30 2024 @ 02:11 am EDT

Geeklog Forums

Gallery/Plugins


Status: offline

ShdwRulr

Forum User
Regular Poster
Registered: 09/13/03
Posts: 78
According to the installation file, I should have 12 folders when I unzip gallery, but I only have one. I am also suppose to CHMOD a setup file/folder (doesn\'t say) but there is no file. I think it is a folder. What do I do? Also, I downloaded some plug-ins but they didn\'t download correctly. What are the plug-ins that are 125, 176, 200, 213, 72? Those are the names of the plug-ins when they are downloaded
Bla bla bla
 Quote

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
If you have problems installing Gallery, please use their site for support requests. They also have an excellent FAQ. bye, Dirk
 Quote

Chuck

Anonymous
Try using winRAR instead of winZIP. WinZIP has a problem. It doesn\'t always keep the folder structure. Chuck
 Quote

Status: offline

ShdwRulr

Forum User
Regular Poster
Registered: 09/13/03
Posts: 78
Alright, I have Gallery all up and running. I am using the current version of gallery and geeklog. and Used the the file to intergrate the two program but I get this problem. here

Also this is my config file.

/*
* Gallery - a web based photo album viewer and editor
* Copyright (C) 2000-2003 Bharat Mediratta
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or (at
* your option) any later version.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Id: gpl.txt,v 1.5 2003/06/26 09:23:57 jefmcg Exp $
*/
?>
/*
* Protect against very old versions of 4.0 (like 4.0RC1) which
* don't implicitly create a new stdClass() when you use a variable
* like a class.
*/
if (!isset($gallery)) {
$gallery = new stdClass();
}
if (!isset($gallery->app)) {
$gallery->app = new stdClass();
}

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

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

/* Constants */
$gallery->app->galleryTitle = "Shadow Rulers";
$gallery->app->graphics = "NetPBM";
$gallery->app->pnmDir = "/home/shadowru/public_html/netpbm";
$gallery->app->pnmtojpeg = "ppmtojpeg";
$gallery->app->ImPath = "/usr/local/bin";
$gallery->app->highlight_size = "200";
$gallery->app->zipinfo = "/usr/local/bin/zipinfo";
$gallery->app->unzip = "/usr/local/bin/unzip";
// optional use_exif missing
$gallery->app->use_jpegtran = "/usr/local/bin/jpegtran";
$gallery->app->movieThumbnail = "/home/shadowru/public_html/gallery/images/movie.thumb.jpg";
$gallery->app->albumDir = "/home/shadowru/public_html/albums";
$gallery->app->tmpDir = "/home/shadowru/public_html/gallery/tmp";
$gallery->app->photoAlbumURL = "http://shadowrulers.com/gallery";
$gallery->app->albumDirURL = "http://shadowrulers.com/albums";
// optional mirrorSites missing
$gallery->app->showAlbumTree = "no";
$gallery->app->autorotate = "yes";
$gallery->app->default_language = "en_US";
$gallery->app->ML_mode = "2";
$gallery->app->available_lang[] = "en_US";
$gallery->app->available_lang[] = "zh_CN";
$gallery->app->available_lang[] = "zh_TW";
$gallery->app->available_lang[] = "cs_CZ";
$gallery->app->available_lang[] = "da_DK";
$gallery->app->available_lang[] = "de_DE";
$gallery->app->available_lang[] = "en_GB";
$gallery->app->available_lang[] = "es_ES";
$gallery->app->available_lang[] = "fr_FR";
$gallery->app->available_lang[] = "it_IT";
$gallery->app->available_lang[] = "he_IL";
$gallery->app->available_lang[] = "is_IS";
$gallery->app->available_lang[] = "ja_JP";
$gallery->app->available_lang[] = "lt_LT";
$gallery->app->available_lang[] = "nl_NL";
$gallery->app->available_lang[] = "no_NO";
$gallery->app->available_lang[] = "pl_PL";
$gallery->app->available_lang[] = "pt_PT";
$gallery->app->available_lang[] = "ru_RU";
$gallery->app->available_lang[] = "ru_RU.koi8r";
$gallery->app->available_lang[] = "sl_SI";
$gallery->app->available_lang[] = "fi_FI";
$gallery->app->available_lang[] = "sv_SE";
$gallery->app->available_lang[] = "tr_TR";
$gallery->app->available_lang[] = "uk_UA";
$gallery->app->cacheExif = "no";
$gallery->app->jpegImageQuality = "95";
$gallery->app->timeLimit = "60";
$gallery->app->debug = "no";
$gallery->app->use_flock = "yes";
$gallery->app->expectedExecStatus = "0";
$gallery->app->sessionVar = "gallery_session";
$gallery->app->userDir = "/home/shadowru/public_html/albums/.users";
$gallery->app->locale_alias['en_US'] = "en_US.ISO8859-1";
$gallery->app->locale_alias['zh_CN'] = "zh_CN.EUC";
$gallery->app->locale_alias['zh_TW'] = "zh_TW.Big5";
$gallery->app->locale_alias['cs_CZ'] = "cs_CZ.ISO8859-2";
$gallery->app->locale_alias['da_DK'] = "da_DK.ISO8859-1";
$gallery->app->locale_alias['de_DE'] = "de_DE.ISO8859-1";
$gallery->app->locale_alias['en_GB'] = "en_GB.ISO8859-1";
$gallery->app->locale_alias['es_ES'] = "es_ES.ISO8859-1";
$gallery->app->locale_alias['fr_FR'] = "fr_FR.ISO8859-1";
$gallery->app->locale_alias['it_IT'] = "it_IT.ISO8859-1";
$gallery->app->locale_alias['is_IS'] = "is_IS.ISO8859-1";
$gallery->app->locale_alias['ja_JP'] = "ja_JP.EUC";
$gallery->app->locale_alias['nl_NL'] = "nl_NL.ISO8859-1";
$gallery->app->locale_alias['no_NO'] = "no_NO.ISO8859-1";
$gallery->app->locale_alias['pl_PL'] = "pl_PL.ISO8859-2";
$gallery->app->locale_alias['pt_PT'] = "pt_PT.ISO8859-1";
$gallery->app->locale_alias['ru_RU'] = "ru_RU.ISO8859-5";
$gallery->app->locale_alias['ru_RU.koi8r'] = "ru_RU.KOI8-R";
$gallery->app->locale_alias['sl_SI'] = "sl_SI.ISO8859-2";
$gallery->app->locale_alias['fi_FI'] = "fi_FI.ISO8859-1";
$gallery->app->locale_alias['sv_SE'] = "sv_SE.ISO8859-1";
$gallery->app->locale_alias['tr_TR'] = "tr_TR.ISO8859-9";
$gallery->app->locale_alias['uk_UA'] = "uk_UA.KOI8-U";
$gallery->app->locale_alias['he_IL'] = "0";
$gallery->app->locale_alias['lt_LT'] = "0";

/* Defaults */
$gallery->app->default["bordercolor"] = "black";
$gallery->app->default["border"] = "1";
$gallery->app->default["font"] = "arial";
$gallery->app->default["cols"] = "4";
$gallery->app->default["rows"] = "5";
$gallery->app->default["thumb_size"] = "150";
$gallery->app->default["resize_size"] = "off";
$gallery->app->default["resize_file_size"] = "0";
$gallery->app->default["fit_to_window"] = "no";
$gallery->app->default["use_fullOnly"] = "no";
$gallery->app->default["print_photos"] = "none";
$gallery->app->default["returnto"] = "yes";
$gallery->app->default["showOwners"] = "no";
$gallery->app->default["albumsPerPage"] = "50";
$gallery->app->default["showSearchEngine"] = "yes";
$gallery->app->default["useOriginalFileNames"] = "yes";
$gallery->app->default["display_clicks"] = "yes";
$gallery->app->default["public_comments"] = "yes";
$gallery->app->default["extra_fields"] = "Description";
$gallery->app->default["item_owner_modify"] = "yes";
$gallery->app->default["item_owner_delete"] = "yes";
$gallery->app->default["item_owner_display"] = "no";
$gallery->app->default["add_to_beginning"] = "yes";
$GALLERY_EMBEDDED_INSIDE = "geeklog";
$GEEKLOG_DIR = '/home/shadowru/public_html/geeklog/public_html'

Example path to your Geeklog html:
$GEEKLOG_DIR = '/shadowru/local/plesk/apache/vhosts/shadowrulers.com/httpdocs'
?>

Bla bla bla
 Quote

Status: offline

ShdwRulr

Forum User
Regular Poster
Registered: 09/13/03
Posts: 78
On the above post, Should I redo the installation? Or is there something else that I should do?
Bla bla bla
 Quote

Status: offline

etegration

Forum User
Full Member
Registered: 02/20/02
Posts: 179
Quote by ShdwRulr: Alright, I have Gallery all up and running. I am using the current version of gallery and geeklog. and Used the the file to intergrate the two program but I get this problem. here



***SNIP***


i think we can only wait for new instruction on how to integraintg Gallery 1.4 pl1 into Geeklog.
http://www.etegration.com.sg
http://www.itcow.com
http://www.ministryofhosting.com
 Quote

Status: offline

vinny

Site Admin
Admin
Registered: 06/24/02
Posts: 352
Location:Colorado, USA

All times are EDT. The time is now 02:11 am.

  • Normal Topic
  • Sticky Topic
  • Locked Topic
  • New Post
  • Sticky Topic W/ New Post
  • Locked Topic W/ New Post
  •  View Anonymous Posts
  •  Able to post
  •  Filtered HTML Allowed
  •  Censored Content