Community Support Forums — WordPress® ( Users Helping Users ) — 2012-01-03T18:18:19-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=16619 2012-01-03T18:18:19-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16619&p=59596#p59596 <![CDATA[Re: DMG file downloads not being mounted.]]>

Statistics: Posted by Raam Dev — January 3rd, 2012, 6:18 pm


]]>
2012-01-03T18:06:52-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16619&p=59592#p59592 <![CDATA[Re: DMG file downloads not being mounted.]]>

Much thanks :) Have a wonderful day!

Statistics: Posted by Deyson — January 3rd, 2012, 6:06 pm


]]>
2012-01-03T17:58:46-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16619&p=59587#p59587 <![CDATA[Re: DMG file downloads not being mounted.]]>
Could you take a look at this thread and see if it helps? viewtopic.php?f=4&t=16510#p59497

Statistics: Posted by Raam Dev — January 3rd, 2012, 5:58 pm


]]>
2012-01-03T14:06:37-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16619&p=59546#p59546 <![CDATA[Re: DMG file downloads not being mounted.]]>
There are 4 free DMGs on my website: www.motion-master-templates.com

Thank you and have wonderful day.

Statistics: Posted by Deyson — January 3rd, 2012, 2:06 pm


]]>
2012-01-03T13:56:23-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16619&p=59542#p59542 <![CDATA[Re: DMG file downloads not being mounted.]]> Statistics: Posted by Harty — January 3rd, 2012, 1:56 pm


]]>
2012-01-03T06:59:43-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16619&p=59519#p59519 <![CDATA[Re: DMG file downloads not being mounted.]]>
- The first code gave me a not recognized DMG warningafter I downloaded and opened the DMG file.

- The second code redirected me to a 303 error page on Safari.

- The third code also gave me a not recognized DMG warning after I downloaded and opened the DMG file.

So I am still stuck. :)

Please let me know what else I can do. Thank you and have a wonderful day. :)

Statistics: Posted by Deyson — January 3rd, 2012, 6:59 am


]]>
2012-01-02T22:41:43-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16619&p=59490#p59490 <![CDATA[Re: DMG file downloads not being mounted.]]>
Well, s2Member has three ways to deliver a file.

1. Via Transfer-Encoding: chunked.
( you can disable this via this filter )
Code:
<?php
add_filter
("ws_plugin__s2member_chunk_file_downloads", "__return_false");
?>


2. Via Flushed delivery of data chunks.
( you can disable this via this filter )
Code:
<?php
add_filter
("ws_plugin__s2member_flush_file_downloads", "__return_false");
?>


3. As a last resort, s2Member can use a standard call to file_get_contents().
( If you disable both of the primary delivery channels, s2Member will automatically fall back on this )
Code:
<?php
add_filter
("ws_plugin__s2member_chunk_file_downloads", "__return_false");
add_filter("ws_plugin__s2member_flush_file_downloads", "__return_false");
?>
* I would try this now.

Statistics: Posted by Jason Caldwell — January 2nd, 2012, 10:41 pm


]]>
2012-01-02T09:58:26-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16619&p=59421#p59421 <![CDATA[Re: DMG file downloads not being mounted.]]>
Please let me know what I can do in the meantime, as members are not able to download their files.

Statistics: Posted by Deyson — January 2nd, 2012, 9:58 am


]]>
2011-12-31T16:17:04-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16619&p=59365#p59365 <![CDATA[Re: DMG file downloads not being mounted.]]>
I was being told that the page was not found error, so I added that hack and it fixed the problem but now my DMG files are being downloaded as unrecognizable.

Any other suggestions? Thank you.

Statistics: Posted by Deyson — December 31st, 2011, 4:17 pm


]]>
2011-12-31T14:28:30-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16619&p=59356#p59356 <![CDATA[Re: DMG file downloads not being mounted.]]> Statistics: Posted by Deyson — December 31st, 2011, 2:28 pm


]]>
2011-12-31T08:38:16-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16619&p=59340#p59340 <![CDATA[Re: DMG file downloads not being mounted.]]> Hi there. Thanks for the heads up on this thread.

I would try disabling s2Member's chunked file delivery to see if it resolves the issue.

See this thread for further details on how to create the hack file please.
viewtopic.php?f=4&t=16510#p59338

Also, who is your hosting provider please?

Statistics: Posted by Jason Caldwell — December 31st, 2011, 8:38 am


]]>
2011-12-31T06:13:30-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16619&p=59327#p59327 <![CDATA[Re: DMG file downloads not being mounted.]]> Statistics: Posted by Cristián Lávaque — December 31st, 2011, 6:13 am


]]>
2011-12-30T17:06:13-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16619&p=59270#p59270 <![CDATA[Re: DMG file downloads not being mounted.]]> Statistics: Posted by Deyson — December 30th, 2011, 5:06 pm


]]>
2011-12-30T16:50:22-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16619&p=59267#p59267 <![CDATA[DMG file downloads not being mounted.]]>
The free files I am using Download Monitor. And all my Member files are going through S2member downloads.

I just got a call from a member and they said that their DMG downloads are not being recognized when they try to mount them. I went to investigate and they are right all the DMG member files do not mount once downloaded, the error message reads “not recognized ", but the free DMGs files open properly.

Any ideas on what may be happening, my site has been working fine for the last year.

Thank you.

Statistics: Posted by Deyson — December 30th, 2011, 4:50 pm


]]>