Search found 638 matches

by Kirill
23 Jan 2008, 13:06
Forum: Help
Topic: mantis_tag_table doesn't exist
Replies: 13
Views: 75357

Re: mantis_tag_table doesn't exist

1. Not. This plugin table 2. CREATE TABLE `mantis_bug_table` ( `id` int(10) unsigned NOT NULL auto_increment, `project_id` int(10) unsigned NOT NULL default '0', `reporter_id` int(10) unsigned NOT NULL default '0', `handler_id` int(10) unsigned NOT NULL default '0', `duplicate_id` int(10) unsigned N...
by Kirill
23 Jan 2008, 11:06
Forum: Help
Topic: mantis_tag_table doesn't exist
Replies: 13
Views: 75357

Re: mantis_tag_table doesn't exist

CREATE TABLE `mantis_email_table` ( `email_id` int(10) unsigned NOT NULL auto_increment, `email` varchar(64) NOT NULL default '', `subject` varchar(250) NOT NULL default '', `submitted` datetime NOT NULL default '1970-01-01 00:00:01', `metadata` longtext NOT NULL, `body` longtext NOT NULL, PRIMARY ...
by Kirill
23 Jan 2008, 10:34
Forum: Help
Topic: mantis_tag_table doesn't exist
Replies: 13
Views: 75357

Re: mantis_tag_table doesn't exist

not see for plugin* tables.
by Kirill
22 Jan 2008, 15:53
Forum: Help
Topic: mantis_tag_table doesn't exist
Replies: 13
Views: 75357

Re: mantis_tag_table doesn't exist

CREATE TABLE `mantis_bug_tag_table` ( `bug_id` int(10) unsigned NOT NULL default '0', `tag_id` int(10) unsigned NOT NULL default '0', `user_id` int(10) unsigned NOT NULL default '0', `date_attached` datetime NOT NULL default '1970-01-01 00:00:01', PRIMARY KEY (`bug_id`,`tag_id`) ) ENGINE=MyISAM DEF...
by Kirill
22 Jan 2008, 15:31
Forum: Help
Topic: mantis_tag_table doesn't exist
Replies: 13
Views: 75357

Re: mantis_tag_table doesn't exist

try create manualy CREATE TABLE `mantis_tag_table` ( `id` int(10) unsigned NOT NULL auto_increment, `user_id` int(10) unsigned NOT NULL default '0', `name` varchar(100) NOT NULL default '', `description` longtext NOT NULL, `date_created` datetime NOT NULL default '1970-01-01 00:00:01', `date_updated...
by Kirill
22 Jan 2008, 14:22
Forum: Help
Topic: mantis_tag_table doesn't exist
Replies: 13
Views: 75357

Re: mantis_tag_table doesn't exist

You don't run upgrade script. Please read reference to upgrade db.
http://manual.mantisbt.org/manual.insta ... rading.php
by Kirill
22 Jan 2008, 14:02
Forum: Help
Topic: Change upload from database to DISK
Replies: 10
Views: 7673

Re: Change upload from database to DISK

rename something like this 2Wj69rbU ? :lol:
At me simple delete. I can in averytime restore this folder ;)
by Kirill
22 Jan 2008, 07:52
Forum: Help
Topic: Change upload from database to DISK
Replies: 10
Views: 7673

Re: Change upload from database to DISK

Thank's very much. I delete this folder :wink:
by Kirill
21 Jan 2008, 17:49
Forum: Customizations
Topic: Remove severity entries
Replies: 2
Views: 4084

Re: Remove severity entries

read this. May be it halp you.
by Kirill
21 Jan 2008, 17:45
Forum: Help
Topic: Change upload from database to DISK
Replies: 10
Views: 7673

Re: Change upload from database to DISK

mpa wrote:I tried to use the system utilities option 'Move Attachments to DISK', but this gives me an Error: "Failure: Upload Method is not DISK".
Marnix
Sorry. How You do this? Where you find this?
by Kirill
21 Jan 2008, 17:39
Forum: Help
Topic: how to create category in report issues fields
Replies: 1
Views: 3820

Re: how to create category in report issues fields

You must create category in Project options
by Kirill
17 Jan 2008, 14:36
Forum: Help
Topic: Simple question about delete user
Replies: 5
Views: 3849

Re: Simple question about delete user

Ok. Thanks.
by Kirill
17 Jan 2008, 14:17
Forum: Help
Topic: Simple question about delete user
Replies: 5
Views: 3849

Re: Simple question about delete user

I disable. But I want know what I see in author, if I delete user account?
by Kirill
17 Jan 2008, 13:13
Forum: General Discussion
Topic: is there any sepearate mantis for windows
Replies: 2
Views: 3450

Re: is there any sepearate mantis for windows

no. Read doc/install
by Kirill
17 Jan 2008, 13:11
Forum: Help
Topic: Simple question about delete user
Replies: 5
Views: 3849

Simple question about delete user

When I delete user what happend with task when this user take part?