Page 1 of 1

Upload file generated application error #0

Posted: 04 Oct 2006, 09:07
by blueray2048
Mantis version 1.0.5
Win2000/sp4 /apache 2.054 / php 5.1.6 / w zend optimizer / w eacceleator

Code: Select all

I have just installed it. It should be everything is fine. But just the upload not work as expected. I haven't change the config_defaults_inc.php and leave it as default. But modify the config_inc.php as following :

<?php
	$g_hostname = 'localhost';
	$g_db_type = 'mysqli';
	$g_database_name = 'bugtracker';
	$g_db_username = 'admin';
	$g_db_password = '';
	$g_allow_file_upload	= ON;
	$g_file_upload_method = 'DISK';
	$g_path = 'http://localhost/bug/';
	$g_absolute_path = 'E:/webroot/mantis/';
?>
and have the mantis installed at e:\webroot\mantis and created a virtual directory http://localhost/bug/ pointed to previous directory.

Within the mantis directory, I have created a upload folder for the post files. Then, in the projects I have specific .\upload\[project-folder].

However, it return a application errro #0
Also, is there any error message reference I can refer to.

Thanks

Posted: 04 Oct 2006, 09:27
by blueray2048
I'am sorry for that I found the anwser.

this is the link :
http://forums.mantisbugtracker.com/view ... ght=upload