Elxis CMS Forum

Support => General => Topic started by: Amigamerlin on January 03, 2009, 18:36:52

Title: Problem with Elxis 2008.1 rev2245 and the Group permission
Post by: Amigamerlin on January 03, 2009, 18:36:52
Hi guys,
I'm facing a problem with the lastest ELXIS  (Elxis 2008.1 rev2245 ) with the "Access Manager"
I just create a new user group (Acquirenti) giving same permission of registered users and created a new user (prova) but when I try to merge this new user to the "acquirenti" groups it write me "Forbiden user group!".

Anyone has my same problem?

I'm facing this problem with a fresh installed ELXIS 2008.1 rev2245 using XAMPP on a local PC.

Bye
Title: Re: Problem with Elxis 2008.1 rev2245 and the Group permission
Post by: ks-net on January 03, 2009, 20:06:03
this shouldn't happened... in elxis 2008.1 at any release.

there was a  problem with 2008.0 versions (https://forum.elxis.org/index.php?topic=2141.msg14516#msg14516)

but in 2008.1 especially at rev2245 i have tested this my self and works fine!

please tell us exactly what you do  ...
for example that group (Acquirenti) is child of what croup??  etc.....
Title: Re: Problem with Elxis 2008.1 rev2245 and the Group permission
Post by: Amigamerlin on January 03, 2009, 20:36:56
yes... it works .. but for me I need to log off from admin backand and log on again then I can apply the user to the new group !!
Sorry for the false alarm

Bye
Title: Re: Problem with Elxis 2008.1 rev2245 and the Group permission
Post by: ks-net on January 03, 2009, 20:40:50
i was about to mention that need of log-out ____ log-in

but you posted it  in the mid-time
Title: Re: Problem with Elxis 2008.1 rev2245 and the Group permission
Post by: datahell on January 04, 2009, 11:28:57
You need to re-login because $my->allowed needs to be re-generated and it is generated once in every login. At the time you logged in the new group did not exist so it was nt in your allowed user groups. By logging out and re-login the new user group is in the list of the allowed groups and everything is ok.

$my->allowed is a list of comma separated user groups which you are allow to access and looks like this:
$my->allowed = '25,24,18,.....';
Title: Re: Problem with Elxis 2008.1 rev2245 and the Group permission
Post by: Amigamerlin on January 04, 2009, 14:36:29
Thank you to you all for the aswers  ;)

Bye