|
scoutladen
|
 |
« on: August 29, 2010, 10:42:50 am » |
|
php.ini:
memory_limit = "64M" upload_max_filesize = "100M" post_max_size = "100M"
settings for download pro max filesize 100000000 bytes
but i have some trouble for uploading files with the ftp-option. i get some 500 error
SMF 1.1.11
do you need some more details?
|
|
|
|
|
Logged
|
|
|
|
|
SMFHacks
|
 |
« Reply #1 on: August 29, 2010, 01:11:50 pm » |
|
When does this exactly happen? Are you using the batch add feature in the admin area? Is it a specific file or any files?
If you have access to apache logs see if you can find details on why the 500 error would occur.
|
|
|
|
|
Logged
|
|
|
|
|
|
|
|
|
scoutladen
|
 |
« Reply #4 on: August 30, 2010, 02:14:03 am » |
|
increasing the max-execution-time time in 1000 seconds, but no diffrence
|
|
|
|
|
Logged
|
|
|
|
|
SMFHacks
|
 |
« Reply #5 on: August 30, 2010, 09:06:41 am » |
|
Googled some more could be a file permission issue make sure the files are not 777 for file permissions try using 755
|
|
|
|
|
Logged
|
|
|
|
|
scoutladen
|
 |
« Reply #6 on: August 30, 2010, 09:56:38 am » |
|
777, 755, 644 dosent matter... :-(
|
|
|
|
|
Logged
|
|
|
|
|
scoutladen
|
 |
« Reply #7 on: August 30, 2010, 03:00:56 pm » |
|
in the directory "downloads" i found some files every file have the size of 10.485.760 bytes. i think that are the brocken uploads, but i do not now, why they stop at this size.
|
|
|
|
|
Logged
|
|
|
|
|
SMFHacks
|
 |
« Reply #8 on: August 30, 2010, 09:40:27 pm » |
|
Attach one or two this message and I will take a look and see if I can figure out what they are.
The ftp folder should only be copying the file when using the batch ftp function.
|
|
|
|
|
Logged
|
|
|
|
|
scoutladen
|
 |
« Reply #9 on: August 31, 2010, 01:54:11 am » |
|
sorry please, what shall I attach ti this message? the broken upload-files (10MB) or something else?
can you tell me something for the permissons of directory and files. I have googled for "Premature end of script headers". in most cases there is something with the permissions
the download directory has 755, the downloads.php 666
for the files in.. /ftp/ I tried 755, 644 and 666
(and please do not worry about my english, its not the best)
|
|
|
|
|
Logged
|
|
|
|
|
scoutladen
|
 |
« Reply #10 on: August 31, 2010, 08:10:51 am » |
|
"Error no upload file found. The file may exceed the webserver upload limit please contact an administrator"
uploading the "normal" way I got the errormessage above...
|
|
|
|
|
Logged
|
|
|
|
|
SMFHacks
|
 |
« Reply #11 on: August 31, 2010, 10:35:53 am » |
|
10MB for the broken file would be too much to attach if you can zip it up and send me a link that would be the best way Create a test page to display phpinfo and send me a link to it Code for the page phpinfo.php <?php phpinfo(); ?>
|
|
|
|
|
Logged
|
|
|
|
|
scoutladen
|
 |
« Reply #12 on: September 01, 2010, 04:44:36 am » |
|
yesterday I got an answer from my provider. It seams there ist es limit on the server (10 MB), wich I cannot change with php.ini
but have a look www dot robur dot de /smf/phpinfo.php
there you can see a limit of 100 MB... but it seams to be useless...
|
|
|
|
|
Logged
|
|
|
|
|
SMFHacks
|
 |
« Reply #13 on: September 01, 2010, 08:36:20 am » |
|
If they have a hard limit of 10mb that would do it for uploads. You could still use links to the files as a workaround.
|
|
|
|
|
Logged
|
|
|
|
|