| Author |
Message |
sneekypeety
Beginner


Joined: Aug 23, 2005 Posts: 10
|
Posted: Tue Aug 23, 2005 4:42 pm Post subject: Installation issue due to newb |
|
|
Ok... so I just used your most recent integration package for G2. I uploaded all the files, made sure and followed the directions and was able to enter the admin portion. I created the test php file in order to get the actual "Full path to your Gallery2 directory:" and placed it in the gallery2 folder. It returned the result
/home/www/foreverkings.com/modules/gallery2
I entered that information and ensured that everything else was as it should be. I then clicked the "Verify Gallery2 installation andupdate integration settings" button and it goes to a blank white page. If i modify the full directory path and hit the same button i get
"Error : Full path to your Gallery2 directory
You need to install and configure G2 first. Then this field must point to your Gallery2 root folder."
It atleast gives me a warning/error page.
What am I doing wrong? |
|
| Back to top |
|
|
AdBot
|
| Post subject: Installation issue due to newb |
|
|
|
|
|
| Back to top |
|
 |
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Tue Aug 23, 2005 6:25 pm Post subject: Re: Installation issue due to newb |
|
|
| can you paste the contents of your gallery2.cfg file? |
|
| Back to top |
|
|
sneekypeety
Beginner


Joined: Aug 23, 2005 Posts: 10
|
Posted: Tue Aug 23, 2005 6:36 pm Post subject: Re: Installation issue due to newb |
|
|
Code: › <?php
/*
* $RCSfile: gallery2.cfg,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.
*/
/**
* Gallery 2 configuration file for PHPNuke.
* @version $Revision: 1.8 $ $Date: 2005/07/27 18:16:12 $
* @author Dariush Molavi <dari@nukedgallery.net>
*/
$g2embedparams = array (
'embedphpfile' => '',
'embedUri' => '',
'relativeG2Path' => '',
'loginRedirect' => '',
'activeUserId' => '',
'embedPath' => '',
'cookiepath' => '',
);
$g2mainparams = array (
'showSidebar' => NULL,
);
$g2configurationdone = 'false';
?> |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Wed Aug 24, 2005 6:35 am Post subject: Re: Installation issue due to newb |
|
|
| heh. ok then. what were the values that you put into all of the text boxes? |
|
| Back to top |
|
|
sneekypeety
Beginner


Joined: Aug 23, 2005 Posts: 10
|
Posted: Wed Aug 24, 2005 9:29 am Post subject: Re: Installation issue due to newb |
|
|
I kept them as the default since they actually ended up being the way it should be.
 |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Wed Aug 24, 2005 9:35 am Post subject: Re: Installation issue due to newb |
|
|
| do you have G2 installed yet? |
|
| Back to top |
|
|
sneekypeety
Beginner


Joined: Aug 23, 2005 Posts: 10
|
Posted: Wed Aug 24, 2005 9:50 am Post subject: Re: Installation issue due to newb |
|
|
I placed all the files in the directories like the instructions stated. It seemed pretty simple and straight forward.
I made sure that the files and directories had the proper permissions as well. |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Wed Aug 24, 2005 10:00 am Post subject: Re: Installation issue due to newb |
|
|
| but you didn't actually INSTALL it. copying the gallery2 files into the gallery2 directory does not install it. http://www.absolve.com/README.html#installing has installation instructions |
|
| Back to top |
|
|
sneekypeety
Beginner


Joined: Aug 23, 2005 Posts: 10
|
Posted: Wed Aug 24, 2005 10:30 am Post subject: Re: Installation issue due to newb |
|
|
See... knew it was something simple i missed.. lol.. thanks for the help. I will post results when done . |
|
| Back to top |
|
|
sneekypeety
Beginner


Joined: Aug 23, 2005 Posts: 10
|
Posted: Wed Aug 24, 2005 12:04 pm Post subject: Re: Installation issue due to newb |
|
|
Wow.. do i suck or what.
Ok.. so i downloaded the full "gallery-2.0-rc-full.zip" file and extracted it. I created a folder on the root directory of the web server named G2.
www.foreverkings.com/g2
I then FTp'd all the files in that archive to the G2 folder.
I then try to open the www.foreverkings.com/g2/install/index.php file in my browser but it just shoots me back to the main homepage of the website.
I really appreciate the help you are providing... sorry for bein such a noob. |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Wed Aug 24, 2005 12:26 pm Post subject: Re: Installation issue due to newb |
|
|
| first, for this to be easily integrated into phpnuke, you should put the gallery2 directory in your phpnuke modules directory. |
|
| Back to top |
|
|
sneekypeety
Beginner


Joined: Aug 23, 2005 Posts: 10
|
Posted: Wed Aug 24, 2005 12:31 pm Post subject: Re: Installation issue due to newb |
|
|
Ok.. moved the folder and all its files to now reside in the modules folder. I once again attempted to run the index.html located in the install folder however it still kicked me back to the main page. Is there a setting or something keeping me from running that page?
edit.. Nevermind.. got the install page now.. workin through it.  |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Wed Aug 24, 2005 12:34 pm Post subject: Re: Installation issue due to newb |
|
|
| do you have any 3rd party addon for security? |
|
| Back to top |
|
|
sneekypeety
Beginner


Joined: Aug 23, 2005 Posts: 10
|
Posted: Wed Aug 24, 2005 12:47 pm Post subject: Re: Installation issue due to newb |
|
|
No i dont.
I was able to get the install page going however and have thus made it atleast to the addons part. All were activated successfully except
The NetPBM module was installed, but needs configuration to be activated
The URL Rewrite module was installed, but needs configuration to be activated
It says to go to the modules view to configure them however they are not listed.
Also.. when the install is completed... at that time do I transfer your integration package over? Or is that something different? |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Wed Aug 24, 2005 12:51 pm Post subject: Re: Installation issue due to newb |
|
|
| by modules view, it means log into gallery2 as the admin user, then go to the "site admin" link and the "modules" link. this is not your phpnuke modules page. |
|
| Back to top |
|
|
|
|
|
|
|