I had this working with gallery 2.0b4 with the old integration scipt... I've just upgraded gallery to 2.2 and have tried every possible combination of variables in the php file and I get nothing but the white screen!!
my setup:-
/forum/(forum files)
/gallery2/(gallery files)
/forum/gallery2.php
My variables (currently, as I've tried 1000 different combinations of relative and absolute paths here):-
Code:
$ret = GalleryEmbed::init(array('embedUri' => 'gallery.php',
'g2Uri' => '/gallery2',
'loginRedirect' => 'index.php',
'activeUserId' => $uid));
Help!?