Previous Thread
Next Thread
Print Thread
Hop To
Joined: Jun 2006
Posts: 626
Addict
Addict
Joined: Jun 2006
Posts: 626
I am trying to remove a group of members from a permissions group, however, in the process of doing this I am receiving the folowing error message:

SELECT A_Searchterms,ADMIN_SEARCH_REMOVED_RESULTS FROM ubbt_ADMIN_SEARCHES WHERE USER_ID = 3 AND ADMIN_SEARCH_TYPE='member'

Unknown column 'A_Searchterms' in 'field list'

Should I drop this field or column?

I can change the group permission one member at a time, but not a group of members at a time.

Last edited by Rick; 10/11/2006 5:09 PM.
Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
Yep, definitely a bug. Line 115 of admin/dochangeusergroups.php has this:

SELECT A_Searchterms,ADMIN_SEARCH_REMOVED_RESULTS

That, needs to be:

SELECT ADMIN_SEARCH_TERMS,ADMIN_SEARCH_REMOVED_RESULTS

Joined: Jun 2006
Posts: 626
Addict
Addict
Joined: Jun 2006
Posts: 626
Thank you.

Joined: Jun 2006
Posts: 626
Addict
Addict
Joined: Jun 2006
Posts: 626
Now I am receiving this type of message:

SELECT t1.USER_ID,t2.GROUP_ID FROM ubbt_USERS, ubbt_USER_GROUPS as t2 WHERE t1.USER_ID <> '1' and t1.USER_ID = t2.USER_ID and t4.GROUP_ID IN (34)GROUP BY USER_ID ORDER BY USER_ID ASC

Unknown table 't1' in field list

Should I remove this unknown table? If so, can you give me the command to do so?

Joined: Jun 2006
Posts: 626
Addict
Addict
Joined: Jun 2006
Posts: 626
This is really when I am trying to do a mass member group permission change under Member Management regarding all of the above.

I may not have explained myself carefully enough.

I think you understood me though. smile

Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
Hmm, as I look at this a little closer this whole section is a bit off. Some of the queries need to be changed around quite a bit. Not sure if I'll be able to post the entire fix here but I'll get it fixed for 7.0.1

Joined: Jun 2006
Posts: 626
Addict
Addict
Joined: Jun 2006
Posts: 626
This must have missed being tested in the beta and release candidate stages? smile

Joined: Jun 2006
Posts: 626
Addict
Addict
Joined: Jun 2006
Posts: 626
I could do it one member at a time, which will take time as there are almost 200 members involved.

I think I will create another one and leave that one showing "no access."


Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
Bots
by Outdoorking - 04/13/2024 5:08 PM
Can you add html to language files?
by Baldeagle - 04/07/2024 2:41 PM
Do I need to rebuild my database?
by Baldeagle - 04/07/2024 2:58 AM
This is not a bug, but a suggestion
by Baldeagle - 04/05/2024 11:25 PM
Is UBB.threads still going?
by Aaron101 - 04/01/2022 8:18 AM
Who's Online Now
0 members (), 541 guests, and 181 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20230217)