Search found 3 matches

by stattersall
14 Oct 2010, 12:19
Forum: General Discussion
Topic: upgrading from mantis 1.2.0 -> 1.2.3
Replies: 1
Views: 2871

upgrading from mantis 1.2.0 -> 1.2.3

I noticed the old manual/ pages and documentation for up to version x1.1 included instructions of how to upgrade to later versions of mantis. The 1.2.x documentation doesn't include this there is only new install or uninstall.

Can someone advise or point me to instructions to upgrading from 1.2.0 ...
by stattersall
11 Mar 2010, 16:44
Forum: Help
Topic: [Resolved] Issue details not visible in Mantis 1.2.0
Replies: 2
Views: 2661

Re: [Resolved] Issue details not visible in Mantis 1.2.0

I understand below is the resolution to fix the problem of issues not visible in Mantis 1.2.0

$g_bug_view_page_fields = array (
'id',
'project',
'category_id',
'view_state',
'date_submitted',
'last_updated',
'reporter',
'handler',
'priority',
'severity',
'reproducibility',
'status ...
by stattersall
16 Feb 2010, 15:59
Forum: Help
Topic: Mantis upgrade/import errors
Replies: 1
Views: 2469

Mantis upgrade/import errors

Hi I have exported my mantis database from a server running the following:

os: red hat enterprise es 3
mysql 5.1.22-rc (red-linux-gnu)
PHP 5.2.9
mantis 1.0.8

mysqldump -u root -p mantis > mantisbkp.sql

and I have been running across issues when trying to import the database onto another server ...