mandsconsulting
Forum Replies Created
-
Forum: Plugins
In reply to: [Email Before Download] session_start() [function.session-start]:This error is usually a sign that the session directory isn’t writable.
You may want to look at your PHP settings.
I will look at the code as well, and see if it’s something there.
Forum: Plugins
In reply to: [Email Before Download] “No Direct Access” error – can’t download filesThis should be fixed with the next update.
Forum: Plugins
In reply to: [Email Before Download] 500 error withThat’s not much more helpful.
If you could email your host and see what the error log says, that would probably be the fastest way to figure out what the issue is.
Forum: Plugins
In reply to: [Email Before Download] No download link being shown in ChromeI’m not sure what to tell you. I went to the linked page and filled out the form and downloaded both files without issue. Using chrome firefox and safari.
I can’t reproduce the error.
Maybe try updating browsers and clearing cache…
Forum: Plugins
In reply to: [Email Before Download] 500 error withCan you tell me what PHP version you are using? And if there is any other information with the 500 error?
Forum: Plugins
In reply to: [Email Before Download] 500 error withCustom Sender is a plugin developed by another developer. They may need to update it to work with the new version of EBD. But EBD now offers the option to add a custom email address, so they may not bother updating it.
Forum: Plugins
In reply to: [Email Before Download] 500 error withThat may be an issue with your host not letting you use a custom email address.
But I will look and see if it’s something in the code.I’m assuming this is the notification email that is sent to the admin email address, as that is the only place the string “The downloaded file name(s):” is used.
If you comment out lines 42,43,44 of email-before-download/includes/class-email-before-download-process.php there will be no modification of the notification email and the string in question will no longer be there.
The plugin uses commas to separate titles. A few of your titles have commas in them. Removing the commas in the titles should solve your issue.
Thanks.
Forum: Plugins
In reply to: [Email Before Download] 500 error withHello all
I appreciate the patience as we get the bugs worked out of this new version of EBD. We will be pushing an update soon that I hope will address your issues.
Forum: Plugins
In reply to: [Email Before Download] rest_invalid_handlerI will look into it, but it may be your PHP version.
If you can upgrade, I would highly recommend it. PHP 5.3 is end of life and has quite a few security issues.
Forum: Plugins
In reply to: [Email Before Download] rest_invalid_handlerCould you tell me what version of PHP you are using?
Forum: Plugins
In reply to: [Email Before Download] Translate error sentenceHi @newki75
You can help translate EBD by clicking on the “Development” tab and clicking the link “Translate “Email Before Download” into your language.”
If you want to simply change the message in your instance of the plugin, you can do it on line 273 in file “includes/class-email-before-download-process.php” located in the “email-before-download” folder in your plugins directory.
This will be overwritten when the plugin is updated. So you’ll have to repeat the process with ever update.
Forum: Plugins
In reply to: [Email Before Download] Cannot Activate PluginWhat version of PHP, Contact Form 7 and Download Monitor do you have?
Forum: Plugins
In reply to: [Email Before Download] rest_no_route messageIt looks like it’s not adding the download uid to the link.
I’ll take a look and see what I can find out.