| Author |
Message |
dmvega
Beginner


Joined: Aug 29, 2005 Posts: 6
|
Posted: Mon Aug 29, 2005 7:27 pm Post subject: PHPNuke 7.7 Integration prob with galllery2.cfg |
|
|
Hello
I have problems with Integration. I installed "gallery-2.0-rc-2-full.tar.gz" without problems. I run the setup wizard and the gallery is working fine at http://www.ecuadoratc.org/modules/gallery2/main.php
Then I downloaded the lastest version of the Phpnuke.zip file at http://galleryupdates.jpmullan.com/inte ... hpnuke.zip
I Unzipped the files and then uploaded to my site in the php nuke root folder (in order to write the admin, images, blocks and modules in the right place). Now I see the Gallery2 Icon on my Administration Panel.
I chanched the gallery2.cfg to cmhd 666
When I click on the gallery2 icon in the administration panel, in the next page I have a text message:
"We have done our best to fill these values in for you. However, you should double check them for correctness" but all fields all empty and the name of the fields look like:
_PHPEMBEDFILE:
_EMBEDURI:
URL path from document root to embedURI:
_RELATIVEG2PATH:
_LOGINREDIRECT:
_ACTIVEUSERID:
Cookie Path:
I read the Readme file and followed all the procedures and filled all the fields, but when I click on "_UPDATEEMBEDSETTINGSG2" Button (I wrote the name of the botton as it appears...) I just go to a blank page and nothing happen.
I checked the gallery2.cfg file and it is empty, I backed up that file before changing it manually but it did not work also. I changed from:
$g2embedparams = array (
'embedphpfile' => '',
'embedUri' => '',
'relativeG2Path' => '',
'loginRedirect' => '',
'activeUserId' => '',
'embedPath' => '',
'cookiepath' => '',
);
$g2mainparams = array (
'showSidebar' => NULL,
);
$g2configurationdone = 'false';
?>
to:
$g2embedparams = array (
'embedphpfile' => '/home/ecuadoratc/domains/ecuadoratc.org/public_html/modules/gallery2',
'embedUri' => 'http://www.ecuadoratc.org/modules.php?name=gallery2',
'relativeG2Path' => 'modules/gallery2/',
'loginRedirect' => 'modules.php?name=Your_Account',
'activeUserId' => '0',
'embedPath' => '/',
'cookiepath' => '',
);
$g2mainparams = array (
'showSidebar' => NULL,
);
$g2configurationdone = 'true';
?>
and have tried some combinations but nothing works. Thank you very much for your help.
Best Regards
Diego |
|
| Back to top |
|
|
AdBot
|
| Post subject: PHPNuke 7.7 Integration prob with galllery2.cfg |
|
|
|
|
|
| Back to top |
|
 |
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6274 Location: Washington Township, NJ, USA
|
Posted: Tue Aug 30, 2005 7:02 am Post subject: Re: PHPNuke 7.7 Integration prob with galllery2.cfg |
|
|
when did you grab the integration package? i noticed a bug in it that would cause the blank page and fixed it a couple of days ago... _________________
 |
|
| Back to top |
|
|
dmvega
Beginner


Joined: Aug 29, 2005 Posts: 6
|
Posted: Tue Aug 30, 2005 8:57 am Post subject: Re: PHPNuke 7.7 Integration prob with galllery2.cfg |
|
|
Hello Dari
First of all, you are doing a great job and thank you very much for all your support. I downloaded the integration package two days ago.
But there is something very estrange. I installed Gallery2 in another site and it works perfect, no problems with php nuke at all and I used the same files, now... what is the difference between them? the language of EcuadorATC by default is Spanish, and the other site is English, that is the difference between them because both use PhPNukes V7.7, same files, same procedure, etc.
I do not know if the language thing could be the responsible for that. I tried to change the language setting under preferences in phpnuke, but nothing happens, still Spanish.
Once again thank you for your reply and your awesome Gallery2
Best Regards
Diego
Quito, Ecuador
*** UPDATE ***
I was not sure why I had the problem with the language even if I changed it, so I changed the language to English, closed the page and erased all the cookies of my web browser. Then opened it again and now the page was in English.
Then went to Gallery2 icon and it works perfect. I also exported all members without any problem.
I think there is a problem if you try to configure it and language is not set to English. But now Gallery is working Great!
Thank you very much for your support
Diego
Last edited by dmvega on Tue Aug 30, 2005 9:15 am; edited 1 time in total |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6274 Location: Washington Township, NJ, USA
|
Posted: Tue Aug 30, 2005 8:58 am Post subject: Re: PHPNuke 7.7 Integration prob with galllery2.cfg |
|
|
yes, right now, the only languages in the integration files are english and german. if you can translate to spanish, i will add it to the package (and that might be the problem). _________________
 |
