| Author |
Message |
perkinsclp
Beginner


Joined: May 24, 2005 Posts: 9
|
Posted: Wed May 25, 2005 11:19 am Post subject: Gallery2 "The module has not yet been configured." |
|
|
I ahve loaded Gallery2 and the Module says "The module has not yet been configured." I found documentation that asked for me to "Export Users to Gallery2". This is the output when I try this action: Failed to create G2 user with extId [2]. Here is the error message from G2:
Error (ERROR_COLLISION)
in modules/core/classes/GalleryUser.class at line 167 (gallerystatus::error)
in modules/core/classes/GalleryEmbed.class at line 269 (galleryuser::create)
in admin/index.php at line 306 (galleryembed::createuser)
in admin/index.php at line 510
in admin/index.php at line 545
in admin/case.php at line 35
in /hsphere/local/home/cpproduc/cp-productions.com/nuke/admin.php at line 505
----
Give us your Gallery/webserver information to get a faster answer.
Get this information from the PHP diagnostic (in the configuration wizard).
Gallery URL (optional but very useful):http://www.cp-productions.com/nuke/modules/gallery2/main.php
Gallery version:Gallery2
Apache version:
PHP version (don't just say PHP 4, please):
Graphics Toolkit:
Operating system:
Web browser/version (if applicable):
The CONFIG lines from the top of your block file(s): |
|
| Back to top |
|
|
AdBot
|
| Post subject: Gallery2 "The module has not yet been configured." |
|
|
|
|
|
| Back to top |
|
 |
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6284 Location: Washington Township, NJ, USA
|
Posted: Wed May 25, 2005 11:22 am Post subject: Re: Gallery2 "The module has not yet been configured.&q |
|
|
moved to the Gallery2 forum.
did you go through and configure Gallery2 via the nuke admin panel? _________________
 |
|
| Back to top |
|
|
perkinsclp
Beginner


Joined: May 24, 2005 Posts: 9
|
Posted: Wed May 25, 2005 11:27 am Post subject: Re: Gallery2 "The module has not yet been configured.&q |
|
|
| Yes... Gallery2 Embeding Settings, Gallery2 Main Settings appear to be fine but Export Users to Gallery2 throws the errors above |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6284 Location: Washington Township, NJ, USA
|
Posted: Wed May 25, 2005 11:35 am Post subject: Re: Gallery2 "The module has not yet been configured.&q |
|
|
ok, before you export users, can you view the new gallery? try it when you're not logged into nuke at all, logged in as a user, and then logged in as admin. _________________
 |
|
| Back to top |
|
|
perkinsclp
Beginner


Joined: May 24, 2005 Posts: 9
|
Posted: Wed May 25, 2005 12:12 pm Post subject: Re: Gallery2 "The module has not yet been configured.&q |
|
|
| I can view my Photo Gallery by going directly to it http://www.cp-productions.com/nuke/modu ... 2/main.php but I can't access it from my Nuke site link " Photo Gallery" and get a Not Found error no matter what I am logged in as. I walked through the Gallery2 Installer and everything checked out fine, after re-uploading two files that were missing. |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6284 Location: Washington Township, NJ, USA
|
Posted: Wed May 25, 2005 12:27 pm Post subject: Re: Gallery2 "The module has not yet been configured.&q |
|
|
ok, you didn't do the setup correctly of your integration. post the lines from your gallery2/gallery2.cfg file.... _________________
 |
|
| Back to top |
|
|
perkinsclp
Beginner


Joined: May 24, 2005 Posts: 9
|
Posted: Wed May 25, 2005 12:37 pm Post subject: Re: Gallery2 "The module has not yet been configured.&q |
|
|
<?
$g2embedparams = array (
'embedphpfile' => 'modules/gallery2',
'embedUri' => 'http://www.cp-productions.com/nuke/modules.php?name=gallery2',
'relativeG2Path' => 'http://www.cp-productions.com/nuke/modules/gallery2',
'loginRedirect' => 'modules.php?name=Your_Account',
'activeUserId' => '0',
);
$g2mainparams = array (
'showSidebar' => 'true',
);
$g2configurationdone = 'false'; ?> |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6284 Location: Washington Township, NJ, USA
|
|
| Back to top |
|
|
perkinsclp
Beginner


Joined: May 24, 2005 Posts: 9
|
Posted: Wed May 25, 2005 1:00 pm Post subject: Re: Gallery2 "The module has not yet been configured.&q |
|
|
still getting
Not Found
The requested URL /nuke/main.php was not found on this server.
--------------------------------------------------------------------------------
Apache/1.3.31 Server at www.cp-productions.com Port 80 |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6284 Location: Washington Township, NJ, USA
|
Posted: Wed May 25, 2005 1:09 pm Post subject: Re: Gallery2 "The module has not yet been configured.&q |
|
|
tweak your "embedphpfile" to: /home/cpproduc/cp-productions.com/nuke/modules/gallery2/ _________________
 |
|
| Back to top |
|
|
perkinsclp
Beginner


Joined: May 24, 2005 Posts: 9
|
Posted: Wed May 25, 2005 1:40 pm Post subject: Re: Gallery2 "The module has not yet been configured.&q |
|
|
Nope still getting"The requested URL /nuke/main.php was not found on this server." Why is it looking for main.php in the nuke folder instead of the /modules/gallery2/main.php ?? The gallery2.gfg is now <?
$g2embedparams = array (
'embedphpfile' => '/home/cpproduc/cp-productions.com/nuke/modules/gallery2/',
'embedUri' => 'http://www.cp-productions.com/nuke/modules.php?name=gallery2',
'relativeG2Path' => '/nuke/modules/gallery2/',
'loginRedirect' => 'modules.php?name=Your_Account',
'activeUserId' => '0',
);
$g2mainparams = array (
'showSidebar' => 'true',
);
$g2configurationdone = 'true'; ?> |
|
| Back to top |
|
|
perkinsclp
Beginner


Joined: May 24, 2005 Posts: 9
|
Posted: Wed May 25, 2005 1:42 pm Post subject: Re: Gallery2 "The module has not yet been configured.&q |
|
|
aslos...I tried to change
'relativeG2Path' => '/nuke/modules/gallery2/',
to
'relativeG2Path' => '/modules/gallery2/',
and got
Error : Gallery2 Full filepath
You need to install and configure G2 first.Then this field must point to your Gallery2 root folder. |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6284 Location: Washington Township, NJ, USA
|
Posted: Wed May 25, 2005 1:47 pm Post subject: Re: Gallery2 "The module has not yet been configured.&q |
|
|
the only thing you have to tweak is the embedphpfile entry...start with:
/hsphere/local/home/cpproduc/cp-productions.com/nuke/modules/gallery2/
and then start removing pieces from the *beginning* (ie, remove "/hsphere") and see what works. _________________
 |
|
| Back to top |
|
|
perkinsclp
Beginner


Joined: May 24, 2005 Posts: 9
|
Posted: Wed May 25, 2005 3:47 pm Post subject: Re: Gallery2 "The module has not yet been configured.&q |
|
|
Ok, the link works now but the images are all broken from within nuke for Guests ...but for Admin or if I go directly to the gallery
http://www.cp-productions.com/nuke/modu ... 2/main.php
then the images are fine
I have the gallery2.cfg set to
<?
$g2embedparams = array (
'embedphpfile' => 'modules/gallery2',
'embedUri' => 'http://cp-productions.com/nuke/modules.php?name=gallery2',
'relativeG2Path' => 'modules/gallery2',
'loginRedirect' => 'modules.php?name=Your_Account',
'activeUserId' => '0',
);
$g2mainparams = array (
'showSidebar' => 'true',
);
$g2configurationdone = 'true'; ?> |
|
| Back to top |
|
|
perkinsclp
Beginner


Joined: May 24, 2005 Posts: 9
|
Posted: Wed May 25, 2005 4:07 pm Post subject: Re: Gallery2 "The module has not yet been configured.&q |
|
|
| It's working now...thanks for your help!!! |
|
| Back to top |
|
|
|
|
|
|
|