Search found 78 matches

by jkpalmer52
08 May 2014, 18:05
Forum: Help
Topic: Print Report questions
Replies: 1
Views: 3212

Print Report questions

I have recently upgraded to 1.2.17 from 1.1.2. I noticed that when I select "Print Reports" from the View Issues page, I no longer see the ability to "print" to an Excel file. This feature was available in version 1.1.2 and when I printed to an excel file, this process also print...
by jkpalmer52
07 May 2014, 20:07
Forum: Help
Topic: Difficulty with emailing.
Replies: 3
Views: 4084

Re: Difficulty with emailing.

I have modified the code as you have described: if( php_sapi_name() != 'cli' ) { echo "send_emails.php is not allowed to run through the webserver.\n"; echo php_sapi_name(); <----New line exit( 1 ); When I execute the statement from CLI, the value that is returned from the echo that I adde...
by jkpalmer52
07 May 2014, 18:30
Forum: Help
Topic: Difficulty with emailing.
Replies: 3
Views: 4084

Difficulty with emailing.

Running Mantis on a shared server 1AND1 is my provider Formerly - On MantisBT 1.1.2 - I used to be able to send email via CRONJOB using the following command: php mantissave/core/send_emails.php; This process worked flawlessly I've recently migrated to MantisBT 1.2.17 and copied my config_inc.php fr...
by jkpalmer52
05 May 2014, 17:09
Forum: Help
Topic: Two "Apply Filter" sections
Replies: 2
Views: 3414

Re: Two "Apply Filter" sections

Clearing the cache resolved the problem.

Thanks.
by jkpalmer52
05 May 2014, 13:28
Forum: Help
Topic: Custom Date field in View Issues list
Replies: 3
Views: 4470

Re: Custom Date field in View Issues list

Forgot to use the "custom_" prefix to the field name.

Working now.

Jim P.
by jkpalmer52
05 May 2014, 13:19
Forum: Help
Topic: Migration assistance
Replies: 2
Views: 3262

Re: Migration assistance

Working now. I had a bad value on my config.....

Thanks...

Jim P.
by jkpalmer52
05 May 2014, 12:47
Forum: Help
Topic: Custom Date field in View Issues list
Replies: 3
Views: 4470

Re: Custom Date field in View Issues list

I have upgraded my Mantis installation to 1.2.17. All is good except for one minor issue. I have a custom field (type is Date), and the field is named "Sent". I have updated my config_inc.php file as follows: $g_view_issues_page_columns = array ( 'selection', 'edit', 'priority', 'id', 'bug...
by jkpalmer52
05 May 2014, 12:12
Forum: Help
Topic: Two "Apply Filter" sections
Replies: 2
Views: 3414

Two "Apply Filter" sections

Just migrated from 1.1.2 to 1.2.17 When using IE10 browser - When I select View Issues, the display shows two areas (see attachment) for setting and entering values for Filters. The behavior is fine when using Firefox and Chrome. Is there a config_inc value that I have carried from a previous versio...
by jkpalmer52
03 May 2014, 11:56
Forum: Help
Topic: Migration assistance
Replies: 2
Views: 3262

Migration assistance

I am trying to migrate from 1.1.2 to 1.2.17 on a hosted server. I have successfully migrated everything, i.e. I've run the installation but the files that are associated to my issues are not appearing in my new installation. My database appears to be "spot on". My folder structures also ar...
by jkpalmer52
01 May 2014, 14:20
Forum: Help
Topic: Custom Date field in View Issues list
Replies: 3
Views: 4470

Custom Date field in View Issues list

I am using Mantis v. 1.1.2. I know I should update/upgrade, but just haven't found the time. I have added a custom field (type is date) named "CommDate" to the application. The primary users would like to add a column to display this custom field on the View Issues page. I beileve that I f...
by jkpalmer52
03 Mar 2012, 15:28
Forum: General Discussion
Topic: Using ONE ID
Replies: 0
Views: 2673

Using ONE ID

There is a new "product" due to be released call OneID.

Wondering if anyone has seen technical details about this and if it can be "incorporated" into Mantis?

-JP
by jkpalmer52
16 Dec 2011, 12:21
Forum: Help
Topic: Duplicate emails being sent after adding subproject
Replies: 1
Views: 2524

Duplicate emails being sent after adding subproject

Using Mantis 1.1.2 We were using mantis with a single project and email notifications were working perfectly. Recently, it was decided to add a sub-project to the master project and now every email notification is sent twice to each user. Removing the sub project and all issues is not desired - too ...
by jkpalmer52
14 Dec 2011, 23:42
Forum: General Discussion
Topic: Duplicate emails being sent
Replies: 0
Views: 2338

Duplicate emails being sent

Using Mantis 1.1.2

We were using mantis with a single project and email notifications were working perfectly.

Someone decided to add a sub-project to the master project and now every email notification is sent twice to each user.

Any idea how I can eliminate the duplicates?

TIA - JP
by jkpalmer52
20 Apr 2011, 22:39
Forum: Help
Topic: Reproducibility - Required on Simple Report
Replies: 0
Views: 2248

Reproducibility - Required on Simple Report

Running Mantis Version - 1.1.2 I currently have a setting in my config_inc.php as - $g_show_report = SIMPLE_ONLY; I would like to retain this setting with two exceptions - that being that I'd like to have the "Reproducibility" field enabled and I'd also like to make the field required. Is ...
by jkpalmer52
09 Apr 2011, 14:25
Forum: Help
Topic: $g_bug_view_page_fields and field names
Replies: 1
Views: 2673

$g_bug_view_page_fields and field names

v 1.1.2 A few questions - Is there a list of the valid field names that I can use in setting my "$g_bug_view_page_fields array"? If I want to show the Target Version and Fixed In Version, is all I need to do is add 'target_version', 'fixed_in_version', to the array and then make sure that ...