Original plugin zip files normally have the plugin slug as base path inside the zip file (“download-plugin/” in case of this plugin itself). When I download a zip with this plugin, the resulting zip file lacks that folder in the files’ paths.
When uploading such a zip file to a WordPress installation, the result is the same as when uploading the original zip file (WordPress seems to handle that automatically). When extracting locally into the file system, I end up with a different folder structure compared to when extracitng original plugin files.
]]>Maybe it is a silly question but after downloading the pages how I am able to restore them or upload again the downloaded csv file ?! ??
Thank you for assist.
]]>Hi
I am just flagging this possible conflict with the gravity forms addon Mailchimp. When your download plugin is active the gravity form addon does not send contacts to Mailchimp.
Hey guys,
Quick question. If I’m using a Pro version of a plugin that is activated with an activation code, does your plugin create a backup of this plugin already including this activation code, or would it only create a backup of the particular release of the plugin without an activation code?
Thanks, Joe
]]>it says Failed to retrieve Shrinktheweb account data. Http code: 404
My portfolio says error now.
Am I losing all data? what should I do?
Hello everyone,
We are working on resolving the admin notice that you all might be getting on your pages.
We will be rolling out an update pretty soon which will fix the admin notice part.
We thank you for your support and cooperation.
Regards,
]]>Hey there,
please consider moving the settings pages from the top-level to the settings tab.
There is really no need to bloat up the main admin navigation just for some basic documentation.
Would be highly appreciated! ??
Thank you.
]]>Notice Error: Only variables should be passed by reference, inside function add_download_plugin_bulk_actions()
get the array keys into a variable and then pass variable in into end()
function, and don’t suppress the function with @
Warning Error: No such file or directory in…
This error comes when you delete the function and uninstall hook runs and you have unlink( DPWAP_PLUGINS_TEMP )
code in uninstalling hook and where the file exists check is not available before unlink.
Thanks
]]>Downloads no longer work after the recent update with the error message
Warning: Undefined variable $rlpath in /srv/http/wordpress/wp-content/plugins/download-plugin/download-plugin.php on line 414
You can use WP Console to get notified of new reviews and track plugin metrics
]]>Weird host doesn’t have ZipArchive installed, so your plugin gives an error… it should check if the class exists first, and handles it somehow if it does not (check on activation and display admin alert, use alternative method, etc).
An error of type E_ERROR was caused in line 394 of the file /home/user/public_html/wp-content/plugins/download-plugin/download-plugin.php. Error message: Uncaught Error: Class ‘ZipArchive’ not found in /home/user/public_html/wp-content/plugins/download-plugin/download-plugin.php:394
]]>This plugin plays around with PHP’s post_max_size and upload_max_size. It changes them to 640MB, which is huge. By default, most sites run these values in the 2-16MB range.
This has safety and memory implications for the site. It makes it so people can upload huge files to your server. Also, php has to have enough memory for the entire upload, so this allows every user instance on your web site to use 640MB of server memory. This is terrible behaviour for a plugin that is only for administrators.
I recommend that no one leave this plugin active. Only activate it when you need to use it.
]]>Hello @metagauss,
I’m a user of this plugin and also a translator volunteer for several Spanish locales. In fact, your plugin is already translated in 4 Spanish locales. But I found an internationalization issue with a string:
else{
_e('This is <b>'.$dpwap_locFilenm.'</b> not a valid zip archive.','mpi');
}
The issue with this string is that you’re using a variable inside a translation function. This is not allowed and should to be fixed in order to avoid issues with the GlotPress parsing (the www.ads-software.com translation platform). To fix it, you should to do something like this:
else{
printf(
/* translators: Name of the file */
__( 'This is <b>%s</b> not a valid zip archive.', 'mpi' ),
$dpwap_locFilenm
);
}
By the way, if you have a repository in GitHub, I could to send you a pull request.
Best regards,
Yordan.
Hello,
we run onto one of the sites show this error you your plugin.
/wp-content/plugins/download-plugin/download-plugin.php on line 102
As we can see you are not maintaining plugin for a long time so i want to ask if you plan to keep it active or you have give up on this plugin.
Thank you
]]>Wanted to use this quick but it didnt work, tried it on a poopy.life test website
]]>when we try to deactivate the plugin, the whole website is down – error 500.
We run Divi theme. How to fix this? how we can remove this plugin from the website?
thank you
This does not work with WP Multisite network, correct?
]]>I tried your plugin and it seems that it is adding the name of the plugin to all of my folders and files in the 1st level directory inside the plugin.
For example I have a plugin with files and folders:
MyPlugin/
Main.php
shortcodes/
readme.txt
and your plugin is converting them to:
MyPlugin/
MyPlugin/Main.php
MyPlugin/shortcodes/
MyPlugin/readme.txt
Oops. I am thinking this is a bug unless you intended as a feature. If it is a feature, can we please remove it?
Best Regards,
designdrumm
Not working with WPBakery Visual Composer.
]]>I used the plugin to download another plugin, then unzipped it in my local (Mac environment). All the folders and files in the root had the plugin’s slug in them. e.g. files appeared like this: “plugin-slug/file.php” The one in the quotes is the actual filename, it includes the slash in there as well. I had to rename all the root files to make it work.
]]>Hi there – first off – thank you so much for creating this plugin and the theme download plugin ??
I was wondering if you would consider an option to be able to download multiple selected plugins with one click?
Thanks again
Darron
]]>I have been trying to get Software to up load to word press but I can’t so please show me how to get done
]]>