Search found 349 matches

by mushu
02 Oct 2017, 15:10
Forum: Help
Topic: blank screen after update to 2.6.0 from 2.5.1
Replies: 12
Views: 12718

Re: blank screen after update to 2.6.0 from 2.5.1

Ugh. Please remove my mushu999 account that was erroneously created a while ago, or tell me how to delete it myself. I posted my reply using that account, thus the moderator approval required. Bleh.
by mushu
29 Sep 2017, 16:54
Forum: Help
Topic: blank screen after update to 2.6.0 from 2.5.1
Replies: 12
Views: 12718

blank screen after update to 2.6.0 from 2.5.1

Windows Server 2012 R2 mantis 2.6.0 PHP 5.5 MySQL I had to upgrade PHP from 5.3 to 5.5 because of that "guzzle" error thingy, which I did using the web installer in IIS console. Then unpacked the new version of Mantis into a new directory. It went through the install perfectly as far as I ...
by mushu
17 Aug 2017, 19:04
Forum: Help
Topic: error upgrading 1.3.5 to 2.5.1
Replies: 1
Views: 2311

Re: error upgrading 1.3.5 to 2.5.1

So, I renamed the old config file I copied over, then proceeded with the "upgrade" which acted, of course, like a new install. Now I will go through and edit the config files and update all of the new settings to my old settings. I had to use the existing database settings but it seemed to...
by mushu
17 Aug 2017, 17:43
Forum: Help
Topic: error upgrading 1.3.5 to 2.5.1
Replies: 1
Views: 2311

error upgrading 1.3.5 to 2.5.1

Windows Server 2012 R2 PHP 5.3.28 (cli) (built: Dec 10 2013 22:06:17) Mantis 2.5.1 (trying to install/upgrade) Following the upgrade instructions at http://www.mantisbt.org/docs/master/en-US/Admin_Guide/html-desktop/#admin.install.upgrade and running into a problem. It says to copy the config_inc.ph...
by mushu
28 May 2017, 01:19
Forum: Help
Topic: (1/2) only Manager access gets Type error if not assigned
Replies: 3
Views: 4230

Re: (1/2) only Manager access gets Type error if not assigne

More info. If I opened it by clicking on the issue ID it would error like before, but if I clicked the edit button (little pencil) it would open the edit page just fine. From there I was able to assign it back to myself. Now I can open it just fine. So it seems like the edit page is working fine, it...
by mushu
25 May 2017, 19:22
Forum: Help
Topic: (1/2) only Manager access gets Type error if not assigned
Replies: 3
Views: 4230

Re: (1/2) only Manager access gets Type error if not assigne

Good grief. Sorry, forgot the most important screenshot, the error itself (attached):
by mushu
25 May 2017, 19:19
Forum: Help
Topic: (1/2) only Manager access gets Type error if not assigned
Replies: 3
Views: 4230

Re: (1/2) only Manager access gets Type error if not assigne

(2/2) final two screenshots attached.
by mushu
25 May 2017, 19:07
Forum: Help
Topic: (1/2) only Manager access gets Type error if not assigned
Replies: 3
Views: 4230

(1/2) only Manager access gets Type error if not assigned

Mantis ver 1.3.5
MySQL database.

When assign someone as Manager they are unable to view any issues that are not already assigned to them. Yet all other access levels work correctly. See 3/5 screenshots attached.
by mushu
01 Mar 2017, 22:03
Forum: Help
Topic: real name and e-mail not showing on user list
Replies: 5
Views: 6328

Re: real name and e-mail not showing on user list

I made the following code changes to manage_user_page.php and it gives me what I want: <td><?php echo string_display_line( user_get_realname( $u_id ) )?></td><!-- < ?php echo string_display_line( $u_realname ) ? > --> <td><?php print_email_link( user_get_email( $u_id ), user_get_email( $u_id ) ) ?><...
by mushu
01 Mar 2017, 20:58
Forum: Help
Topic: real name and e-mail not showing on user list
Replies: 5
Views: 6328

Re: real name and e-mail not showing on user list

Just wondering if the current version exhibits this behavior also? It seems strange that the admin manage user screen doesn't list the email address or real name of the users assigned by a project manager. When I click on the user name itself, the next screen shows the real full name and the email a...
by mushu
01 Mar 2017, 20:51
Forum: Help
Topic: Is there way to disable global category inheritance?
Replies: 1
Views: 2584

Is there way to disable global category inheritance?

MantisBT Version 1.3.5 PHP Version 5.6.24 We created a few global categories that are auto-inherited when a new Project is created. But the problem is that when a Reporter submits a bug into that Project, no one gets email notification because they use a global category, and we don't want a single p...
by mushu
26 Jan 2017, 20:03
Forum: Help
Topic: Active directory Authentication 1.2.12
Replies: 13
Views: 26037

Re: Active directory Authentication 1.2.12

Just to follow up, the actual problem was that the AD plugin was not actually installed according to Mantis (Manage Plugins screen). It needed to have it's code updated by increasing the Core version requirement. Once that was done the Install link appeared in the Mantis plugins screen, and after cl...
by mushu
18 Jan 2017, 22:28
Forum: Help
Topic: real name and e-mail not showing on user list
Replies: 5
Views: 6328

real name and e-mail not showing on user list

MantisBT Version 1.3.5 PHP Version 5.6.24 On a project we have assigned a Manager. That Manager has approved two users and gave one Reporter level and the other Updater level access. When I go in as Administrator and look at the Manage Users list, it does not show those two users' Real Name or E-mai...
by mushu
17 Jan 2017, 23:48
Forum: Help
Topic: how to have project dropdown update when link direct
Replies: 0
Views: 2581

how to have project dropdown update when link direct

MantisBT Version 1.3.5 PHP Version 5.6.24 I have tried to use both of these link URIs: [server]/view_all_bug_page.php?project_id=X [server]/set_project.php?ref=view_all_set.php&project_id=X but they do not update the project selection dropdown at the top of the page and this confuses people. Whi...