Search found 5 matches

by chrisw
01 Oct 2021, 18:31
Forum: General Discussion
Topic: SVN post-commit Integration failure
Replies: 0
Views: 23889

SVN post-commit Integration failure

I have an existing deployment of subversion and Mantis and the post-commit hooks in SVN work just fine with MantisBT.

I am migrating to a new server and both SVN and Mantis are functioning correctly. However, the post-commit hooks are not working with the ../scripts/checkin.php file.

Situation ...
by chrisw
30 Sep 2021, 03:26
Forum: General Discussion
Topic: Migration Failure
Replies: 1
Views: 3804

Re: Migration Failure

Resolved. Needed to install mbstring in PHP.
by chrisw
30 Sep 2021, 00:18
Forum: General Discussion
Topic: Migration Failure
Replies: 1
Views: 3804

Migration Failure

Hello all - we are migrating our mantisbt implementation to a new server. Both new and old servers are running the same PHP, Apache and MySQL version.

I copied the mantis directory to the new server
I copied the data to the new server
I modified the config_inc.php file with new passwords and ...
by chrisw
19 May 2017, 20:02
Forum: Help
Topic: Update to 2.4.0 lost status colors
Replies: 3
Views: 7328

Re: Update to 2.4.0 lost status colors

Update to previous post - I was using Chrome on MacOS, tried in Safari and it worked fine. Went back to Chrome and cleared cache and it worked fine.
by chrisw
19 May 2017, 19:57
Forum: Help
Topic: Update to 2.4.0 lost status colors
Replies: 3
Views: 7328

Re: Update to 2.4.0 lost status colors

I have the same issue and I upgraded from 1.2.15. Here are the color settings of my config_inc.php:
$g_status_colors = array( 'new' => '#FFC9C9', # red,
'feedback' => '#FFE6C9', #orange
'assigned' => '#FFF4C9', # yellow
'fixed and committed' => '#E0FFC9', # green
'deployed for validation ...