Search found 9 matches

by rata
28 Jun 2007, 02:53
Forum: Customizations
Topic: Clone bug to different project
Replies: 6
Views: 8917

Clone bug to different project

I have create a customisation that replaces the existing Clone button with a Clone To: button and drop down box. The drop down box lists the valid projects for the user with the current project selected by default.

To clone to the same project as the existing bug then the user only needs to click ...
by rata
30 May 2007, 08:24
Forum: Help
Topic: Limit Recenly Modified list
Replies: 1
Views: 3042

Dumb Question

I just realised that this is a dumb question. If all projects are selected and I have access to all projects then My View may display a count of all the bugs in the Recently Modified list. If I then select [^] to view the complete Recently Modified list, I will only be shown the first page sorted in ...
by rata
30 May 2007, 07:06
Forum: Help
Topic: Limit Recenly Modified list
Replies: 1
Views: 3042

Limit Recenly Modified list

Does anyone know how to limit the "Recently Modified" list filter so that a limit can be set? Currently if I select Recently Modified from My View, I can end up with every bug in the database. I would like to set this to a limit of 50 or 100.
by rata
09 Oct 2006, 03:26
Forum: Help
Topic: mysql_connect error using checkin.php
Replies: 3
Views: 8758

Set PHPRC env var in Windows 2003

I fixed this problem in Windows 2003 by setting the PHPRC environment variable.
by rata
25 Jan 2006, 07:04
Forum: Help
Topic: File upload help needed!
Replies: 6
Views: 9017

pmtthinh - What size file are you trying to upload? If you are using mysql as your database, you may need to change an entry in the my.cnf file. Set max_allowed_packet = 2M. The default is 1M which means the upload will fail if the file is larger than 1M.

Cheers
Ray
by rata
25 Jan 2006, 05:30
Forum: Help
Topic: Upgrade from 0.19.4 to 1.0.0rc5 fails?
Replies: 9
Views: 11146

Bart

You need to go into the Admin directory and run Upgrade your installation. This will make the necessary database changes - not create a new database like Install does.

I hope this info isn't too late for you.
by rata
25 Jan 2006, 05:26
Forum: Help
Topic: mysql_connect error using checkin.php
Replies: 3
Views: 8758

mysql_connect error using checkin.php

I have just installed Mantis 1.0.0rc5 on a new server and am trying to integrate with SVN. I have had this working before with Mantis0.19.2.
I keep getting the following error from my post-commit.bat hook script:
[quote]Fatal error: Call to undefined function mysql_connect() in E:\WWW\mantis-1.0 ...
by rata
18 Feb 2005, 04:43
Forum: Help
Topic: Mantis Integration with SVN
Replies: 4
Views: 8622

Forgot to mention that I am using Win2k

Thanks Victor
I failed to mention in my original post that I am using Win2k. Scmbug seems to be Unix based and no one has produced a Win2K binary. I have started working with the bugtraq: properties in SVN and the Sorce_control configuration in Mantis. SVN seems to be working as log entries are ...
by rata
18 Feb 2005, 02:12
Forum: Help
Topic: Mantis Integration with SVN
Replies: 4
Views: 8622

Mantis Integration with SVN

Can anyone help me with integration of Mantis with SVN?