I have just installed gallery2 beta 4, its a fresh installation and then installed the intergration module for Nuke.
Every time i wish to view the gallery I recieve the following error
Parse error: syntax error, unexpected T_SL in C:\apache2triad\htdocs\nuke78\html\modules\gallery2\index.php on line 128
I have looked up line 128 and all it states is:
<<<<<<< index.php
Here is my config flie:
Code: › <?php
$g2embedparams = array (
'embedphpfile' => 'c:/apache2triad/htdocs/nuke78/html/gallery2',
'embedUri' => 'modules.php?name=gallery2',
'relativeG2Path' => '/gallery2/',
'loginRedirect' => 'modules.php?name=Your_Account',
'activeUserId' => '0',
'embedPath' => '/nuke78/html/gallery2/',
'cookiepath' => '/',
);
$g2mainparams = array (
'showSidebar' => 'false',
);
$g2configurationdone = 'true';
?>
I am running Apache 2 on Win32, PHPNuke runs sucessfully, however this module doesnt seem to like it!
Any help would be greatly apriciated!