Installation of Mantisbt
Moderators: Developer, Contributor
Installation of Mantisbt
Hey guys, I'm currently embarking on a school project about Mantisbt. I'm not really familliar with it and I would like to know how to install Mantisbt after I have downloaded the file. Thanks! (: I'm using windows if that helps.
Re: Installation of Mantisbt
Okay, I just set up the administrator account signing in with administrator as my username nad root as my password according to the guice and according to the guide is says to create another account that is on the administrator level and then delete the administrator account. after i deleted the account i can no longer access mantisbt and even after i delete and redownloaded everything and did every step again, i still cant seem to do so. PLEASE HELP
Re: Installation of Mantisbt
Nope, what part of the congif do i have to change in order to get the email sent to the account? Thanks for the help!
Re: Installation of Mantisbt
There is the page <yourInstallation>/admin/test_email.php available which will help to find email related problems.
Maybe it's better to start without the email stuff, so you are able to create users without confirmation email.
To disable this feature, add the following line to the file config_inc.php
$g_enable_email_notification = OFF;
After having a running system, you can go on looking for the email problem.
Use the search function of the forum to get a first help for this.
To get help from others you should give more information about your environment.
Maybe it's better to start without the email stuff, so you are able to create users without confirmation email.
To disable this feature, add the following line to the file config_inc.php
$g_enable_email_notification = OFF;
After having a running system, you can go on looking for the email problem.
Use the search function of the forum to get a first help for this.
To get help from others you should give more information about your environment.