Search found 8375 matches

by atrol
06 Sep 2010, 14:15
Forum: Customizations
Topic: How to enable Steps to Reproduce section for Developer login
Replies: 7
Views: 5240

Re: How to enable Steps to Reproduce section for Developer l

Use "Advanced View" to see "Steps to Reproduce"
by atrol
06 Sep 2010, 10:47
Forum: Customizations
Topic: How to enable Steps to Reproduce section for Developer login
Replies: 7
Views: 5240

Re: How to enable Steps to Reproduce section for Developer l

utkarsh wrote:View Issue page "view.php".
This confuses me: The "View Issues" page is "view_all_bug_page.php"
Which one do you mean?
by atrol
06 Sep 2010, 08:19
Forum: Customizations
Topic: How to enable Steps to Reproduce section for Developer login
Replies: 7
Views: 5240

Re: How to enable Steps to Reproduce section for Developer l

Which version of MantisBT do you use?
On which page do you expect to see "Steps to Reproduce"?
by atrol
04 Sep 2010, 19:09
Forum: Help
Topic: Fatal Error with freshly uploaded MantisBT 1.2.2
Replies: 2
Views: 1965

Re: Fatal Error with freshly uploaded MantisBT 1.2.2

A quick and dirty solution might be as follows Change line 615 of core/html_api.php from echo sprintf( lang_get( 'memory_usage_in_kb' ), number_format( memory_get_peak_usage() / 1024 ) ), '<br />'; to echo sprintf( lang_get( 'memory_usage_in_kb' ), number_format( memory_get_usage() / 1024 ) ), '<br ...
by atrol
03 Sep 2010, 09:52
Forum: Help
Topic: mantis cannot send user activation e-mail
Replies: 2
Views: 2109

Re: mantis cannot send user activation e-mail

Search for "mail" in this forum to find a lot of e-mail related problems
by atrol
03 Sep 2010, 06:41
Forum: Help
Topic: I cant see my view page detail
Replies: 10
Views: 4271

Re: I cant see my view page detail

there was a file from the older version of mantis that somehow got transfered into the new version Thanks for feedback Seems that this was not the way of your upgrade http://www.mantisbt.org/forums/viewtopic.php?f=3&t=11622&p=30907#p30907 There are users which just copy newer versions over ...
by atrol
03 Sep 2010, 06:27
Forum: Help
Topic: Emails: the "#" is translated into a link
Replies: 3
Views: 2184

Re: Emails: the "#" is translated into a link

Choose "Manage" -> "Manage Plugins"
Click on "MantisBT Formatting"
Set "MantisBT Links ( Issue/Issuenote )" to "Off"
by atrol
02 Sep 2010, 15:34
Forum: Help
Topic: Anonymous spam
Replies: 2
Views: 1451

Re: Anonymous spam

What about adding a custom enumeration field without a default value?
by atrol
02 Sep 2010, 15:23
Forum: Help
Topic: Emails: the "#" is translated into a link
Replies: 3
Views: 2184

Re: Emails: the "#" is translated into a link

Which version of MantisBT do you use?
by atrol
02 Sep 2010, 07:28
Forum: Help
Topic: I cant see my view page detail
Replies: 10
Views: 4271

Re: I cant see my view page detail

You should provide a step by step instruction what you did exactly after the end of a fresh installation.
by atrol
01 Sep 2010, 19:20
Forum: Help
Topic: Upgrade from 1.1.8 to 1.2.2 not so good
Replies: 6
Views: 9294

Re: Upgrade from 1.1.8 to 1.2.2 not so good

The Database_version field in the config file was not there from the 1.1.8 version. Therefore the install.php would think it's a new installation. This is not right, the upgrade process looks in db for database version $g_database_version = '1.1.9'; Database version and MantisBT version are to sepe...
by atrol
01 Sep 2010, 18:51
Forum: Help
Topic: Mantis 1.2.2 upgrade issues! Need help!
Replies: 14
Views: 10290

Re: Mantis 1.2.2 upgrade issues! Need help!

Thanks for giving feedback,
this was a bit confusing for me
by atrol
31 Aug 2010, 22:06
Forum: Help
Topic: Mantis 1.2.2 upgrade issues! Need help!
Replies: 14
Views: 10290

Re: Mantis 1.2.2 upgrade issues! Need help!

Which means that this must be happening to everyone, right? Not right, as I wrote: My test update was OK ALTER TABLE mantis_bug_table CHANGE COLUMN date_submitted_int date_submitted INTEGER UNSIGNED NOT NULL DEFAULT 1; Where did you find this statement? I find the following code, which seems to be ...
by atrol
30 Aug 2010, 18:33
Forum: Help
Topic: Mantis 1.2.2 upgrade issues! Need help!
Replies: 14
Views: 10290

Re: Mantis 1.2.2 upgrade issues! Need help!

I made a test upgrade of one of my installations from 1.1.6 to 1.2.2 and don't see this problem.
Do you use PostgreSQL?
There is a known bug for this http://www.mantisbt.org/bugs/view.php?id=9088
by atrol
30 Aug 2010, 17:05
Forum: General Discussion
Topic: Why Mantis is so slow overall?
Replies: 1
Views: 2590

Re: Why Mantis is so slow overall?

Seems that you use IIS?
I am no specialist for this, but comparing CGI and ISAPI to run PHP is worth a try