Search found 8378 matches

by atrol
08 Aug 2010, 15:20
Forum: Customizations
Topic: Help to a newbee
Replies: 5
Views: 4553

Re: Help to a newbee

With current version of MantisBT this can't be done with customization.
You would have to change source code in file bug_report_page.php
There is a plan that MantisBT will support this feature in future versions.
by atrol
08 Aug 2010, 15:08
Forum: Help
Topic: Gmail works!
Replies: 12
Views: 32553

Re: Gmail works!

mzainal wrote:in /htdocs/mantis-1.0.7/config_inc.php
Seems that this was not available in older versions of MantisBT
You should update to a newer version.

You could also try to use the value 2 instead of PHPMAILER_METHOD_SMTP
by atrol
08 Aug 2010, 14:59
Forum: Help
Topic: Times are incorrect
Replies: 7
Views: 3041

Re: Times are incorrect

Mantis 1.1.0rc2. You should update to version 1.1.8 which is the latest stable version of MantisBT 1.1.x RC's should not be used for production. But to be honest, I don't think this will solve your problem. At least I did not find any resolved bug related to this special problem. Nethertheless you ...
by atrol
08 Aug 2010, 14:51
Forum: Customizations
Topic: customise bug id
Replies: 12
Views: 18786

Re: customise bug id

Of course this is possible but not with just some customization
Why?
Read this
http://www.mantisbt.org/forums/viewtopic.php?f=4&t=4899
http://www.mantisbt.org/forums/viewtopi ... =4&t=11130

Maybe you should just use a custom field to enter the ID's from your Excel sheet.
by atrol
06 Aug 2010, 16:15
Forum: Customizations
Topic: add a new MENU option link
Replies: 16
Views: 19882

Re: add a new MENU option link

well i was looking on mantisbt main page and all the plugin were in .pkg files The MantisBT main page is http://www.mantisbt.org MantisBT does not use any pkg files. I am pretty sure you are talking about 3rd party plugins. They are devloped by user deboutv in this forum. His plugins are not workin...
by atrol
06 Aug 2010, 06:57
Forum: Help
Topic: Gmail works!
Replies: 12
Views: 32553

Re: Gmail works!

mzainal wrote:Which file do i need to change this?
config_inc.php
by atrol
06 Aug 2010, 06:53
Forum: Help
Topic: Times are incorrect
Replies: 7
Views: 3041

Re: Times are incorrect

I am not able to reproduce this in my 1.1 installation.
Do you use 1.1.8?
jtaylor wrote: Mantis 1.1
PHP 5.3.1
MantisBT 1.1. does not support PHP 5.3
If you want tp use PHP 5.3 at own risk you should update to newer version PHP 5.3.3
by atrol
06 Aug 2010, 06:39
Forum: General Discussion
Topic: Migrate from 1.1.6 to 1.2.2
Replies: 1
Views: 1904

Re: Migrate from 1.1.6 to 1.2.2

read file doc/INSTALL of MantisBT 1.2.2 how to update
by atrol
06 Aug 2010, 06:28
Forum: Help
Topic: Mantis 1.2.1 integrated with SVN issue
Replies: 1
Views: 2019

Re: Mantis 1.2.1 integrated with SVN issue

If you want to have the best help you can get related to source control integration you should mail to the MantisBT developer mailing list or use IRC and try to contact user nuclear_eclipse
by atrol
05 Aug 2010, 20:42
Forum: General Discussion
Topic: [Resolved] E-mail on New
Replies: 2
Views: 2421

Re: E-mail on New

Use Manage -> Manage Configurations -> E-mail Notifications
in row "Status changes to 'new'" activate the checkboxes in columns "Access Levels" for the levels you want te be notified
by atrol
04 Aug 2010, 18:24
Forum: General Discussion
Topic: Invalid Security Token timeout with delayed note submit
Replies: 2
Views: 14791

Re: Invalid Security Token timeout with delayed note submit

You can disable session validation by adding the following line to file config_inc.php

Code: Select all

$g_session_validation = OFF;
And yes, this is a potential security risk
There are also PHP settings (php.ini) which influence sessions timeout. I am no expert for this, please check the PHP documentation
by atrol
04 Aug 2010, 18:15
Forum: Help
Topic: Timestamp Issue
Replies: 3
Views: 2801

Re: Timestamp Issue

And due to this date is coming in correct at display side Which date we are talking about? All or "Date submitted", "last Update", date entries in history, dates of notes? Are the dates also wrong when entering new issues or only the dates of issues which where entered with olde...
by atrol
04 Aug 2010, 18:03
Forum: Help
Topic: Wrong PHP error message?
Replies: 2
Views: 1380

Re: Wrong PHP error message?

I am pretty sure that there is more than one version of PHP installed on your machine.
Did you test your version with an own little PHP script running under webserver?
by atrol
04 Aug 2010, 06:47
Forum: Help
Topic: Timestamp Issue
Replies: 3
Views: 2801

Re: Timestamp Issue

As i am using whole my old database with newer version files, I don't understand this sentence. You can't use new MantisBT 1.2.2 PHP files (is this what you mean with newer version files) with an older database (maybe 1.1.x?) because there are changs in database schema (not just the changes in date...