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  

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

Beginner
Beginner


Joined: Jan 26, 2006
Posts: 5

PostPosted: Fri Feb 17, 2006 2:42 am    Post subject: "The module has not yet been configured." in G2 Im Reply with quote

Ok, I've been trying to figure this one out all night...hopefully there's an easy answer and I'm just over looking something. I got Gallery 2.1 installed (2.02 was giving me errors for some reason), installed the 5.0 integration package (4.4 wasn't cooperating fully). Gallery runs fine...problem is the I get "The module has not yet been configured." in the ImageBlock that I've placed in the rightblocks area in PHPNuke 7.9. I checked the settings in nuke admin and exported users after doing the verification thing. MySQL settings are correct. The module is activated in PHPNuke. So, I'm not sure where else to go from here. I've cleared out the gallery2 directory, removed the SQL tables, and started over twice already with the same results.

----
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):
Gallery version: 2.1
Apache version: 1.3.33
PHP version (don't just say PHP 4, please): 4.4.2
Graphics Toolkit: GD
Operating system: Linux
Web browser/version (if applicable): IE 6/Firefox
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: "The module has not yet been configured." in G2 Im  

Back to top
ID01

Novice
Novice


Joined: Dec 31, 2005
Posts: 24

PostPosted: Fri Feb 17, 2006 2:17 pm    Post subject: Re: "The module has not yet been configured." in G Reply with quote

Try delete the table that goes with your phpnuke database for the intergation. it should be something call "nuke_g2config" in the database of your phpnuke. NOT g2. of course, if you use a different prefix for your table for your phpnuke7.9, you will need to look for that accordingly.
Back to top
Offline View user's profile Send private message
Methane

Beginner
Beginner


Joined: Jan 26, 2006
Posts: 5

PostPosted: Fri Feb 17, 2006 3:00 pm    Post subject: Re: "The module has not yet been configured." in G Reply with quote

Deleted the table, problem still existed. Redid the Verify and it put it back into the db. Problem's still there. Any other ideas?
Back to top
Offline View user's profile Send private message
WroKeN

Beginner
Beginner


Joined: Jul 21, 2005
Posts: 13

PostPosted: Fri Feb 17, 2006 3:47 pm    Post subject: Re: "The module has not yet been configured." in G Reply with quote

i have the same problem!

i am deleted the table.
Back to top
Offline View user's profile Send private message
ID01

Novice
Novice


Joined: Dec 31, 2005
Posts: 24

PostPosted: Fri Feb 17, 2006 6:05 pm    Post subject: Re: "The module has not yet been configured." in G Reply with quote

if you are using gallery 2.1, you will need to use the correct intergation package, here is the link to the correct one. Try reupload the intergation files, delete the nuke_g2config table, then runs the intergation set up again

http://www.nukedgallery.net/outgoing/embed_api_dev.zip

also check this thread here for more information

http://www.nukedgallery.net/postp14791.html#14791
Back to top
Offline View user's profile Send private message
Methane

Beginner
Beginner


Joined: Jan 26, 2006
Posts: 5

PostPosted: Fri Feb 17, 2006 11:21 pm    Post subject: Re: "The module has not yet been configured." in G Reply with quote

Just tried both suggestions...the long one and the short one. Problem is still there and now I have:

Your integration package is not up to date.
Latest version available is 0.5.0. Your installed version is 0.4.3
You can download the latest integration package from http://www.nukedgallery.net/downloads-cat11.html.

At the top of each page. Any other ideas?
Back to top
Offline View user's profile Send private message
kungfoo

Wizard
Wizard


Joined: Jan 30, 2006
Posts: 75

PostPosted: Sat Feb 18, 2006 11:07 am    Post subject: Re: "The module has not yet been configured." in G Reply with quote

I've got your fix... I hope!

Here's part of the problem...
Line 81 of G2_Imageblock is wrong with with 0.5.0 integration pack

Code: › list($embedUri, $g2Uri, $loginRedirect, $activeUserId, $embedPath, $cookiepath, $showSidebar, $g2configurationDone, $embedVersion) = $db->sql_fetchrow($g2result);


should be:

Code: › list($embedUri, $g2Uri, $loginRedirect, $activeUserId, $cookiepath, $showSidebar, $g2configurationDone, $embedVersion) = $db->sql_fetchrow($g2result);


There is no "embedPath" in the nuke_g2config table.

Now, couple that with the inability of some of us to add our proper nuke path into the g2config table (white screen o death), and you MAY need to change the following lines (starting around line 104):

Code: ›
$ret = GalleryEmbed::init(array(
   'embedUri' => "/<nukepath>".$embedUri,
   'g2Uri' => "/<nukepath>/".$g2Uri,
   'loginRedirect' => $loginRedirect,
   'activeUserId' => "$uid",
   'fullInit' => true));


where <nukepath> is the relative nukepath in relation to your webroot.

With those changes, I got my setup to work. This leads me to believe there are some other misconfigured SQL statements in the latest integration pack, causing everyone's problems.... I'll see if I can find them.

Let me know if this helps ya out.
Back to top
Offline View user's profile Send private message
Methane

Beginner
Beginner


Joined: Jan 26, 2006
Posts: 5

PostPosted: Sat Feb 18, 2006 11:25 am    Post subject: Re: "The module has not yet been configured." in G Reply with quote

Now your talkin'. That worked like a charm. I did the first part and everything came right up like it should. No white screen so I didn't do the second part. Thanks man, I really appreciate it.
Back to top
Offline View user's profile Send private message
WroKeN

Beginner
Beginner


Joined: Jul 21, 2005
Posts: 13

PostPosted: Tue Feb 21, 2006 7:49 pm    Post subject: Re: "The module has not yet been configured." in G Reply with quote

But now i am install 2.1-rc-1a (1.0.2Cool with the path 0.5.4 in one phpnuke 7.8 and i see:

The module has not yet been configured.

Why?
Back to top
Offline View user's profile Send private message
WroKeN

Beginner
Beginner


Joined: Jul 21, 2005
Posts: 13

PostPosted: Tue Feb 21, 2006 7:53 pm    Post subject: Re: "The module has not yet been configured." in G Reply with quote

The installation is new, all is new, i am deleted the sql database and all files, etc...

i am install phpnuke in the table example_01 and gallery2 in the table example_02 with the user: example_user
Back to top
Offline View user's profile Send private message
Methane

Beginner
Beginner


Joined: Jan 26, 2006
Posts: 5

PostPosted: Tue Feb 21, 2006 9:33 pm    Post subject: Re: "The module has not yet been configured." in G Reply with quote

is "embedPath" listed in the 5.4 patch? If it is, you'll have to take it out again like in the example above.
Back to top
Offline View user's profile Send private message
WroKeN

Beginner
Beginner


Joined: Jul 21, 2005
Posts: 13

PostPosted: Tue Feb 21, 2006 10:10 pm    Post subject: Re: "The module has not yet been configured." in G Reply with quote

Yes, that is OK.

That is the sql in the nuke_g2config :

Code: ›
-- phpMyAdmin SQL Dump
-- version 2.6.4-pl2
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Feb 21, 2006 at 09:07 PM
-- Server version: 4.1.16
-- PHP Version: 4.3.11
--
-- Database: `vi_vi1`
--

-- --------------------------------------------------------

--
-- Table structure for table `nuke_g2config`
--

CREATE TABLE `nuke_g2config` (
  `embedUri` varchar(255) NOT NULL default '',
  `g2Uri` varchar(255) NOT NULL default '',
  `loginRedirect` varchar(255) NOT NULL default '',
  `activeUserId` int(10) NOT NULL default '0',
  `cookiepath` varchar(255) NOT NULL default '',
  `showSidebar` tinyint(1) NOT NULL default '0',
  `g2configurationDone` tinyint(1) NOT NULL default '0',
  `embedVersion` varchar(255) NOT NULL default ''
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `nuke_g2config`
--

INSERT INTO `nuke_g2config` VALUES ('/modules.php?name=gallery2', '/modules/gallery2/', '/modules.php?name=Your_Account', 0, '/', 0, 0, '0.5.4');




All is fine, but i see "The module has not yet been configured."



Please help me
Back to top
Offline View user's profile Send private message
WroKeN

Beginner
Beginner


Joined: Jul 21, 2005
Posts: 13

PostPosted: Tue Feb 21, 2006 10:30 pm    Post subject: Re: "The module has not yet been configured." in G Reply with quote

I fix "The module has not yet been configured."

The error is in

Code: › INSERT INTO `nuke_g2config` VALUES ('/modules.php?name=gallery2', '/modules/gallery2/', '/modules.php?name=Your_Account', 0, '/', 0, 0, '0.5.4');



For that:
Code: ›
INSERT INTO `nuke_g2config` VALUES ('/modules.php?name=gallery2', '/modules/gallery2/', '/modules.php?name=Your_Account', 0, '/', 0, 1, '0.5.4');



0 for 1

g2configurationDone = 1 in the sql database

BUT NOW I HAVE OTHER ERROR:
I SEE A BLANK PAGE NOW
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 Feb 22, 2006 7:36 am    Post subject: Re: "The module has not yet been configured." in G Reply with quote

you need to export your users if you haven't done so already. otherwise, you will get the blank page Smile
_________________
Back to top
Offline View user's profile Send private message Visit poster's website
WroKeN

Beginner
Beginner


Joined: Jul 21, 2005
Posts: 13

PostPosted: Wed Feb 22, 2006 10:22 am    Post subject: Re: "The module has not yet been configured." in G Reply with quote

but with 0 i see "The module has not yet been configured."

Please, helpme
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 » Blocks View previous topicPrinter friendly versionView next topic
Goto page 1, 2  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