| Author |
Message |
frank1234
Beginner


Joined: May 23, 2007 Posts: 1
|
Posted: Wed May 23, 2007 5:01 am Post subject: _G2_CONFIGURATION_NOT_DONE |
|
|
| Hello I have problem with integration setting this is problem :_G2_CONFIGURATION_NOT_DONE |
|
| Back to top |
|
|
AdBot
|
| Post subject: _G2_CONFIGURATION_NOT_DONE |
|
|
|
|
|
| Back to top |
|
 |
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Tue May 29, 2007 6:43 am Post subject: Re: _G2_CONFIGURATION_NOT_DONE |
|
|
| did you save your integration settings? did you export your users? |
|
| Back to top |
|
|
fyfcc
Beginner


Joined: Dec 29, 2003 Posts: 6
|
Posted: Wed Jun 06, 2007 10:39 am Post subject: Re: _G2_CONFIGURATION_NOT_DONE |
|
|
I got the same problem... no matter what I pressed, it will say database updated. After that, I try to click gallery2 in Modules, it says, "_G2_CONFIGURATION_NOT_DONE".
Then, I goto Admin again, press Gallery Icon, all settings blanked. I tried to entered it again and update again, same result.
I am using phpnuke 7.9, Gallery 2 & replaced files from 063.
** One more interesting is, the admin gallery page said that "Your integration package is not up to date." |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Wed Jun 06, 2007 7:30 pm Post subject: Re: _G2_CONFIGURATION_NOT_DONE |
|
|
| drop the nuke_g2config table and try again. |
|
| Back to top |
|
|
gtroland
Beginner


Joined: Jun 05, 2007 Posts: 2
|
Posted: Fri Jun 08, 2007 9:51 pm Post subject: Re: _G2_CONFIGURATION_NOT_DONE |
|
|
I'm having a similar problem but I think mine is related to exporting users -- It doesn't seem to be happening.
I get the progress pop-up but there is no indication that the export is taking place except for a "done" in the lower left hand corner. When I look at my g2_user table, I don't see any of the users from my PHPNuke site.
I tried dropping the nuke_gallery2 table and trying over -- same result.
Thanks for your help with this. |
|
| Back to top |
|
|
gtroland
Beginner


Joined: Jun 05, 2007 Posts: 2
|
Posted: Sat Jun 09, 2007 11:33 am Post subject: Re: _G2_CONFIGURATION_NOT_DONE |
|
|
| OK, well I got past this problem by putting my gallery files in the Nuke database, so now I'm on to the blank page problem. |
|
| Back to top |
|
|
Veli
Beginner


Joined: Jul 30, 2007 Posts: 1
|
Posted: Mon Jul 30, 2007 4:25 am Post subject: Re: _G2_CONFIGURATION_NOT_DONE |
|
|
| same thing happening here, also using 7.9 |
|
| Back to top |
|
|
azmiii
Beginner


Joined: Jan 15, 2008 Posts: 4
|
Posted: Mon Oct 27, 2008 4:50 am Post subject: Re: _G2_CONFIGURATION_NOT_DONE |
|
|
| someone give me nuke_gallery tables it doesn't form tables automaticly. i arrange it with my options... |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Mon Oct 27, 2008 6:17 am Post subject: Re: _G2_CONFIGURATION_NOT_DONE |
|
|
the SQL for the table is in the gallery2 admin file from the integration:
Code: ›
CREATE TABLE nuke_g2config (
embedUri VARCHAR( 255 ),
g2Uri VARCHAR( 255 ),
activeUserId INT( 10 ),
cookiepath VARCHAR( 255 ),
showSidebar TINYINT( 1 ),
g2configurationDone TINYINT( 1 ),
embedVersion VARCHAR( 255 )
note that this is the integration's table, not the actual db structure for g2 itself. you need to install/configure g2 for those to be created. |
|
| Back to top |
|
|
|
|
|
|
|