Author |
Message |
chunk
New Member


Joined: Jan 22, 2004
Posts: 6
|
Posted:
Wed Feb 11, 2004 10:43 am |
|
Hi Guys,
Have any of you recently attempted to modify group permissions on forums using nuke 7.1?
I've got a private member group that I want to allow access to 2 particular forums but when attempting to update the group permissions I get the following. This is occurring on 2 of my nuke sites.
Couldn't update private forum permissions
DEBUG MODE
SQL Error : 1136 Column count doesn't match value count at row 1
INSERT INTO nuke_bbauth_access (forum_id, group_id, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_vote, auth_pollcreate, auth_mod) VALUES ('1', '4', '1, 1, 1, 1, 1, 1, 1, 1, 0')
Line : 425
File : /home/guileadm/public_html/modules/Forums/admin/admin_ug_auth.php |
|
|
|
 |
Raven
Site Admin/Owner

Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Wed Feb 11, 2004 12:19 pm |
|
Just for grins and giggles, try using the admin_ug_auth.php file from 7.0 or even 6.9. |
|
|
|
 |
chunk

|
Posted:
Wed Feb 11, 2004 2:33 pm |
|
Bingo! Nice call... it works!
Thanks a tonne!  |
|
|
|
 |
Raven

|
Posted:
Wed Feb 11, 2004 2:35 pm |
|
Hmmmm. Now to figure out why  |
|
|
|
 |
chunk

|
Posted:
Wed Feb 11, 2004 2:41 pm |
|
That's always the fun part  |
|
|
|
 |
stormy
Client

Joined: Feb 24, 2004
Posts: 12
|
Posted:
Sun Feb 29, 2004 4:57 pm |
|
That exact same thing has happened to me but I don't understand exactly what your advice means as I'm a computer illiterate, yesterday I found the on and off button and the family cheered. |
|
|
|
 |
Raven

|
Posted:
Sun Feb 29, 2004 6:12 pm |
|
Get a previous release of nuke, either the 6.9 or 7.0 version and use the admin_ug_auth.php file from there. |
|
|
|
 |
dlow
New Member


Joined: Jan 24, 2008
Posts: 1
|
Posted:
Thu Jan 24, 2008 4:24 pm |
|
Hey i need help i can not find thisfile
General Error
Could not obtain moderator status
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND aa.group_id = ug.group_id AND aa.auth_mod = 1 ' at line 3
SELECT ug.user_id, COUNT(auth_mod) AS is_auth_mod FROM nuke_bbauth_access aa, nuke_bbuser_group ug WHERE ug.user_id IN () AND aa.group_id = ug.group_id AND aa.auth_mod = 1 GROUP BY ug.user_id
Line : 580
File : admin_ug_auth.php
does anyone have it so that i can upload it, dam this is a old post. |
|
|
|
 |
Raven

|
Posted:
Thu Jan 24, 2008 5:03 pm |
|
|
|
 |
|