View Single Post
  #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
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01336 seconds
  • Memory Usage 1,973KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_php
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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
  • showpost_complete