Xaraya 1.0 and G2 Xaraya integration module

Pipslo

Joined: 2005-11-11
Posts: 2
Posted: Fri, 2005-11-11 18:09

Hi

I've downloaded G2 and the Xaraya Gallery2 integration
module. The G2 installation has succeeded and I try to
install update the configuration. I then get this error message:

Quote:
User Error

BAD_PARAM

Your xaraya version is not compatible with this module. Your
version is [1.0], the minimum version number required is
[1.0.0]. Please upgrade your xaraya installation.

I've got the latest xaraya official code (v1.0) and downloaded the integrationmodule from http://galleryupdates.jpmullan.com/#integrations dated 11-10-2005 04:00:28 AM.

What might be wrong?
/Pipslo

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Fri, 2005-11-11 18:47

uninstall the gallery2 module then do these changes:
open xarinit.php

find
xarModSetVar('gallery2', 'xar.minCoreVersion', '1.0.0');
replace it with
xarModSetVar('gallery2', 'xar.minCoreVersion', '1.0');

 
Pipslo

Joined: 2005-11-11
Posts: 2
Posted: Fri, 2005-11-11 19:50

Great it worked. Tried to replace 1.0.0 at some other place but that didn't help, but this one did.

Thanks alot

Pipslo

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Fri, 2005-11-11 21:13

thanks for testing, committed the fix to cvs.