Xaraya 1.0.1 + Gallery 2.0.2 Issues

dustinriley

Joined: 2006-01-13
Posts: 2
Posted: Fri, 2006-01-13 05:52

Xaraya 1.0.1 (Community Install) - Gallery 2.0.2 (Typical Install)

When trying to configure the Xaraya module for integrating Gallery I'm receiving the following error:

System Error
Function failed

Could not create a xar role for a G2 user 'admin'.
Explanation:

The function executed correctly, but the result was a failure.
Stack:

at g2xarusergroupimportexport(xargallery2helper.php:1526)
at gallery2_admin_updateconfig(updateconfig.php:82)

Array
(
[0] => Array
(
)

)

at xarmodfunc(xarMod.php:884)

Array
(
[0] => gallery2
[1] => admin
[2] => updateconfig
)

at xarmain(index.php:91)

Any possible solutions to this problem would be greatly appreciated.

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Fri, 2006-01-13 17:32

is there already a user with the username "admin" in xaraya?
if so, the integration code should have mapped the two admin users.
did you change something (usernamen, name, ...) of the xaraya admin user?

 
dustinriley

Joined: 2006-01-13
Posts: 2
Posted: Fri, 2006-01-13 23:12

Problem solved, what I had done was changed the login username for the administrator from the default. I changed it back and the configuration worked fine. Thank you for your assistance.