Search found 8378 matches

by atrol
31 Aug 2010, 22:06
Forum: Help
Topic: Mantis 1.2.2 upgrade issues! Need help!
Replies: 14
Views: 10297

Re: Mantis 1.2.2 upgrade issues! Need help!

Which means that this must be happening to everyone, right? Not right, as I wrote: My test update was OK ALTER TABLE mantis_bug_table CHANGE COLUMN date_submitted_int date_submitted INTEGER UNSIGNED NOT NULL DEFAULT 1; Where did you find this statement? I find the following code, which seems to be ...
by atrol
30 Aug 2010, 18:33
Forum: Help
Topic: Mantis 1.2.2 upgrade issues! Need help!
Replies: 14
Views: 10297

Re: Mantis 1.2.2 upgrade issues! Need help!

I made a test upgrade of one of my installations from 1.1.6 to 1.2.2 and don't see this problem.
Do you use PostgreSQL?
There is a known bug for this http://www.mantisbt.org/bugs/view.php?id=9088
by atrol
30 Aug 2010, 17:05
Forum: General Discussion
Topic: Why Mantis is so slow overall?
Replies: 1
Views: 2594

Re: Why Mantis is so slow overall?

Seems that you use IIS?
I am no specialist for this, but comparing CGI and ISAPI to run PHP is worth a try
by atrol
30 Aug 2010, 06:14
Forum: General Discussion
Topic: Upgrade Issue
Replies: 1
Views: 2170

Re: Upgrade Issue

mzainal wrote: What i worried is the structure of database. Is it same as version 1.0.7?
No it isn't the same.
But if you follow the upgrade instructions (for example read doc/INSTALL) the database structure will be migrated
by atrol
29 Aug 2010, 13:32
Forum: Help
Topic: Mantis FreeBSD 8.1
Replies: 1
Views: 2550

Re: Mantis FreeBSD 8.1

You should use the latest stable version of MantisBt which is 1.2.2 at the moment.
It makes not much sense to look for problems in your 1.2.0
by atrol
29 Aug 2010, 13:29
Forum: General Discussion
Topic: Nothing anymore in the roadmap
Replies: 10
Views: 6548

Re: Nothing anymore in the roadmap

joujoukinder wrote: So I have to correct the code on my own and what fir the issue to be corrected on the next version right ?
Yes
by atrol
28 Aug 2010, 12:51
Forum: Help
Topic: Mantis 1.2.2 upgrade issues! Need help!
Replies: 14
Views: 10297

Re: Mantis 1.2.2 upgrade issues! Need help!

nbarrocas wrote:Or do I have to wait for 1.2.3 with the fixed install.php?
The mentioned fix does not fix anything related to date fields
by atrol
28 Aug 2010, 12:45
Forum: General Discussion
Topic: Embedding images in bug notes?
Replies: 10
Views: 14034

Re: Embedding images in bug notes?

This feature is still on the todo list
http://www.mantisbt.org/bugs/view.php?id=10504
by atrol
28 Aug 2010, 12:37
Forum: General Discussion
Topic: Mantis and Oracle
Replies: 1
Views: 2748

Re: Mantis and Oracle

There is a database abstraction layer which is used by MantisBT (adodb) which does support Oracle.
So Oracle should work. But none of the core developers uses Oracle.
Seeing for example this http://www.mantisbt.org/bugs/view.php?id=12150 I think Oracle is not the best choice for MantisBT.
by atrol
28 Aug 2010, 12:31
Forum: Customizations
Topic: Add field Address and telephone in users
Replies: 1
Views: 2431

Re: Add field Address and telephone in users

This is a known feature request, but not implemented in current version.
Someone provided a patch for this, but this was for an older version of MantisBT
http://www.mantisbt.org/bugs/view.php?id=5278
by atrol
28 Aug 2010, 12:23
Forum: Help
Topic: 1.2.2 problems!
Replies: 1
Views: 1324

Re: 1.2.2 problems!

Seems that someone (you, your provider?) has disabled this function in php.ini with directive disable_functions
by atrol
28 Aug 2010, 12:10
Forum: Help
Topic: Updater cannot set version number if unreleased
Replies: 1
Views: 1731

Re: Updater cannot set version number if unreleased

add the following line to config_inc.php (or maybe UPDATER instead of REPORTER)

Code: Select all

$g_report_issues_for_unreleased_versions_threshold = REPORTER;