Search found 8378 matches

by atrol
29 Jan 2010, 10:43
Forum: Help
Topic: Monitoring more users for a bug
Replies: 1
Views: 1743

Re: Monitoring more users for a bug

Use the "Send a reminder" function. This will add the selected users to the monitor list
by atrol
29 Jan 2010, 10:29
Forum: General Discussion
Topic: Email Notification for VIEWER access level
Replies: 4
Views: 3811

Re: Email Notification for VIEWER access level

hae a look at the documenation, search for $g_default_notify_flags and $g_notify_flags
by atrol
29 Jan 2010, 10:19
Forum: Help
Topic: mantisbt-1.2.0rc2 without phpMailer?
Replies: 6
Views: 5298

Re: mantisbt-1.2.0rc2 without phpMailer?

Did you read the chapter Configuration->Email of the Administrator Guide
There you can find the description of configuratiog parameters like for example
$g_phpMailer_method, $g_smtp_host, $g_smtp_port, $g_smtp_connection_mode, $g_smtp_username, $g_smtp_password
by atrol
29 Jan 2010, 08:17
Forum: Help
Topic: Date Range on Custom Field
Replies: 2
Views: 2095

Re: Date Range on Custom Field

http://www.mantisbt.org/forums/viewtopic.php?f=3&t=7036

Did you notice the search button of the forum? :wink:
by atrol
29 Jan 2010, 08:13
Forum: General Discussion
Topic: Email Notification for VIEWER access level
Replies: 4
Views: 3811

Re: Email Notification for VIEWER access level

this is not possible with "normal" customization, you would have to tweak the code
by atrol
29 Jan 2010, 08:11
Forum: General Discussion
Topic: Changing Project Documentation Upload Permission
Replies: 4
Views: 4736

Re: Changing Project Documentation Upload Permission

1> Is there any such option where in they can even delete the doc for the project they are assigned in. AFAIK no 2> Can we group users for a project in a group and then create the config option for that particular group instead of all users as I did now. Currently what I can do is create the same r...
by atrol
28 Jan 2010, 17:05
Forum: Help
Topic: Date field too short
Replies: 1
Views: 1905

Re: Date field too short

by atrol
28 Jan 2010, 15:31
Forum: Help
Topic: Aspect problem when upgrading from 1.18 to 1.2.0rc2
Replies: 12
Views: 5752

Re: Aspect problem when upgrading from 1.18 to 1.2.0rc2

Now I am confused: Who made the entries in config_inc.php? This must have been yourself!? config_inc.php is created from scratch during installation and should contain only <?php $g_hostname = 'yourHost'; $g_db_type = 'yourDbtype; $g_database_name = 'youeDbName'; $g_db_username = 'yourUserName; $g_d...
by atrol
28 Jan 2010, 13:26
Forum: Help
Topic: Mantis stops being accessible randomly
Replies: 7
Views: 5248

Re: Mantis stops being accessible randomly

I don't think that there will be anyone who will take the time to have deeper look for this. Development is concentrating on 1.2. Maybe you should check out a 1.2 version, and if there is the same problem it might be an easy task to backport this to 1.1.x This is what one of the developers wrote at ...
by atrol
28 Jan 2010, 13:14
Forum: Help
Topic: mantis working at first instance only until restart apache
Replies: 8
Views: 6182

Re: mantis working at first instance only until restart apache

there is not enough information to give a real good advice,
my speculation: you are using PHP 5.3 , give a try to 5.2.x
by atrol
28 Jan 2010, 11:19
Forum: General Discussion
Topic: Changing Project Documentation Upload Permission
Replies: 4
Views: 4736

Re: Changing Project Documentation Upload Permission

I didn't check myself whether this is working, but try using the configuration page instead of changing config_defaults.php (Manage -> Manage Configuration -> Configuration Report)
Set upload_project_file_threshold to value 55 for the projects you want, select "All users"
by atrol
28 Jan 2010, 10:26
Forum: Help
Topic: Aspect problem when upgrading from 1.18 to 1.2.0rc2
Replies: 12
Views: 5752

Re: Aspect problem when upgrading from 1.18 to 1.2.0rc2

Fine that you have a solution, but the reason for the problem must be a bug in MantisBT or one of the other components used with it. The output of a small PHP script with nothing more than <?php phpinfo(); ?> will help to find the real problem. Especially the part of the output near "PHP Variab...
by atrol
28 Jan 2010, 09:41
Forum: Help
Topic: Aspect problem when upgrading from 1.18 to 1.2.0rc2
Replies: 12
Views: 5752

Re: Aspect problem when upgrading from 1.18 to 1.2.0rc2

maybe some prints in config_defaults_inc.php will lead you to the real problem.
Check the places where $t_path is set
by atrol
28 Jan 2010, 09:34
Forum: Help
Topic: Aspect problem when upgrading from 1.18 to 1.2.0rc2
Replies: 12
Views: 5752

Re: Aspect problem when upgrading from 1.18 to 1.2.0rc2

Did you change
$g_css_include_file or $g_css_rtl_include_file ?