No User Groups to Select for User Membership

Please report bugs here!

Moderator: Thorsten

Post Reply
mwarda
Posts: 10
Joined: Tue Aug 11, 2009 7:44 pm

No User Groups to Select for User Membership

Post by mwarda »

I am running phpMyFAQ 2.5.1 with some problems. I have searched through this forum but I haven't met similar problems:

1. There are no groups to select to add memebers. The group select box is emtpy. There are users in user box and the final message for operation is kind of please select group. The permision level is of course medium. Groups were added before and basically they can be displayd in user box on last right column above permission list.

2. I can't edit language template via configuration admin panel. I have verified that language php file I try to edit is read&write to all. Entry can be changed but saving is working endlessly or returning "error saving..." message.

Finally, is public user registration possible to disable through admin panel or php modification other than removing this part from template? I want to design solution that will be public accesible to users and via login to registered group only that will be assign and defined by admin only.
Thorsten
Posts: 15724
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: No User Groups to Select for User Membership

Post by Thorsten »

Hi,
mwarda wrote:1. There are no groups to select to add memebers. The group select box is emtpy. There are users in user box and the final message for operation is kind of please select group. The permision level is of course medium. Groups were added before and basically they can be displayd in user box on last right column above permission list.
I'll check this issue.
mwarda wrote:2. I can't edit language template via configuration admin panel. I have verified that language php file I try to edit is read&write to all. Entry can be changed but saving is working endlessly or returning "error saving..." message.
I'll check this issue, too.
mwarda wrote:Finally, is public user registration possible to disable through admin panel or php modification other than removing this part from template? I want to design solution that will be public accesible to users and via login to registered group only that will be assign and defined by admin only.
Just remove it from the template.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Thorsten
Posts: 15724
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: No User Groups to Select for User Membership

Post by Thorsten »

Hi,
mwarda wrote:1. There are no groups to select to add memebers. The group select box is emtpy. There are users in user box and the final message for operation is kind of please select group. The permision level is of course medium. Groups were added before and basically they can be displayd in user box on last right column above permission list.
I tested this issue and it works for me. Please check your database and check if you have data in your faqgroup table.
mwarda wrote:2. I can't edit language template via configuration admin panel. I have verified that language php file I try to edit is read&write to all. Entry can be changed but saving is working endlessly or returning "error saving..." message.
Is the lang/ folder writable?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
mwarda
Posts: 10
Joined: Tue Aug 11, 2009 7:44 pm

Re: No User Groups to Select for User Membership

Post by mwarda »

OK, I fixed groups issue by reinstall (but I also deleted database first from MySQL).
Post Reply