Search found 509 matches

by thraxisp
06 Aug 2005, 01:38
Forum: Help
Topic: Cannot assign an issue to user in a project
Replies: 2
Views: 3862

Is one of the projects private? Users must be explicitly added to private projects.
by thraxisp
06 Aug 2005, 01:36
Forum: Help
Topic: How to report issues found against CVS Head ?
Replies: 1
Views: 3309

There is a version CVS HEAD in the tracker. Please report when you took the snapshot as well.
by thraxisp
06 Aug 2005, 01:36
Forum: Help
Topic: How to get Mantis BT versin RC2?
Replies: 2
Views: 3874

1.0.0rc2 is the current version in development. CVS HEAD is the closest you will get until it's released.
by thraxisp
06 Aug 2005, 01:14
Forum: General Discussion
Topic: updating bug from project to subjproject
Replies: 2
Views: 5688

If you are looking to move a bug to another project (or subproject), select it in the All bug view, and go to the bottom of the page. In the menu there, there is a move item.
by thraxisp
01 Aug 2005, 18:24
Forum: Help
Topic: Upgrading From 0.19.2 to 1.0.0rc1
Replies: 4
Views: 6324

Somehow the original upgrade has failed.

Could you find the value of a row in the mantis_congif_table where config_id = 'database_version'? Deleting this row should activate the older upgrade.php program.
by thraxisp
01 Aug 2005, 18:19
Forum: Help
Topic: email sending issue mantis 1.0.0rc1
Replies: 2
Views: 4238

This indicates that the version of php you are running does not have it's mail function set up properly. One fix is to use the SMTP functionality of phpmailer to use another machine. You need to set "$g_phpMailer_method = 2;" and "$g_smtp_host" to a host with a properly configure...
by thraxisp
01 Aug 2005, 14:20
Forum: General Discussion
Topic: rezolution field useful?
Replies: 2
Views: 5693

It can help in analysing which bugs are real. For example, 'duplicate' and 'no change required' indicate that the issue is not a bug.
by thraxisp
01 Aug 2005, 14:18
Forum: Help
Topic: Upgrading From 0.19.2 to 1.0.0rc1
Replies: 4
Views: 6324

To upgrade from 0.19.2 to 1.0.0, you need to run the 'admin/upgrade.php' script (not the admin/install.php script). This should update the appropriate tables, rather than installing them.
by thraxisp
01 Aug 2005, 14:15
Forum: Help
Topic: Mantis/MySQL from scratch: users?
Replies: 6
Views: 11122

The difference between the administrative user and the operating user is the database privileges that they have. The operating user requires ALTER, SELECT, INSERT, and UPDATE privileges. For installation, INDEX, CREATE, DELETE, and DROP privileges are also required by the administrative user. This w...
by thraxisp
30 Jul 2005, 22:05
Forum: General Discussion
Topic: User access level dropdown list
Replies: 2
Views: 5650

Try setting $g_default_new_account_access_level in your config_inc.php file.
by thraxisp
30 Jul 2005, 12:10
Forum: Help
Topic: How to restrict assignment power on a single project
Replies: 3
Views: 4533

You've found #5969. This has been fixed and will be in the next release.
by thraxisp
29 Jul 2005, 18:11
Forum: Help
Topic: How to restrict assignment power on a single project
Replies: 3
Views: 4533

This works for me. Was the right project selected at the top of the manage page?
by thraxisp
29 Jul 2005, 01:35
Forum: Customizations
Topic: 03-mantis-1.0.0rc1-global_categories.patch
Replies: 2
Views: 6247

Please file this as a feature enhancement in the tracker at http://bugs.mantisbt.org/ . You can attach the diffs, as well as the modified files there. Please tell us what version you are basing this on.
by thraxisp
29 Jul 2005, 01:30
Forum: General Discussion
Topic: show all documents related to bug in print page
Replies: 2
Views: 5638

Are you looking to see the content of the files attached, or just the list of the files? If the latter, that is what is done in the current release.

I doubt that the former is implementable generically. The files may require special tools, or be too large to display.
by thraxisp
28 Jul 2005, 11:35
Forum: Help
Topic: APPLICATION ERROR #700 - is this a bug?
Replies: 4
Views: 5748

This was fixed a few days ago in CVS. See #5861.