Search found 10 matches

by doug_stevens
09 Jun 2017, 16:46
Forum: General Discussion
Topic: How to add a project in "Manage Projects"?
Replies: 7
Views: 12360

Re: How to add a project in "Manage Projects"?

I finally got around to analyzing the code. I was running as myself, and the page showed me as "Logged in as: xxxxx (Xxxx Xxxxxxx - administrator)". In manage_proj_page.php, the code adds the button only if the user's global access level is create_project_threshold or higher. The var $g_cr...
by doug_stevens
06 Jul 2016, 20:44
Forum: General Discussion
Topic: Gateway timeouts (error 504)
Replies: 5
Views: 8739

Re: Gateway timeouts (error 504)

I turned out to be a slowdown in sendmail. Once I disabled outgoing mail from mantis, the timeout disappeared.

Now all I need to do is debug sendmail ;-)
by doug_stevens
30 Jun 2016, 23:05
Forum: General Discussion
Topic: Gateway timeouts (error 504)
Replies: 5
Views: 8739

Gateway timeouts (error 504)

I'm running the configuration shown below. About two weeks ago (~2016-06-16), we started encountering "504 Gateway Time-out" whenever we submit a modification on an issue. Could anyone recommend an approach to debugging this issue? All of the changes for each modification appear to make it...
by doug_stevens
04 Mar 2016, 18:30
Forum: General Discussion
Topic: mail: use smtp under another user?
Replies: 2
Views: 4124

Re: mail: use smtp under another user?

Or could someone point me to the section of the mantis code that sends mail? Then I can modify it to add the "su bob" operation.
by doug_stevens
03 Mar 2016, 18:48
Forum: General Discussion
Topic: mail: use smtp under another user?
Replies: 2
Views: 4124

mail: use smtp under another user?

I just installed mantis in Ubuntu 14.04.4 LTS, and everything is working very nicely except email (I'm running as admin until I can get that going). The registration emails have been sent by mantis, as user www-data, but these are piled up in /var/spool/postfix/deferred. "postqueue -p" rep...
by doug_stevens
07 Dec 2015, 17:19
Forum: General Discussion
Topic: How can I tell what mantis version I'm running ?
Replies: 9
Views: 33535

Re:

The link below shows as not found, but this looks likely:
upgrad https://www.mantisbt.org/manual/admin.i ... grade.html
ed wrote:Have a look in the folder mantis\doc for the ChangeLog.

Upgrade instructions here:

http://www.mantisbt.org/manual/manual.i ... rading.php
by doug_stevens
07 Dec 2015, 17:14
Forum: General Discussion
Topic: How can I tell what mantis version I'm running ?
Replies: 9
Views: 33535

Re: How can I tell what mantis version I'm running ?

Or use:

grep MANTIS_VERSION ./core/constant_inc.php

Example (in bash shell):

Code: Select all

> grep MANTIS_VERSION ./core/constant_inc.php
define( 'MANTIS_VERSION', '1.2.17' );
by doug_stevens
15 Jul 2015, 19:15
Forum: General Discussion
Topic: How to add a project in "Manage Projects"?
Replies: 7
Views: 12360

Re: How to add a project in "Manage Projects"?

atrol wrote:What is displayed on the top of the page? You should see something like "Logged in as YourName YourAccessLevel"
It shows as
Logged in as: <my user name> (<my real name> - administrator)
by doug_stevens
15 Jul 2015, 05:44
Forum: General Discussion
Topic: How to add a project in "Manage Projects"?
Replies: 7
Views: 12360

Re: How to add a project in "Manage Projects"?

atrol wrote:You must be logged in as a user with administrator privileges to be able to create projects.
manage_proj_edit_page.php shows "Access Level" as "Administrator" for my user name.
by doug_stevens
10 Jul 2015, 16:52
Forum: General Discussion
Topic: How to add a project in "Manage Projects"?
Replies: 7
Views: 12360

How to add a project in "Manage Projects"?

I need to add another project to my mantis setup, but the "Manage Projects" screen differs from what's shown in https://maestrano.com/knowledge_center/pages/34-mantis-bt-tutorial-get-started "4 - Creating and Managing projects and categories in Mantis" Specifically, the "Cre...