Search found 1586 matches

by cas
26 Jan 2021, 10:33
Forum: General Plugin Discussion
Topic: OWA plugin available
Replies: 9
Views: 24597

Re: OWA plugin available

I cannot reproduce the error but try setting the location without "c:", so like /xampp/htdocs/owa/
by cas
26 Jan 2021, 08:16
Forum: Help
Topic: get e-mail notification upon account lockout
Replies: 1
Views: 1166

Re: get e-mail notification upon account lockout

Not available out of the box, you would need to create a plugin for that :D
by cas
26 Jan 2021, 08:05
Forum: Help
Topic: Assign bug on resolved.
Replies: 1
Views: 1294

Re: Assign bug on resolved.

In principle the reporter would be notified upon status change. So when it gets the status Resolved, the reporter can verify and report back.
In addition, you could add a status called "confirm resolution" but that would require some more tweaking (see the manual) :mrgreen:
by cas
22 Jan 2021, 08:23
Forum: Help
Topic: Upgrade fails due to already existing table
Replies: 8
Views: 2638

Re: Upgrade fails due to already existing table

God to hear it worked.
You will know for sure at the time of the next upgrade but I think you are fine :mrgreen:
by cas
19 Jan 2021, 17:04
Forum: General Discussion
Topic: MantisBT 2.24.4 Status Notifications
Replies: 3
Views: 3119

Re: MantisBT 2.24.4 Status Notifications

you are correct! :D
by cas
19 Jan 2021, 17:03
Forum: EmailReporting
Topic: Not to Create Ticket from Email
Replies: 6
Views: 4932

Re: Not to Create Ticket from Email

not sure but you can set "no auto create users" and set fallback to to generic reporter "off". Perhaps then no ticket is created.
by cas
19 Jan 2021, 12:46
Forum: EmailReporting
Topic: Not to Create Ticket from Email
Replies: 6
Views: 4932

Re: Not to Create Ticket from Email

Please read the documentation that comes with the plugin.
The user does not need to be registered if you configure the plugin that way :D
by cas
19 Jan 2021, 10:41
Forum: Help
Topic: Upgrade fails due to already existing table
Replies: 8
Views: 2638

Re: Upgrade fails due to already existing table

The only thing i would try, since you cannot access the database but you can access the scripts, is the following: - open admin/schema.php (make a backup of this first!!!) - look for "Schema version: 200 ", and you will find the following code : $g_upgrade[200] = array('CreateTableSQL', ar...
by cas
19 Jan 2021, 09:42
Forum: Help
Topic: Upgrade fails due to already existing table
Replies: 8
Views: 2638

Re: Upgrade fails due to already existing table

S you followed the admin guide to do the upgrade?
It looks like a fresh install is happening on an existing database :o
You should copy config/config_inc.php from the old installation to the new one.
Only then Mantis will know it is an existing installation and perform the update steps
by cas
19 Jan 2021, 09:35
Forum: Help
Topic: Edit date and view per month
Replies: 5
Views: 1881

Re: Edit date and view per month

Looking @ the naming convention, I would put my money on:
mtsg_bug_mantis
Check this table and field "date_submitted" will most likely be there
by cas
19 Jan 2021, 09:33
Forum: General Discussion
Topic: MantisBT 2.24.4 Status Notifications
Replies: 3
Views: 3119

Re: MantisBT 2.24.4 Status Notifications

For Resolved there are definitely email options, checkout this page inside your installation:
manage_config_email_page.php

Acknowledge is not there 8O
by cas
19 Jan 2021, 09:29
Forum: General Plugin Discussion
Topic: Calendar Plugin shows Error when trying to go back to events for previous weeks
Replies: 7
Views: 34032

Re: Calendar Plugin shows Error when trying to go back to events for previous weeks

I do not get the error but that is because of my error settings. I do see your issue. If I select Back for the third time, i have no dates anymore due to the problem in the script. The problem arises if going back in time, you end up in the previous year so the issue only arises in January for going...
by cas
18 Jan 2021, 17:13
Forum: Help
Topic: Edit date and view per month
Replies: 5
Views: 1881

Re: Edit date and view per month

It is the field bug_submitted in the bug_table, be aware it is stored as unix timestamp :mrgreen:
by cas
18 Jan 2021, 12:26
Forum: Help
Topic: Upgrade fails due to already existing table
Replies: 8
Views: 2638

Re: Upgrade fails due to already existing table

I have no clue why it happens but here is an option to deal with this. Rename this table to another value using phpmyadmin ( or similar tool). Run the upgrade process again and see if it finishes. If so, you can copy the contents of the renamed table into the newly created table. All done, everybody...