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  

After Install Intergration Pack I get a Blank White Page?

 
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
subfighter

Beginner
Beginner


Joined: Jul 13, 2005
Posts: 9

PostPosted: Thu Jul 14, 2005 5:44 am    Post subject: After Install Intergration Pack I get a Blank White Page? Reply with quote

Please Help!! Wink

Alright I read through the forums trying to find what the problem might be but no luck. I installed the Gallery2 Beta 3 and the install went fine and then i installed the Integration Pack and all seemed good but when i tried to load the module from phpnuke i get a blank white error page??

http://www.subfighter.com/modules.php?name=gallery2

I have it installed on PHPNUKE 7.6 Patched 3.0

Here is my gallery.cfg
Code: › $g2embedparams = array (
  'embedphpfile' => '/home/subfight/public_html/modules/gallery2/',
  'embedUri' => 'http://www.subfighter.com/modules/gallery2/',
  'relativeG2Path' => '/modules/gallery2/',
  'loginRedirect' => 'modules.php?name=Your_Account',
  'activeUserId' => '0',
);
$g2mainparams = array (
  'showSidebar' => NULL,
);
$g2configurationdone = 'true'; ?>


as the G2 Standalone works fine and i even imported all my old albums with no problem..

just stuck on what to do next..

regards
rick


Last edited by subfighter on Thu Jul 14, 2005 6:14 am; edited 1 time in total
Back to top
Offline View user's profile Send private message
AdBot
   Post subject: After Install Intergration Pack I get a Blank White Page?  

Back to top
subfighter

Beginner
Beginner


Joined: Jul 13, 2005
Posts: 9

PostPosted: Thu Jul 14, 2005 6:08 am    Post subject: Re: After Install I get a Blank White Page? Reply with quote

i never got not Setup Wizard Screen like i read from some other posts when i access through phpnuke?
Back to top
Offline View user's profile Send private message
subfighter

Beginner
Beginner


Joined: Jul 13, 2005
Posts: 9

PostPosted: Thu Jul 14, 2005 6:12 am    Post subject: Re: After Install I get a Blank White Page? Reply with quote

http://www.subfighter.com/modules/gallery2/main.php

i can access fine the standalone..
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: Thu Jul 14, 2005 6:46 am    Post subject: Re: After Install Intergration Pack I get a Blank White Page Reply with quote

the 'embedURI' is wrong, it should be:
http://www.subfighter.com/modules.php?name=gallery2
_________________
Back to top
Offline View user's profile Send private message Visit poster's website
subfighter

Beginner
Beginner


Joined: Jul 13, 2005
Posts: 9

PostPosted: Thu Jul 14, 2005 10:52 am    Post subject: Re: After Install Intergration Pack I get a Blank White Page Reply with quote

ok i originally had it like you said but changed it as i became desperate when it didnt work.. anyways i put back the way you said but i still get the blank page??

