Status
Not open for further replies.

mistafro

Customer
I have made the php.ini mods to allow for uploads as high as 200mb, adjusted the max input time to 5000

When I upload a small file like 45kb I get a null error and when trying a 45mb file right at the end it gives an i/o error. This is using flash uploader, any ideas as to what's wrong and if I need to adjust any other settings?
 
I have made the php.ini mods to allow for uploads as high as 200mb, adjusted the max input time to 5000

When I upload a small file like 45kb I get a null error and when trying a 45mb file right at the end it gives an i/o error. This is using flash uploader, any ideas as to what's wrong and if I need to adjust any other settings?
Have you correctly set the "Path to Downloads" setting in the Manage settings area?
 
Yes I ran the checkdir.php file from the folder I want to use, and copied the result as the path, still get the errors.
 
Ok the small was just due to not having the images file types allowed for that category so they are working now but no matter what the larger files always give I/o error.

This was with Safari and when trying firefox I get the errors and glitches mentioned in the thread on flash uploading.
 
Ok the small was just due to not having the images file types allowed for that category so they are working now but no matter what the larger files always give I/o error.

This was with Safari and when trying firefox I get the errors and glitches mentioned in the thread on flash uploading.
What are your server specs and what are the values of the upload related settings in your php.ini?
 
Hi, here are some the settings from my php.ini

Code:
max_execution_time = 5000     ; Maximum execution time of each script, in seconds
max_input_time = 5000   ; Maximum amount of time each script may spend parsing request data
memory_limit = 125M      ; Maximum amount of memory a script may consume (8MB)

Code:
;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;

; Whether to allow HTTP file uploads.
file_uploads = On

; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
;upload_tmp_dir =

; Maximum allowed size for uploaded files.
upload_max_filesize = 200M

I am running PHP 5.2 fastcgi.

Let me know if there is anything else you need to know.
 
Hi, here are some the settings from my php.ini

Code:
max_execution_time = 5000     ; Maximum execution time of each script, in seconds
max_input_time = 5000   ; Maximum amount of time each script may spend parsing request data
memory_limit = 125M      ; Maximum amount of memory a script may consume (8MB)

Code:
;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;

; Whether to allow HTTP file uploads.
file_uploads = On

; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
;upload_tmp_dir =

; Maximum allowed size for uploaded files.
upload_max_filesize = 200M

I am running PHP 5.2 fastcgi.

Let me know if there is anything else you need to know.
Could you PM a link to your site with an admin account?
 
Still waiting for some kind or word on this, I purchased it and cannot get it to work!! I sent you all the access details. I notice that downloads has been removed from here as well. I hope you are working on a big update or something to fix these issues.
 
Sorry for the wait. I've discovered the issue and am working on a fix. Unfortunately it takes a bit of time to do as I have to undo the old uploader and integrate a new one. I'm working every hour I have on it! I should have it soon hopefully. Terribly sorry for the wait!
 
Status
Not open for further replies.

Similar threads

Legacy vBDownloads

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
1,716
Customer rating
0.00 star(s) 0 ratings
Back
Top