vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Problem when up products for vBulletin Project Tools(Database error in vBulletin) (https://vborg.vbsupport.ru/showthread.php?t=151258)

welduae.com 07-03-2007 10:08 AM

Problem when up products for vBulletin Project Tools(Database error in vBulletin)
 
hi

i have Problem when i up the products for vBulletin Project Tools

PHP Code:

Database error in vBulletin 3.6.7

Invalid SQL

    
CREATE TABLE pt_issue 
        
issueid INT UNSIGNED AUTO_INCREMENT NOT NULL
        
projectid INT UNSIGNED NOT NULL DEFAULT 0
        
issuestatusid INT UNSIGNED NOT NULL DEFAULT 0
        
issuetypeid VARCHAR(25NOT NULL DEFAULT ''
        
title VARCHAR(250NOT NULL DEFAULT ''
        
summary VARCHAR(250NOT NULL DEFAULT ''
        
submituserid INT UNSIGNED NOT NULL DEFAULT 0
        
submitusername VARCHAR(100NOT NULL DEFAULT ''
        
submitdate INT UNSIGNED NOT NULL DEFAULT 0
        
appliesversionid INT UNSIGNED NOT NULL DEFAULT 0
        
isaddressed SMALLINT UNSIGNED NOT NULL DEFAULT 0
        
addressedversionid INT UNSIGNED NOT NULL DEFAULT 0
        
priority SMALLINT UNSIGNED NOT NULL DEFAULT 1
        
visible ENUM('moderation''visible''private''deleted'NOT NULL DEFAULT 'visible'
        
lastpost INT UNSIGNED NOT NULL DEFAULT 0
        
lastactivity INT UNSIGNED NOT NULL DEFAULT 0
        
lastpostuserid INT UNSIGNED NOT NULL DEFAULT 0
        
lastpostusername VARCHAR(100NOT NULL DEFAULT ''
        
firstnoteid INT UNSIGNED NOT NULL DEFAULT 0
        
lastnoteid INT UNSIGNED NOT NULL DEFAULT 0
        
attachcount INT UNSIGNED NOT NULL DEFAULT 0
        
pendingpetitions INT UNSIGNED NOT NULL DEFAULT 0
        
replycount INT UNSIGNED NOT NULL DEFAULT 0
        
votepositive INT UNSIGNED NOT NULL DEFAULT 0
        
votenegative INT UNSIGNED NOT NULL DEFAULT 0
        
projectcategoryid INT UNSIGNED NOT NULL DEFAULT 0
        
assignedusers INT UNSIGNED NOT NULL DEFAULT 0
        
PRIMARY KEY (issueid), 
        
KEY finder (projectidvisibleissuetypeidlastpost), 
        
KEY issuestatusid (issuestatusid), 
        
FULLTEXT KEY textsearch (titlesummary
    ) 
ENGINE=MYISAM

MySQL Error  Table 'pt_issue' already exists 
Error Number 
1050 
Date         
TuesdayJuly 3rd 2007 06:12:24 AM 
Script       
http://www.xxxx.com/vb/alnaqbi/plugin.php?do=productimport 
Referrer     http://www.xxxx.com/vb/alnaqbi/plugin.php?do=productadd 
IP Address   77.99.225.250 
Username     
:  
Classname    vb_database 

plz help me

Eric 07-03-2007 06:05 PM

> MySQL Error : Table 'pt_issue' already exists

Your database already contains that table - maybe you already have it installed, or have a mod/hack with that table name?


All times are GMT. The time now is 07:56 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.01738 seconds
  • Memory Usage 1,736KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)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