Support Forums | Demo Gallery [1.x] [2.x] | Downloads | News | Site Map ]
Nuked Gallery
  Create a FREE account or Login   As a guest, you don't have access to our FULL navigation system.
 Forum FAQForum FAQ   StatisticsStatistics   SearchSearch   UsergroupsUsergroups   FavoritesFavorites  

Gallery2 "The module has not yet been configured."
Goto page 1, 2, 3  Next
 
Post new topic   Reply to topic    NukedGallery.net Forum Index » PHP-Nuke Integration » Gallery 2 Integration View previous topicPrinter friendly versionView next topic
Author Message
perkinsclp

Beginner
Beginner


Joined: May 24, 2005
Posts: 9

PostPosted: Wed May 25, 2005 11:19 am    Post subject: Gallery2 "The module has not yet been configured." Reply with quote

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
Offline View user's profile Send private message
AdBot
   Post subject: Gallery2 "The module has not yet been configured."  

Back to top
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6284
Location: Washington Township, NJ, USA

PostPosted: Wed May 25, 2005 11:22 am    Post subject: Re: Gallery2 "The module has not yet been configured.&q Reply with quote

moved to the Gallery2 forum.

did you go through and configure Gallery2 via the nuke admin panel?
_________________
Back to top
Offline View user's profile Send private message Visit poster's website
perkinsclp

Beginner
Beginner


Joined: May 24, 2005
Posts: 9

PostPosted: Wed May 25, 2005 11:27 am    Post subject: Re: Gallery2 "The module has not yet been configured.&q Reply with quote

Yes... Gallery2 Embeding Settings, Gallery2 Main Settings appear to be fine but Export Users to Gallery2 throws the errors above
Back to top
Offline View user's profile Send private message
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6284
Location: Washington Township, NJ, USA

PostPosted: Wed May 25, 2005 11:35 am    Post subject: Re: Gallery2 "The module has not yet been configured.&q Reply with quote

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
Offline View user's profile Send private message Visit poster's website
perkinsclp

Beginner
Beginner


Joined: May 24, 2005
Posts: 9

PostPosted: Wed May 25, 2005 12:12 pm    Post subject: Re: Gallery2 "The module has not yet been configured.&q Reply with quote

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
Offline View user's profile Send private message
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6284
Location: Washington Township, NJ, USA

PostPosted: Wed May 25, 2005 12:27 pm    Post subject: Re: Gallery2 "The module has not yet been configured.&q Reply with quote

ok, you didn't do the setup correctly of your integration. post the lines from your gallery2/gallery2.cfg file....
_________________
Back to top
Offline View user's profile Send private message Visit poster's website
perkinsclp

Beginner
Beginner


Joined: May 24, 2005
Posts: 9

PostPosted: Wed May 25, 2005 12:37 pm    Post subject: Re: Gallery2 "The module has not yet been configured.&q Reply with quote

<?
$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
Offline View user's profile Send private message
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6284
Location: Washington Township, NJ, USA

PostPosted: Wed May 25, 2005 12:51 pm    Post subject: Re: Gallery2 "The module has not yet been configured.&q Reply with quote

those are incorrect, it should be:
Code: › <?
$g2embedparams = array (
  'embedphpfile' => '/hsphere/local/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'; ?>


note that you may have to tweak the "relativeG2Path" variable...
_________________
Back to top
Offline View user's profile Send private message Visit poster's website
perkinsclp

Beginner
Beginner


Joined: May 24, 2005
Posts: 9

PostPosted: Wed May 25, 2005 1:00 pm    Post subject: Re: Gallery2 "The module has not yet been configured.&q Reply with quote

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
Offline View user's profile Send private message
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6284
Location: Washington Township, NJ, USA

PostPosted: Wed May 25, 2005 1:09 pm    Post subject: Re: Gallery2 "The module has not yet been configured.&q Reply with quote

tweak your "embedphpfile" to: /home/cpproduc/cp-productions.com/nuke/modules/gallery2/
_________________
Back to top
Offline View user's profile Send private message Visit poster's website
perkinsclp

Beginner
Beginner


Joined: May 24, 2005
Posts: 9

PostPosted: Wed May 25, 2005 1:40 pm    Post subject: Re: Gallery2 "The module has not yet been configured.&q Reply with quote

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
Offline View user's profile Send private message
perkinsclp

Beginner
Beginner


Joined: May 24, 2005
Posts: 9

PostPosted: Wed May 25, 2005 1:42 pm    Post subject: Re: Gallery2 "The module has not yet been configured.&q Reply with quote

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
Offline View user's profile Send private message
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6284
Location: Washington Township, NJ, USA

PostPosted: Wed May 25, 2005 1:47 pm    Post subject: Re: Gallery2 "The module has not yet been configured.&q Reply with quote

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
Offline View user's profile Send private message Visit poster's website
perkinsclp

Beginner
Beginner


Joined: May 24, 2005
Posts: 9

PostPosted: Wed May 25, 2005 3:47 pm    Post subject: Re: Gallery2 "The module has not yet been configured.&q Reply with quote

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
Offline View user's profile Send private message
perkinsclp

Beginner
Beginner


Joined: May 24, 2005
Posts: 9

PostPosted: Wed May 25, 2005 4:07 pm    Post subject: Re: Gallery2 "The module has not yet been configured.&q Reply with quote

It's working now...thanks for your help!!!
Back to top
Offline View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    NukedGallery.net Forum Index » PHP-Nuke Integration » Gallery 2 Integration View previous topicPrinter friendly versionView next topic
Goto page 1, 2, 3  Next

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours

Powered by phpBB © phpBB Group



Sponsors: Web HostingDedicated ServersDomain NamesDomain Name RegistrationDedicated Web HostingSEO Search Engine OptimisationSEOWeb Design New YorkSEO Web DesignWeb hosting AustraliaCheap Web Design

6th year online! 2003-2009
Legal • Use of this site consitutes agreement to the Acceptable Use Policy
Hosted by Implosion WorksSourceForge.net Logo • Theme by TonicMedia