vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   problem in SQL usergorupid (https://vborg.vbsupport.ru/showthread.php?t=209195)

ahmed-samara 03-23-2009 10:53 AM

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 :(

Lynne 03-23-2009 02:23 PM

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?

ahmed-samara 03-23-2009 02:38 PM

yeah i doing that in phpMyAdmin i'm sure is dropped in database but when i creat this error database come to me

Lynne 03-23-2009 02:47 PM

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).

ahmed-samara 03-23-2009 05:14 PM

thanks too much:)

Marco van Herwaarden 03-24-2009 02:02 PM

And why would you need to drop your usergroup table?


All times are GMT. The time now is 12:09 PM.

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.01096 seconds
  • Memory Usage 1,853KB
  • 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
  • (3)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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