Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Programming Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 03-23-2009, 10:53 AM
ahmed-samara ahmed-samara is offline
 
Join Date: Dec 2004
Location: egypt
Posts: 178
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default problem in SQL usergorupid

Hello today

i have in usergroupid
i do drope usergroup by this code

PHP Code:
DROP TABLE `usergroup` ; 
and when i create again by this table

PHP Code:
CREATE TABLE `usergroup` (
  `
usergroupidsmallint(5unsigned NOT NULL auto_increment,
  `
titlechar(100NOT NULL default '',
  `
descriptionvarchar(250NOT NULL default '',
  `
usertitlechar(100NOT NULL default '',
  `
passwordexpiressmallint(5unsigned NOT NULL default '0',
  `
passwordhistorysmallint(5unsigned NOT NULL default '0',
  `
pmquotasmallint(5unsigned NOT NULL default '0',
  `
pmsendmaxsmallint(5unsigned NOT NULL default '5',
  `
opentagchar(100NOT NULL default '',
  `
closetagchar(100NOT NULL default '',
  `
canoverridesmallint(5unsigned NOT NULL default '0',
  `
ispublicgroupsmallint(5unsigned NOT NULL default '0',
  `
forumpermissionsint(10unsigned NOT NULL default '0',
  `
pmpermissionsint(10unsigned NOT NULL default '0',
  `
calendarpermissionsint(10unsigned NOT NULL default '0',
  `
wolpermissionsint(10unsigned NOT NULL default '0',
  `
adminpermissionsint(10unsigned NOT NULL default '0',
  `
genericpermissionsint(10unsigned NOT NULL default '0',
  `
genericpermissions2int(10unsigned NOT NULL default '0',
  `
genericoptionsint(10unsigned NOT NULL default '0',
  `
signaturepermissionsint(10unsigned NOT NULL default '0',
  `
visitormessagepermissionsint(10unsigned NOT NULL default '0',
  `
attachlimitint(10unsigned NOT NULL default '0',
  `
avatarmaxwidthsmallint(5unsigned NOT NULL default '0',
  `
avatarmaxheightsmallint(5unsigned NOT NULL default '0',
  `
avatarmaxsizeint(10unsigned NOT NULL default '0',
  `
profilepicmaxwidthsmallint(5unsigned NOT NULL default '0',
  `
profilepicmaxheightsmallint(5unsigned NOT NULL default '0',
  `
profilepicmaxsizeint(10unsigned NOT NULL default '0',
  `
sigpicmaxwidthsmallint(5unsigned NOT NULL default '0',
  `
sigpicmaxheightsmallint(5unsigned NOT NULL default '0',
  `
sigpicmaxsizeint(10unsigned NOT NULL default '0',
  `
sigmaximagessmallint(5unsigned NOT NULL default '0',
  `
sigmaxsizebbcodesmallint(5unsigned NOT NULL default '0',
  `
sigmaxcharssmallint(5unsigned NOT NULL default '0',
  `
sigmaxrawcharssmallint(5unsigned NOT NULL default '0',
  `
sigmaxlinessmallint(5unsigned NOT NULL default '0',
  `
usercsspermissionsint(10unsigned NOT NULL default '0',
  `
albumpermissionsint(10unsigned NOT NULL default '0',
  `
albumpicmaxwidthsmallint(5unsigned NOT NULL default '0',
  `
albumpicmaxheightsmallint(5unsigned NOT NULL default '0',
  `
albumpicmaxsizeint(10unsigned NOT NULL default '0',
  `
albummaxpicsint(10unsigned NOT NULL default '0',
  `
albummaxsizeint(10unsigned NOT NULL default '0',
  `
socialgrouppermissionsint(10unsigned NOT NULL default '0',
  `
pmthrottlequantityint(10unsigned NOT NULL default '0',
  `
groupiconmaxsizeint(10unsigned NOT NULL default '0',
  `
maximumsocialgroupsint(10unsigned NOT NULL default '0',
  `
ecdownloadpermissionsint(10unsigned NOT NULL,
  `
ecexcludecatlistvarchar(250NOT NULL,
  `
ecdownloadsmaxdailydlint(10NOT NULL default '-1',
  `
ecdownloadsmaxuploadtotalint(10NOT NULL default '-1',
  `
ecdownloadsmaxdailyfilesint(10NOT NULL default '-1',
  `
ecdownloaddelaygrpint(10NOT NULL default '-1',
  `
phpkdaqrint(10unsigned NOT NULL default '1',
  
PRIMARY KEY  (`usergroupid`)
ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=;

-- 
-- 
Dumping data for table `usergroup`
-- 

INSERT INTO `usergroupVALUES (1'Unregistered / Not Logged In''''Guest'00500''''006553750100335544330104016080802000010010065535500100100004750010000019260060010000010006406553500'', -1, -1, -1, -11);
INSERT INTO `usergroupVALUES (2'Registered Users'''''00505''''0012317183363101579685063162137215630808020000100100655355001001000047500100006325560060010000010005515906553550'', -1, -1, -1, -11);
INSERT INTO `usergroupVALUES (3'Users Awaiting Email Confirmation'''''00501''''00655375010033554499056016080802000010010065535500100100004750010000019260060010000010006406553550'', -1, -1, -1, -11);
INSERT INTO `usergroupVALUES (4'(COPPA) Users Awaiting Moderation'''''00501''''00655375010033554499056016080802000010010065535500100100004750010000019260060010000010006406553550'', -1, -1, -1, -11);
INSERT INTO `usergroupVALUES (5'Super Moderators''''Super Moderator'00500''''00167772157631511609520879163237567630808020000100100655355001001000047500100006325560060010000010006553506553550'', -1, -1, -1, -11);
INSERT INTO `usergroupVALUES (6'Administrators''''Administrator'180360505''''0016777215763313214748358315523756763080802000010010065535500100100000700063255600600100000100065535065535565535'', -1, -1, -1, -11);
INSERT INTO `usergroupVALUES (7'Moderators''''Moderator'00505''''00123171837631501609504463162237567630808020000100100655355001001000047500100006325560060010000010006553506553550'', -1, -1, -1, -11);
INSERT INTO `usergroupVALUES (8'Banned Users''''Banned'0000''''000000000000080802000010010065535500100100004750010000006006001000001000006553550'', -1, -1, -1, -11); 
PHP Code:
Database error in vBulletin 3.8.1:

Invalid SQL:
SELECT FROM usergroup ORDER BY title;

MySQL Error Table 'ehkynet_vbanasfourmsup.usergroup' doesn't exist
Error Number : 1146
Request Date : Monday, March 23rd 2009 @ 03:05:21 AM
Error Date : Monday, March 23rd 2009 @ 03:05:21 AM
Script : http://www.ehky.net/vb/admincp/usergroup.php?do=modify
Referrer : http://www.ehky.net/vb/admincp/index.php?do=nav
IP Address : 203.6.221.151
Username : احكي
Classname : vB_Database
MySQL Version : 5.0.67-community 
thanks for help

--------------- Added [DATE]1237820304[/DATE] at [TIME]1237820304[/TIME] ---------------

no any answer
Reply With Quote
  #2  
Old 03-23-2009, 02:23 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Are you doing this in phpMyAdmin? Are you checking your database to first see that the table is dropped and then to see the the table gets created and populated?
Reply With Quote
  #3  
Old 03-23-2009, 02:38 PM
ahmed-samara ahmed-samara is offline
 
Join Date: Dec 2004
Location: egypt
Posts: 178
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yeah i doing that in phpMyAdmin i'm sure is dropped in database but when i creat this error database come to me
Reply With Quote
  #4  
Old 03-23-2009, 02:47 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You can't be getting that error when creating the database again - you have no select statement in there. Furthermore, look at the script and referrer in the error - that error is from someone on your site - not from you creating the table in phpMyAdmin. They are trying to access a table that doesn't exist yet (since you've dropped it).
Reply With Quote
  #5  
Old 03-23-2009, 05:14 PM
ahmed-samara ahmed-samara is offline
 
Join Date: Dec 2004
Location: egypt
Posts: 178
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks too much
Reply With Quote
  #6  
Old 03-24-2009, 02:02 PM
Marco van Herwaarden Marco van Herwaarden is offline
 
Join Date: Jul 2004
Posts: 25,415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

And why would you need to drop your usergroup table?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:08 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.04608 seconds
  • Memory Usage 2,341KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (3)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (6)post_thanks_box
  • (6)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (6)post_thanks_postbit_info
  • (6)postbit
  • (6)postbit_onlinestatus
  • (6)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete