letsfun 发表于 2005-5-1 02:14:57

【急】使用Mantis上传文件时候出现的问题

原先使用低版本的Mantis时候,上传文件都可以。
今天升级Mantis 1.0.0a2 版本,上传文件时候出现:

APPLICATION ERROR #500
ERROR: File upload failed. This is likely because the filesize was larger than is currently allowed by this PHP installation.


config_inc.php文件里也设置了:
$g_allow_file_upload = ON;
$g_max_file_size = 2000000; # 2 MB
$g_file_upload_method = DATABASE;

请问是哪里配置错了?
郁闷死,都晚上2点多了。

letsfun 发表于 2005-5-1 23:45:07

Mantis 1.0.0a2 版本有BUG!!!
今天又折腾了一个晚上!版本回溯到Mantis 0.19.2 正常。
页: [1]
查看完整版本: 【急】使用Mantis上传文件时候出现的问题