|
| Back to top |
|
|
dmvega
Beginner


Joined: Aug 29, 2005 Posts: 6
|
Posted: Tue Aug 30, 2005 9:15 am Post subject: Re: PHPNuke 7.7 Integration prob with galllery2.cfg |
|
|
*** UPDATE ***
I was not sure why I had the problem with the language even if I changed it, so I changed the language to English, closed the page and erased all the cookies of my web browser. Then opened it again and now the page was in English.
Then went to Gallery2 icon and it works perfect. I also exported all members without any problem.
I think there is a problem if you try to configure it and language is not set to English. But now Gallery is working Great!
Thank you very much for your support
Diego |
|
| Back to top |
|
|
dmvega
Beginner


Joined: Aug 29, 2005 Posts: 6
|
Posted: Tue Aug 30, 2005 9:18 am Post subject: Re: PHPNuke 7.7 Integration prob with galllery2.cfg |
|
|
Thank you Dari, while I was writing my "update" you answered…
Of course I can help with the translation, what are the files I should change in order to have the Spanish file for integration.
Diego |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6274 Location: Washington Township, NJ, USA
|
Posted: Tue Aug 30, 2005 9:20 am Post subject: Re: PHPNuke 7.7 Integration prob with galllery2.cfg |
|
|
modules/gallery2/language
modules/gallery2/admin/language
thanks  _________________
 |
|
| Back to top |
|
|
dmvega
Beginner


Joined: Aug 29, 2005 Posts: 6
|
Posted: Tue Aug 30, 2005 9:39 am Post subject: Re: PHPNuke 7.7 Integration prob with galllery2.cfg |
|
|
ok, I will check those files and change them ASAP. Thanks to you for all your support.
Diego |
|
| Back to top |
|
|
dmvega
Beginner


Joined: Aug 29, 2005 Posts: 6
|
Posted: Tue Aug 30, 2005 11:33 am Post subject: Re: PHPNuke 7.7 Integration prob with galllery2.cfg |
|
|
ok I have made the files and tested them, everything is working good in Spanish now . If you want I could translate the language for Gallery2 Site admin to spanish too. I just need to know which files I should change.
Regards
Diego
PD: Where can I send the two language files? |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6274 Location: Washington Township, NJ, USA
|
Posted: Tue Aug 30, 2005 11:34 am Post subject: Re: PHPNuke 7.7 Integration prob with galllery2.cfg |
|
|
re: the actual gallery 2 files, those have already been translated by the gallery team.
you can email me the files: dari AT nukedgallery DOT net
thanks for your assistance  _________________
 |
|
| Back to top |
|
|
digitall
Beginner


Joined: Sep 02, 2005 Posts: 4
|
Posted: Fri Sep 02, 2005 9:45 pm Post subject: Re: PHPNuke 7.7 Integration prob with galllery2.cfg |
|
|
dari wrote: › when did you grab the integration package? i noticed a bug in it that would cause the blank page and fixed it a couple of days ago...
i have the same problem: get a blank page. i've downloaded g2 integration pack today. how can i fix it? |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6274 Location: Washington Township, NJ, USA
|
Posted: Sat Sep 03, 2005 6:55 am Post subject: Re: PHPNuke 7.7 Integration prob with galllery2.cfg |
|
|
what language? _________________
 |
|
| Back to top |
|
|
|
|
|
|
|