Every time I try to upload a file in a call I get the message : APPLICATION ERROR #15. with the message that the file-upload was not done.
When I look at my config_inc.php it contains all nessecary things and my upload directory is complete open.
I run it on a Linux server (SME-Server v6.0.1) and when I run the check-script it only displays a warning about the Globals settting, wich in my opinion can not be the reason....
Can anyone help ?
File upload does not work v1.0.3
Moderators: Developer, Contributor
-
Minddigger
- Posts: 7
- Joined: 16 Jun 2006, 11:49
- Contact:
File upload does not work v1.0.3
The most wanted things happens only if you pay the price......
we had all sorts of problems trying to get uploads to work when the file size was over 8mb. switching the upload method to DISK fixed all this,
However, before you do use the admin tool to dump all the DATABASE items to disk, realize that files with duplicate names (such as screenshots "Picture 1.png" etc) will be lost since it dumps out the files under their original filenames overwriting any duplcate files and leaving you a single filename that all the bugs with that attachemnt name point to. i dont know how to get around this other than manually saving all the attachments one by one or tweaking the script on your own. just to warn...
However, before you do use the admin tool to dump all the DATABASE items to disk, realize that files with duplicate names (such as screenshots "Picture 1.png" etc) will be lost since it dumps out the files under their original filenames overwriting any duplcate files and leaving you a single filename that all the bugs with that attachemnt name point to. i dont know how to get around this other than manually saving all the attachments one by one or tweaking the script on your own. just to warn...
-
Minddigger
- Posts: 7
- Joined: 16 Jun 2006, 11:49
- Contact:
Fileupload still not working....
Thanks for this reply, but it takes me not further.... I can't upload at all, so even small files less than 1 Mb doesn't work!!!
The most wanted things happens only if you pay the price......