PriMoThemes — now s2Member® (official notice)

This is now a very OLD forum system. It's in READ-ONLY mode.
All community interaction now occurs at WP Sharks™. See: new forums @ WP Sharks™

Downloads Stop

s2Member Plugin. A Membership plugin for WordPress®.

Downloads Stop

Postby cforant » December 7th, 2011, 4:49 pm

I will start by saying other forum posts have similar issues here, but I think I may have a unique problem. None of those fixes seem to work.

Problem is, downloads larger than 175 MB stop at 175MB every time.

s2Member Free 111105
WP-Filebase 0.2.9.9
Wordpress 3.2.1
IIS 6
Windows 2008 Server
PHP 5

The file location is inside the s2member-files folder, but linked from wp-filebase. I have tried setting max_execution_time to 0 and other larger integers; not one difference was noted. I have tried using stream hack, nothing changed.

I am sure this is a scripting problem, just not sure which script is to blame. Any suggestions welcome.

Direct link downloads work fine. (e.g. http://domainname/linktofile.ext)

Thanks.

Craig
User avatar
cforant
Registered User
Registered User
 
Posts: 8
Joined: October 25, 2011

Re: Downloads Stop

Postby Bruce C » December 7th, 2011, 5:01 pm

What browsers have you tried to download this?
~Bruce ( a.k.a. Ace )

If you're interested in a Professional Installation, or Custom Coding Job, you can send your request here.

Proud Supporter of:
The Zeitgeist Movement
and Occupy Everything
User avatar
Bruce C
Experienced User
Experienced User
 
Posts: 337
Joined: July 20, 2011

Re: Downloads Stop

Postby cforant » December 7th, 2011, 5:42 pm

Seems to be browser independent. IE 8, 9...Chrome 15.08.74 and Firefox 8.01.
User avatar
cforant
Registered User
Registered User
 
Posts: 8
Joined: October 25, 2011

Re: Downloads Stop

Postby Bruce C » December 7th, 2011, 5:49 pm

Can you try disabling WP-Filebase and try again?
~Bruce ( a.k.a. Ace )

If you're interested in a Professional Installation, or Custom Coding Job, you can send your request here.

Proud Supporter of:
The Zeitgeist Movement
and Occupy Everything
User avatar
Bruce C
Experienced User
Experienced User
 
Posts: 337
Joined: July 20, 2011

Re: Downloads Stop

Postby cforant » December 7th, 2011, 5:56 pm

If I disable WP-Filebase, I cannot access the link. I have uploaded all my files using FTP to the s2member-files folder (taking advantage of built-in security of s2), synced with Filebase, set permissions in Filebase and displayed with Filebase linking structure. This may very well be a Filebase issue, but I need to rule out s2member as well since both plugins utilize file size limiting functions on downloads.
User avatar
cforant
Registered User
Registered User
 
Posts: 8
Joined: October 25, 2011

Re: Downloads Stop

Postby Bruce C » December 7th, 2011, 6:01 pm

OK. I don't have a problem with the download sizes on my setup, but I'll try uploading Filebase and see if that changes something
~Bruce ( a.k.a. Ace )

If you're interested in a Professional Installation, or Custom Coding Job, you can send your request here.

Proud Supporter of:
The Zeitgeist Movement
and Occupy Everything
User avatar
Bruce C
Experienced User
Experienced User
 
Posts: 337
Joined: July 20, 2011

Re: Downloads Stop

Postby cforant » December 7th, 2011, 6:04 pm

Thanks Ace! I appreciate your help and quick responses.
Let me know if you want any screenshots. I will try to grab them tonight.
User avatar
cforant
Registered User
Registered User
 
Posts: 8
Joined: October 25, 2011

Re: Downloads Stop

Postby Bruce C » December 7th, 2011, 6:25 pm

It looks like WP-Filebase as a limit to how big the file can be. Are you uploading it through the flash uploader, or through FTP?
~Bruce ( a.k.a. Ace )

If you're interested in a Professional Installation, or Custom Coding Job, you can send your request here.

Proud Supporter of:
The Zeitgeist Movement
and Occupy Everything
User avatar
Bruce C
Experienced User
Experienced User
 
Posts: 337
Joined: July 20, 2011

Re: Downloads Stop

Postby Bruce C » December 7th, 2011, 6:31 pm

Also it's causing an Apache error for me. I'm doing it on my localhost, and I keep getting a popup while it's installed.
~Bruce ( a.k.a. Ace )

If you're interested in a Professional Installation, or Custom Coding Job, you can send your request here.

Proud Supporter of:
The Zeitgeist Movement
and Occupy Everything
User avatar
Bruce C
Experienced User
Experienced User
 
Posts: 337
Joined: July 20, 2011

Re: Downloads Stop

Postby cforant » December 7th, 2011, 6:36 pm

I am copying the files to my IIS server...then "synchronizing" in WP-Filebase. Seems to find all files, no errors on upload/sync. The only indication that there is any problem is the download failure with the larger files.
User avatar
cforant
Registered User
Registered User
 
Posts: 8
Joined: October 25, 2011

Re: Downloads Stop

Postby Bruce C » December 7th, 2011, 6:37 pm

Check your php.ini file to make sure your upload/download size isn't limited
~Bruce ( a.k.a. Ace )

If you're interested in a Professional Installation, or Custom Coding Job, you can send your request here.

Proud Supporter of:
The Zeitgeist Movement
and Occupy Everything
User avatar
Bruce C
Experienced User
Experienced User
 
Posts: 337
Joined: July 20, 2011

Re: Downloads Stop

Postby cforant » December 7th, 2011, 6:52 pm

This was the only entry related to upload or download...was this what you are referring to?

Code: Select all
;;;;;;;;;;;;;;;;
; 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 = 2M


; Maximum number of files that can be uploaded via a single request
max_file_uploads = 20
User avatar
cforant
Registered User
Registered User
 
Posts: 8
Joined: October 25, 2011

Re: Downloads Stop

Postby Bruce C » December 7th, 2011, 6:57 pm

I would change upload_max_filesize.

I had to do that to sync it when I installed it.
~Bruce ( a.k.a. Ace )

If you're interested in a Professional Installation, or Custom Coding Job, you can send your request here.

Proud Supporter of:
The Zeitgeist Movement
and Occupy Everything
User avatar
Bruce C
Experienced User
Experienced User
 
Posts: 337
Joined: July 20, 2011

Re: Downloads Stop

Postby cforant » December 7th, 2011, 7:17 pm

Interesting result. I increased the variable to 2000M, restarted server, verified in PHP_Info. The file downloaded to 191MB and then failed again. However it did pass the 175MB mark for the first time. Now I am baffled.
User avatar
cforant
Registered User
Registered User
 
Posts: 8
Joined: October 25, 2011

Re: Downloads Stop

Postby Bruce C » December 7th, 2011, 8:19 pm

Can you count to 30 while you wait for the download? Just to check if it's timing out. It would still make sense since the processes would restart when the server did, making it faster.
~Bruce ( a.k.a. Ace )

If you're interested in a Professional Installation, or Custom Coding Job, you can send your request here.

Proud Supporter of:
The Zeitgeist Movement
and Occupy Everything
User avatar
Bruce C
Experienced User
Experienced User
 
Posts: 337
Joined: July 20, 2011


Return to s2Member Plugin

Who is online

Users browsing this forum: Exabot [Bot] and 1 guest

cron