Gallery2 leave blank in phpnuke 7.6

jadijk

Joined: 2004-04-02
Posts: 2
Posted: Tue, 2005-05-03 22:09

My gallery2 intergration in PHPNuke 7.6 leave blank.

The gallery2 installation is in "html/gallery2"
The PHPNuke installation is in "html"
The g2data is in the directory "html/g2data"
The directory html is de root off my website.

This is the config.cfg

<?
$g2embedparams = array (
'embedphpfile' => '/var/www/html/gallery2',
'embedUri' => 'http://my.website/modules.php?name=gallery2',
'relativeG2Path' => '../g2data/',
'loginRedirect' => 'modules.php?name=Your_Account',
'activeUserId' => '0',
);
$g2mainparams = array (
'showSidebar' => NULL,
);
$g2configurationdone = "true"?>

wat I kan do?

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Tue, 2005-05-03 23:49

jadijk, the phpnuke integration is out of date, but maybe it still works with the correct params:

<?
$g2embedparams = array (
'embedphpfile' => '/var/www/html/gallery2',
'embedUri' => 'modules.php?name=gallery2',
'embedPath' => '',
'relativeG2Path' => 'g2data/',
'loginRedirect' => 'modules.php?name=Your_Account',
'activeUserId' => '0',
);
$g2mainparams = array (
'showSidebar' => NULL,
);
$g2configurationdone = "true"?>

and if that doesn't work, try 'embedphpfile' => '/var/www/html/gallery2/embed.php',

 
jadijk

Joined: 2004-04-02
Posts: 2
Posted: Wed, 2005-05-04 21:53

I have trayed your sugestion still blank.

wath are you mean with phpnuke intergration out of date?

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Wed, 2005-05-04 22:24

that means that it hasn't been updated for a while...

do you have a url to show me this blank page?