Author Topic: update 2.0.0.8 to 2.1 - groups problem  (Read 2541 times)

Haram80

  • Newbie
  • *
  • Posts: 5
    • View Profile
update 2.0.0.8 to 2.1 - groups problem
« on: July 17, 2012, 09:08:52 am »
Doing the update from version 2.0.0.8 to 2.1 groups are disappeared  :o, but the relative privileges of the users belonging to groups seem to remain. How can I understand if in the database groups are still set and if so how I can make it reappear in the appropriate section in administration panel?

thanks

Haram80

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: update 2.0.0.8 to 2.1 - groups problem - SOLVED
« Reply #1 on: July 29, 2012, 06:51:41 am »
Hi everybody,
I solved the problem by changing the type of groups in the table "fo_permission_groups",
in particular I put "user_groups" in the groups that I created.

Best regards

franponce87

  • Administrator
  • Hero Member
  • *****
  • Posts: 1819
    • View Profile
    • Email
Re: update 2.0.0.8 to 2.1 - groups problem
« Reply #2 on: August 01, 2012, 03:56:31 pm »
Thanks for the heads up!! We have already applied some changes to solve this issue in the next ugprade.

Keep up the good work!

Best regards,
Francisco
Would you like to install Feng Office Professional or Enterprise Edition in your servers? No problem! Read this article!

franponce87

  • Administrator
  • Hero Member
  • *****
  • Posts: 1819
    • View Profile
    • Email
Re: update 2.0.0.8 to 2.1 - groups problem
« Reply #3 on: August 01, 2012, 08:13:52 pm »
Running the following query should also solve the issue:

UPDATE `fo_permission_groups` SET `type` = 'user_groups' WHERE `contact_id` = 0 AND `id` > 13;

Best regards,
Francisco
Would you like to install Feng Office Professional or Enterprise Edition in your servers? No problem! Read this article!