Hen i try to intergrate Gallery in phpnuke and i press _UPDATEEMBEDSETTINGSG2 after i filles everything in i get a blank page that brings me to
http://www.domain.nl/html/admin.php
and when i press _UPDATEMAINSETTINGSG2 i get _G2_ERROR: modules/gallery2/ _NOTWRITABLE and thats strange cause i chmodded the files needed.
one last thing when i click on the button the should bring me to http://www.domain.nl/html/modules.php?name=gallery2 brings me to http://www.domain.nl/html/main.php
the full directory to the gallery2 install is /var/www/html/html/modules/gallery2
and here is my config
Code: ›
<?php
$g2embedparams = array (
'embedphpfile' => '/var/www/html/html/modules/gallery2',
'embedUri' => 'http://www.bassiesworld.nl/html/modules.php?name=gallery2',
'relativeG2Path' => '/gallery2',
'loginRedirect' => 'modules.php?name=gallery2',
'activeUserId' => '0',
);
$g2mainparams = array (
'showSidebar' => NULL,
);
$g2configurationdone = 'true';
?>