View Issue Details

IDProjectCategoryView StatusLast Update
0010700mantisbtattachmentspublic2009-10-07 14:19
ReporterAtlog Assigned Tograngeway  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
OSWindows serveurOS Version2003 
Product Version1.2.0rc1 
Target Version1.2.0rc2Fixed in Version1.2.0rc2 
Summary0010700: APPLICATION ERROR #15
Description

Sorry for the last post..(html work with me...)
SO I say :

When I try to upload this file I have this error

APPLICATION ERROR #15

File upload failed. File is not readable by Mantis. Please check the project settings"

When I try to upload this file I have this error

 When I try to upload this file I have this error

APPLICATION ERROR #15

File upload failed. File is not readable by Mantis. Please check the project settings"

But I configured php.ini :

[MySQL]

upload_max_filesize = 8M
; Maximum size of POST data that PHP will accept.
post_max_size = 8M
upload_max_size= 8M

MySQL.ini :

[mysql]
no-auto-rehash
ax_allowed_packet = 2M

[mysqld]
key_buffer = 384M
max_allowed_packet = 2M
table_cache = 512
sort_buffer_size = 2M
read_buffer_size = 2M
read_rnd_buffer_size = 8M
myisam_sort_buffer_size = 64M
thread_cache_size = 8
query_cache_size = 32M

Try number of CPU's*2 for thread_concurrency

thread_concurrency = 8

And finnaly config_defaults_inc.php
$g_max_file_size = 2000000;
$g_allowed_files = '';
$g_disallowed_files = '';

I install again php,mysql,mantisBT, without my modification, but I always have this issue...

amicably
Arnaud

Additional Information

I use php-5.2.10,mysql-essential-5.0.83,IIS v6.0

TagsNo tags attached.

Activities

dhx

dhx

2009-07-08 10:52

reporter   ~0022446

Paul fixed this in master, but I'm leaving this ticket open until it is backported to the 1.2.x branch.

Atlog

Atlog

2009-07-08 11:26

reporter   ~0022447

Thanks for fast answer but it doesn't work, so I will wait the patch

amicably
Arnaud

Atlog

Atlog

2009-07-08 12:23

reporter   ~0022448

I found my issue :

WINDOWS/TEMP

Php didn't have permissions allow to write.

Amicably
Arnaud

dhx

dhx

2009-08-07 00:46

reporter   ~0022687

OK thanks for getting back to us with the answer to your problem. I'll mark this issue as resolved :)