Search found 19 matches

by WWY
08 Nov 2024, 18:17
Forum: EmailReporting
Topic: Manage Email Reporting - Error #1502
Replies: 9
Views: 77090

Re: Manage Email Reporting - Error #1502

Thank you. All is right with the world again.
by WWY
16 Oct 2024, 19:58
Forum: EmailReporting
Topic: Manage Email Reporting - Error #1502
Replies: 9
Views: 77090

Re: Manage Email Reporting - Error #1502

Thanks for the update but I don't know what should be updated. If you're referring to the plugin, I go to https://github.com/mantisbt-plugins/EmailReporting but see no tag "0.11.0-DEV". Perhaps the tag hasn't been created yet?

Could you please clarify?
by WWY
14 Oct 2024, 20:00
Forum: EmailReporting
Topic: Manage Email Reporting - Error #1502
Replies: 9
Views: 77090

Re: Manage Email Reporting - Error #1502

Good news! Problem fixed.

Bad news. Clicking Manage Email Reporting then Manage Configuration Options (first tab) does not work. On page mantisbt/plugin.php?page=EmailReporting/manage_config it produces:

INTERNAL APPLICATION ERROR
Please use the "Back" button in your web browser...

To test, I ...
by WWY
04 Oct 2024, 13:38
Forum: EmailReporting
Topic: Manage Email Reporting - Error #1502
Replies: 9
Views: 77090

Manage Email Reporting - Error #1502

Logged in as admin, select Manage, Email Reporting and get the error in Subject line above.

MantisBT Version 2.27.0
Database Schema Version 213
PHP Verson 8.2.18
Database Version, Description 5.7.23

Worked OK in 2.26.4. I suspect something went awry in installation. I upgraded from 2.26.3 to 26.4 ...
by WWY
11 Apr 2024, 20:17
Forum: Help
Topic: Trouble setting $g_path
Replies: 5
Views: 7767

Re: Trouble setting $g_path

OMG! UBD (user brain dead) DON'T FORGET TO TERMINATE THE LINE WITH A SEMI-COLON. YA KNOW? LIKE EVERY OTHER LINE IN THE FILE!

Thanks all for the help. Apologies for the idiocy.
by WWY
05 Apr 2024, 12:47
Forum: Help
Topic: Trouble setting $g_path
Replies: 5
Views: 7767

Re: Trouble setting $g_path

Typo in the post, not the config file. I just looked 'cause god knows I've made my share of mistakes.
by WWY
04 Apr 2024, 18:48
Forum: Help
Topic: Trouble setting $g_path
Replies: 5
Views: 7767

Trouble setting $g_path

Since my recent upgrade I get the warning "Warning: "path" was not defined in config_inc.php." Found a discussion about it here:
https://mantisbt.org/forums/viewtopic.php?p=76293
But when I add $g_path='https://our_website/manitsbt/' in config/config_inc.php I get a blank page (doesn't render ...
by WWY
01 Nov 2023, 18:32
Forum: Help
Topic: Lists in Manage Columns are all disabled
Replies: 11
Views: 16240

Re: Lists in Manage Columns are all disabled

But wait! There's more!

Just upgraded to v2.25.8 and guess what. I can edit those fields now in the UI!
by WWY
30 Oct 2023, 16:18
Forum: Help
Topic: Lists in Manage Columns are all disabled
Replies: 11
Views: 16240

Re: Lists in Manage Columns are all disabled

cas, thank you very much for the guidance. If at first you don't succeed, use a bigger hammer! :) Putting the field list in config\config_inc.php works just fine.

And regarding Permissions, it's starting to dawn on me that since it's called Permissions Report , if you really need to change it, see ...
by WWY
30 Oct 2023, 13:38
Forum: Help
Topic: Lists in Manage Columns are all disabled
Replies: 11
Views: 16240

Re: Lists in Manage Columns are all disabled

The Columns text box does get a red border when I click in it but the text is not editable. I presume that I should be able to just edit the text, that there is no other editing UI.
by WWY
30 Oct 2023, 13:22
Forum: Help
Topic: Lists in Manage Columns are all disabled
Replies: 11
Views: 16240

Re: Lists in Manage Columns are all disabled

Logged in as administrator. The account is listed as a user on the Project page. The problem occurs no matter which project is selected. I've created screenshots showing the problem (I hope). The images do not show in "preview" for the forum so I've posted the link to Google Drive below what should ...
by WWY
29 Oct 2023, 19:04
Forum: Help
Topic: Lists in Manage Columns are all disabled
Replies: 11
Views: 16240

Re: Lists in Manage Columns are all disabled

Thanks for the reply but no dice. Set up a new admin account and both config sets are still disabled.
by WWY
27 Oct 2023, 18:57
Forum: Help
Topic: Lists in Manage Columns are all disabled
Replies: 11
Views: 16240

Lists in Manage Columns are all disabled

Version 2.25.7, self hosted.

From what I've read, you should be able to go to Manage > Manage Configuration > Manage Columns and edit the list text. But all of the fields there are disabled (look but don't touch). I am using the administrator account and can change most everything else.

Similarly ...
by WWY
27 Oct 2023, 15:28
Forum: EmailReporting
Topic: Do not send "welcome" emails on first submission
Replies: 3
Views: 16458

Re: Do not send "welcome" emails on first submission

Ah! But make that line the first in the function and EUREKA!

Problem solved. Thank you.
by WWY
26 Oct 2023, 20:20
Forum: EmailReporting
Topic: Do not send "welcome" emails on first submission
Replies: 3
Views: 16458

Re: Do not send "welcome" emails on first submission

Thanks for the quick reply. I didn't have my "notify me" setting so I'm late in responding.

"Plan B" is best since I don't want to turn off all emails. However, placing the "ERP_set_temporary_overwrite" immediately before

$t_reporter_id = user_get_id_by_email( $p_parsed_from[ 'email' ] );
(line ...