HELP!!!!!!!!!!

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   HELP!!!!!!!!!!
bettyswolloks
CZ Super Newbie
bettyswolloks has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Mar 09, 2004
0.01 posts per day
Posts: 68
Points: 7,034
   
General Error
Couldn't update private forum permissions

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 ' 1, 1, 1, 1, 1, 1, 1, 0)' at line 2

INSERT INTO nuke_bbauth_access (forum_id, group_id, auth_view, auth_read, auth_post, auth_reply, auth_sticky, auth_vote, auth_pollcreate, auth_mod) VALUES (19, , 1, 1, 1, 1, 1, 1, 1, 0)

Line : 385
File : /home/bettyf/public_html/modules/Forums/admin/admin_ug_auth.php

i was trying to make a user a mod(i had problems before doing this but was given a new _auth file to upload which fixed it)

Ive now got a user i wanted to make a mod,an admin.When i try to change his status from admin back to user i get the above error.

I NEVER alterd his status to admin,i just made him moderator on all my forums,ive done this before with no problems,but now its giving me the above error message.



Back to top Reply with quote
#2   re: HELP!!!!!!!!!!
Taut
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
Taut has been a member for over 20 year's 20 Year Member
usa.gif california.gif
Occupation: Entrepreneur
Gender: Female
Fav. Sports Team: SF Giants
Status: Offline
Joined: May 27, 2003
0.72 posts per day
Posts: 5530
Points: 481,695
   
replace your admin_ug_auth file with the attached file. also, don't forget to back up your original before you do the changes.



Attached Files
admin_ug_auth.zip (7.21 KB, Downloaded: 5278 Time(s))


Back to top Reply with quote
#3   re: HELP!!!!!!!!!!
bettyswolloks
CZ Super Newbie
bettyswolloks has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Mar 09, 2004
0.01 posts per day
Posts: 68
Points: 7,034
   
Ive already tried that(tried it again just to make sure though)

(Am i putting it in the right place?
modules>forum>admin then im just overwriting the one thats there already)

Still getting the same error

Couldn't update private forum permissions

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 ' 1, 1, 1, 1, 1, 1, 1, 0)' at line 2

INSERT INTO nuke_bbauth_access (forum_id, group_id, auth_view, auth_read, auth_post, auth_reply, auth_sticky, auth_vote, auth_pollcreate, auth_mod) VALUES (19, , 1, 1, 1, 1, 1, 1, 1, 0)

Line : 385
File : /home/bettyf/public_html/modules/Forums/admin/admin_ug_auth.php



Back to top Reply with quote
#4   re: HELP!!!!!!!!!!
bettyswolloks
CZ Super Newbie
bettyswolloks has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Mar 09, 2004
0.01 posts per day
Posts: 68
Points: 7,034
   
Right.Ive used the above download to cure......

this error message


Couldn't update private forum permissions

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 ' 1)' at line 2

INSERT INTO nuke_bbauth_access (forum_id, group_id, auth_mod) VALUES (1, , 1)

Line : 425
File : /home/bettyf/public_html/CZEnhanced-7.0/html/modules/Forums/admin/admin_ug_auth.php

That worked fine,for that error.

---------------------------------------------

But the error im getting now is the same but differant(if you see wot i mean)

Couldn't update private forum permissions

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 ' 1, 1, 1, 1, 1, 1, 1, 0)' at line 2

INSERT INTO nuke_bbauth_access (forum_id, group_id, auth_view, auth_read, auth_post, auth_reply, auth_sticky, auth_vote, auth_pollcreate, auth_mod) VALUES (19, , 1, 1, 1, 1, 1, 1, 1, 0)

Line : 385
File : /home/bettyf/public_html/modules/Forums/admin/admin_ug_auth.php

The 1st error was generated when i tried to make a user a moderator,the file you asked me to download fixed that icon_smile.gif

BUT NOW.....

I was trying to make a user a mod,by using forum permissions,when i clicked ok,it said all was good,i then checked the forum and the said users name wasnt visible as forum mod,so i went back int user permissions and the said user was an ADMIN and all the forum permissions said they where NOT maderator,so i tried to change their statur from admin to user and i get the error message

Couldn't update private forum permissions

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 ' 1, 1, 1, 1, 1, 1, 1, 0)' at line 2

INSERT INTO nuke_bbauth_access (forum_id, group_id, auth_view, auth_read, auth_post, auth_reply, auth_sticky, auth_vote, auth_pollcreate, auth_mod) VALUES (19, , 1, 1, 1, 1, 1, 1, 1, 0)

Line : 385
File : /home/bettyf/public_html/modules/Forums/admin/admin_ug_auth.php

----------------------------------



Back to top Reply with quote
#5   re: HELP!!!!!!!!!!
bettyswolloks
CZ Super Newbie
bettyswolloks has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Mar 09, 2004
0.01 posts per day
Posts: 68
Points: 7,034
   
Any ideas guys?



Back to top Reply with quote
#6   re: HELP!!!!!!!!!!
Taut
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
Taut has been a member for over 20 year's 20 Year Member
usa.gif california.gif
Occupation: Entrepreneur
Gender: Female
Fav. Sports Team: SF Giants
Status: Offline
Joined: May 27, 2003
0.72 posts per day
Posts: 5530
Points: 481,695
   
see if this post helps cure your errors
[ Register or login to view links on this board. ]



Back to top Reply with quote
#7   re: HELP!!!!!!!!!!
bettyswolloks
CZ Super Newbie
bettyswolloks has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Mar 09, 2004
0.01 posts per day
Posts: 68
Points: 7,034
   
icon_biggrin.gif icon_biggrin.gif icon_biggrin.gif Worked like a treat mate icon_biggrin.gif icon_biggrin.gif icon_biggrin.gif


THANK
YOU



Back to top Reply with quote
#8   re: HELP!!!!!!!!!!
Taut
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
Taut has been a member for over 20 year's 20 Year Member
usa.gif california.gif
Occupation: Entrepreneur
Gender: Female
Fav. Sports Team: SF Giants
Status: Offline
Joined: May 27, 2003
0.72 posts per day
Posts: 5530
Points: 481,695
   
good to hear



Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum