51Testing软件测试论坛

标题: mantis问题 [打印本页]

作者: xidu    时间: 2010-2-3 17:09
标题: mantis问题
mantis安装后之后,配置成功,能正常登陆,但是在配置邮箱时出错了。
在php.ini文件中查找SMTP,将SMTP = localhost改为你的发件服务器,如SMTP = smtp.sina.com.cn;查找sendmail_from,将前面的分号去掉,并在后面填上邮件地址:sendmail_from = (有效的邮件地址)。
在EasyPHP1-8\www\mantis_1.0.5\config_inc.php文件中添加
    $g_smtp_host='smtp.sina.com.cn';
    $g_smtp_username='帐号';
    $g_smtp_password='密码';
    $g_phpMailer_method =2;   

之后再登陆mantis就报:
Notice: Undefined index: 18 in c:\easyphp1-8\www\mantis\core\error_api.php on line 317
APPLICATION ERROR #18
请在你的浏览器中使用“后退”按钮来返回到上一页面,这样您可以找到发生了什么问题或者进行别的操作;您还可以点击导航栏中的选项直接跳转到一个新的区段。


请问这是什么原因?要怎么解决??
作者: 齐薄云天    时间: 2010-3-8 11:04
怎么不试试 Redmine呢,它不但功能强大,而且配置简单,易于使用。




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2