vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   mySQL Error When Adding Usergroup (https://vborg.vbsupport.ru/showthread.php?t=69617)

Alexis Bledel 09-19-2004 06:18 AM

mySQL Error When Adding Usergroup
 
I've just noticed that there's a mySQL error when I went to add another usergroup on my version 2.3.5 board today:

Quote:

Database error in vBulletin Control Panel 2.3.5:

Invalid SQL: INSERT INTO usergroup (candeleteusercomments, usergroupid,title,usertitle,cancontrolpanel,canmod ifyprofile,canviewmembers,canview,showgroup,cansea rch,canemail,canpostnew,canmove,canopenclose,cande letethread,canreplyown,canreplyothers,canviewother s,caneditpost,candeletepost,canusepm,canpostpoll,c anvote,canpostattachment,ismoderator,canpubliceven t,canpublicedit,canthreadrate,cantrackpm,candenypm receipts,maxbuddypm,maxforwardpm,canwhosonline,can whosonlineip,cangetattachment)
VALUES (NULL,'Graffitti Designer','Graffitti Designer',0,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1, 0,0,0,1,0,0,0,0,1,0,1)
mysql error: Column count doesn't match value count at row 1

mysql error number: 1136

Date: Sunday 19th of September 2004 03:15:53 AM
Script: http://legacy-boards.net/admin/usergroup.php
Referer: http://www.legacy-boards.net/admin/u...hp?action=add&
I'm really new to the mySQL databases and queries, so I haven't fiddled with anything besides installing hacks based on .php files. Could anyone please help me in fixing this?

Colin F 09-19-2004 06:34 AM

Search for this in your admin/usergroup.php

Code:

INSERT INTO usergroup (candeleteusercomments, usergroupid,title,usertitle,cancontrolpanel,canmodifyprofile,canviewmembers,canv iew,showgroup,cansearch,canemail,canpostnew,canmove,canopenclose,candeletethread ,canreplyown,canreplyothers,canviewothers,caneditpost,candeletepost,canusepm,can postpoll,canvote,canpostattachment,ismoderator,canpublicevent,canpublicedit,cant hreadrate,cantrackpm,candenypmreceipts,maxbuddypm,maxforwardpm,canwhosonline,can whosonlineip,cangetattachment)
try deleting the "candeleteusercomments, " from the query, that seems kind of misplaced to me.

Alexis Bledel 09-21-2004 04:22 AM

Thank you for your help! It totally fixed the problem!


All times are GMT. The time now is 10:03 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00965 seconds
  • Memory Usage 1,714KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete