Ok, I'm lost. I have installed Gallery2 and now I'm trying to get the integration package installed. Here are my install paths.
gallery2 installed at: http://www.heartlandvtxriders.com/nuke/ ... /gallery2/
album directory at:
http://www.heartlandvtxriders.com/g2data/
Integration pack uploaded to the same directory as gallery2.
I am lost as to what information needs to be entered on the Gallery2 module administration page. Everything I have tried results in the following error:
Error : Gallery2 Full filepath
You need to install and configure G2 first.Then this field must point to your Gallery2 root folder.
My gallery2.cfg currently looks like this
Code: › <?
$g2embedparams = array (
'embedphpfile' => '/nuke/modules/gallery2',
'embedUri' => 'http://www.heartlandvtxriders.com/nuke/modules.php?name=gallery2',
'relativeG2Path' => '/modules/gallery2/',
'loginRedirect' => 'modules.php?name=Your_Account',
'activeUserId' => '0',
);
$g2mainparams = array (
'showSidebar' => 'true',
);
$g2configurationdone = 'true'; ?>
and my embed.php like this
Code: › <?php
/*
* $RCSfile: embed.php,v $
*
* Gallery - a web based photo album viewer and editor
* Copyright (C) 2000-2005 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.
*/
/**
* Access point for external application in which Gallery is embedded.
* See docs/EMBEDDING and modules/core/classes/GalleryEmbed.class for more details.
*
* @package GalleryMain
* @version $Revision: 1.43 $ $Date: 2005/05/05 04:12:53 $
* @author Alan Harder <alan.harder@sun.com>
*/
define('G2_EMBED', 1);
require(dirname(__FILE__) . '/main.php');
require(dirname(__FILE__) . '/modules/core/classes/GalleryEmbed.class');
?>
I am running phpnuke 7.7 (if that matters)