jdiligence
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Monitor] Link to specific version gives latest version insteadYes. Just updated and works fine now. Thanks.
Forum: Plugins
In reply to: [Download Monitor] Large files getting corrupted (a bit too small)The file size problem seemed to go away after I checked “Redirect to file”. (However, I haven’t rechecked to see what happens if I replace the disk image again.)
I also didn’t really get the meaning of the text explaining it.
“Don’t force download. If the dlm_upload folder is protected you may need to move your file.”
I thought force download was to avoid the browser trying to open the file?
Forum: Plugins
In reply to: [Download Monitor] Large files getting corrupted (a bit too small)On an unrelated side note..
I had a lot of problems with the website that turned out to be due to /download being reserved. I had a page called /download on the site already. For some reason it started displaying blog posts, instead of the page after I installed downloadmonitor.
I had to change the endpoint to be downloads/
Took me a bit of head scratching to work out what had happened.
Forum: Plugins
In reply to: [Download Monitor] Large files getting corrupted (a bit too small)I could put that in the email instead, sure, but how does that help with the upgrade problem (i.e. when I want to replaced the disk image)? Does that stop the file size issue?
At the moment it seems I am using the link the other plugin puts in the mail from it’s shortcode.
/wp-content/plugins/email-before-download/download.php?dl=ff90e9e69b6355a55a54c6f0d8d79e0c
Forum: Plugins
In reply to: [Download Monitor] Large files getting corrupted (a bit too small)I want the same url to work because I am using ’email before download’ to send them the url.
I only want their email once, not every time I release a new version of the download.
Forum: Plugins
In reply to: [Download Monitor] Large files getting corrupted (a bit too small)I think I know why this may be happening..
Does download monitor store the file size in the DB?
If so, the size will be wrong when the file is updated with a new version.
I want people to be able to reuse the same link in the email when I update to a new version.
Forum: Plugins
In reply to: [PayPal Responder] Testing Emails – How?I found a way to test in sandbox. If anyone else has this issue, here is what I did..
1. Change instances of “https://www.paypal.com/cgi-bin/webscr” to “https://www.sandbox.paypal.com/cgi-bin/webscr” in wp-paypal.php and ipn.php
2. In ipn.php, replace “mail( $payer_email, $subject, $message, $headers )” with “mail( ‘[email protected]’, $subject, $message, $headers )”
Thanks