Quote: › <?
$g2embedparams = array (
'embedphpfile' => '/home/subfight/public_html/modules/gallery2/',
'embedUri' => 'http://www.subfighter.com/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
dari

Site Admin
Site Admin


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

PostPosted: Thu Jul 14, 2005 10:56 am    Post subject: Re: After Install Intergration Pack I get a Blank White Page Reply with quote

are you sure that '/home/subfight/public_html/modules/gallery2/' is the proper path?

create a php file in your gallery2 directory and put the following in it:
PHP: › <?php phpinfo(); ?>

then view it from your browser. Look for "script path" and see what it says...
_________________
Back to top
Offline View user's profile Send private message Visit poster's website
subfighter

Beginner
Beginner


Joined: Jul 13, 2005
Posts: 9

PostPosted: Thu Jul 14, 2005 12:01 pm    Post subject: Re: After Install Intergration Pack I get a Blank White Page Reply with quote

Quote: › then view it from your browser. Look for "script path" and see what it says...


sorry i dont really understand what you mean here... this what i did as i created a test.php and added the code above and then tried accessing like this and it works.. dont know if this is what you meant?? you can test the link below..

http://www.subfighter.com/modules.php?n ... &file=test

thanks for the help as i really hope i can get it to work..
Back to top
Offline View user's profile Send private message
subfighter

Beginner
Beginner


Joined: Jul 13, 2005
Posts: 9

PostPosted: Thu Jul 14, 2005 12:04 pm    Post subject: Re: After Install Intergration Pack I get a Blank White Page Reply with quote

i have installed tons of modules and the many different versions of gallery over the year.. so i have some idea on how to install them... but this one has me scratching my head..

is there any php.ini settings that may cause this.
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: Thu Jul 14, 2005 12:13 pm    Post subject: Re: After Install Intergration Pack I get a Blank White Page Reply with quote

what you've got *should* work. i'm guessing you're using OSCNuke?
_________________
Back to top
Offline View user's profile Send private message Visit poster's website
subfighter

Beginner
Beginner


Joined: Jul 13, 2005
Posts: 9

PostPosted: Fri Jul 15, 2005 12:30 pm    Post subject: Re: After Install Intergration Pack I get a Blank White Page Reply with quote

yes i am using OSCNUKE?? Does that cause a problem?

Thanks for the help i appreciated your prompt replys..

regards
rick
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: Fri Jul 15, 2005 4:01 pm    Post subject: Re: After Install Intergration Pack I get a Blank White Page Reply with quote

Yes, OSCNuke is a heavily modified phpNuke. I don't know what's been changed, nor how it impacts other modules.
_________________
Back to top
Offline View user's profile Send private message Visit poster's website
subfighter

Beginner
Beginner


Joined: Jul 13, 2005
Posts: 9

PostPosted: Fri Jul 15, 2005 4:15 pm    Post subject: Re: After Install Intergration Pack I get a Blank White Page Reply with quote

hmmmm.. well the version i am using is a module version that they release so its not to integrated into phpnuke at all and was the reason i installed it.. there was only a few changes to the core files.. but still it seems to be the problem.

i try seeing if anyone here or on the osc2nuke has got both of these to run together..
Back to top
Offline View user's profile Send private message
gravityarc

Novice
Novice


Joined: Aug 29, 2003
Posts: 22

PostPosted: Tue Sep 13, 2005 5:18 pm    Post subject: Re: After Install Intergration Pack I get a Blank White Page Reply with quote

I'm running the offical 7.8 release and getting a blank page as well. Here's my gallery2.cfg file, anyone have any thoughts:
Code: ›
<?php
$g2embedparams = array (
  'embedphpfile' => '/home/domainname/public_html/modules/gallery2/',
  'embedUri' => 'http://www.domainname.com/modules.php?name=gallery2',
  'relativeG2Path' => 'modules/gallery2/',
  'loginRedirect' => 'modules.php?name=Your_Account',
  'activeUserId' => '0',
  'embedPath' => '/',
  'cookiepath' => '/',
);
$g2mainparams = array (
  'showSidebar' => '1',
);
$g2configurationdone = 'true';
?>
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 Sep 14, 2005 6:47 am    Post subject: Re: After Install Intergration Pack I get a Blank White Page Reply with quote

are you running OSCNuke?
_________________
Back to top
Offline View user's profile Send private message Visit poster's website
fulbrich

Novice
Novice


Joined: Aug 18, 2005
Posts: 28
Location: NRW/Germany

PostPosted: Mon Sep 19, 2005 6:19 am    Post subject: Re: After Install Intergration Pack I get a Blank White Page Reply with quote

Hello,
do you use a different portal-language than english or french ?
I had a problem with german and fixed it by creating a german language file for the integration package. http://www.nukedgallery.net/postt1915.html
_________________
Auf Wiedersehen,
Frank
Back to top
Offline View user's profile Send private message Visit poster's website
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

 
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