Tools‎ > ‎

Mantis

The gadget spec URL could not be found
The gadget spec URL could not be found
Mantis is a PHP bug tracker, quick to setup and easy to use

See

And

Issues

If sending email is not working, change to sendmail (worked for me)

In config_defaults_inc.php, change
$g_phpMailer_method = PHPMAILER_METHOD_MAIL;

To
$g_phpMailer_method = PHPMAILER_METHOD_SENDMAIL;


Comments