Page 1 of 1

newbie question, i think..

Posted: 30 Apr 2007, 23:43
by dhecker
Hello -

Everything was working fine with my mantis installation, which is almost completely unaltered. I was checking out the admin area and I must have changed something because now when I assign an issue the issue doesn't automatically get changed to the assigned state, like it used to!

I can't figure out what I did! Any help? Also, I think I removed the version # from my footer and now I can't tell what version I'm on :) - how do I get it back?

thanks!! - Dave

Posted: 02 May 2007, 16:06
by dhecker
Any help here? I know this is probably pretty basic, but it's driving me crazy! :)

Posted: 02 May 2007, 23:29
by ed
If your installation is 'almost completely unaltered' the easiest thing would be to reinstall mantis.

The catch will be if you need to run the upgrade script, which is likely, and you'll need to know your current version. There should be a $g_mantis_version in config_defaults_inc.php

Posted: 03 May 2007, 05:31
by vboctor
Did you change the value of the following configuration option?

Code: Select all

	# Automatically set status to ASSIGNED whenever a bug is assigned to a person.
	# This is useful for installations where assigned status is to be used when
	# the bug is in progress, rather than just put in a person's queue.
	$g_auto_set_status_to_assigned	= ON;

Posted: 19 May 2007, 15:00
by dhecker
Hello-

Thanks for your reply. My version is 1.0.0a3. I checked the setting for auto_set... and it's set to YES. I can't figure this out!

Maybe I'll just try the upgrade!

thanks, Dave