| Author |
Message |
KontYentE
Beginner


Joined: Aug 18, 2007 Posts: 4
|
Posted: Tue Aug 05, 2008 7:06 am Post subject: Integration for Gallery2 2.3 RC1 |
|
|
| Is there any integration allready for phpnuke with 2.3 RC1? thanks |
|
| Back to top |
|
|
AdBot
|
| Post subject: Integration for Gallery2 2.3 RC1 |
|
|
|
|
|
| Back to top |
|
 |
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6274 Location: Washington Township, NJ, USA
|
Posted: Tue Aug 05, 2008 9:58 am Post subject: Re: Integration for Gallery2 2.3 RC1 |
|
|
the integration here will work w/ 2.3 RC1. _________________
 |
|
| Back to top |
|
|
KontYentE
Beginner


Joined: Aug 18, 2007 Posts: 4
|
Posted: Wed Aug 06, 2008 12:53 pm Post subject: Re: Integration for Gallery2 2.3 RC1 |
|
|
well... it didnt work for me... with the old version works perfect but with the new one, on a new installation doesnt work. when i click in the admin gallery2 icon i recieve this error 'Socket connection error: Connection refused' as status
In the Gallery 2 Integration Settings i put for the first http://www.mypage.com/modules?name=gallery2
and for the second
http://www.mypage.com/modules/gallery2
user ID 0
and cookies /
click the button and it says its everything ok but when i click on the modulblock it just says The module has not yet been configured.
Is there any way to do it direct? |
|
| Back to top |
|
|
KontYentE
Beginner


Joined: Aug 18, 2007 Posts: 4
|
Posted: Wed Aug 06, 2008 2:18 pm Post subject: Re: Integration for Gallery2 2.3 RC1 |
|
|
well, i got it to work... but not official.
i've changed in index.php
if ($g2configurationDone == 1 normal is 0){
include "header.php";
OpenTable();
echo "<center>"._G2_CONFIGURATION_NOT_DONE."</center>";
CloseTable();
include("footer.php");
return;
but i still recieve this Socket connection error: Connection refused in my mainpage from gallery |
|
| Back to top |
|
|
|
|
|
|
|