Hello @promultis,
Hope you are doing well. please provide your site login URL too
Thank you and regards
Hello @ericbjohnson,
I have checked your issue, And now this error showing while loading the components for dropbox as I image attached,
If you have a 500
error revealed in your Browser console, it’s mainly due to a PHP Error, And
It’s mainly due to several factors :
– the CURL extension isn’t installed as it’s required by this plugin
– the allow_fopen instruction is not enabled
– your Memory limit is too low (you will need at least 128M, 64M is pretty low!)
Server errors (error 500) are often caused by plugin or theme function conflicts, so if you have access to your admin panel, try deactivating all plugins. If that resolves the issue, reactivate each one individually until you find the cause…
If that does not resolve the issue, it’s possible that a .htaccess rule could be the source of the problem. To check for this, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, and rename the .htaccess
file. If you can’t find a .htaccess
file, make sure that you have set your SFTP or FTP client to view invisible files.
If you weren’t able to resolve the issue by either resetting your plugins and renaming your .htaccess
file, we may be able to help, If you have access to your server error log, generate the error again, note the date and time, then immediately check your server error log for any errors that occurred during that time period. If you don’t have access to your server error log, ask your hosting provider to look for you.
For more details, you can check this article, https://www.wpdownloadmanager.com/9-common-wordpress-errors-and-how-to-fix-them/
and this article too, https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-internal-server-error-in-wordpress/
please check and let me know then
Thank you and regards
Hello @ikram_dirujii,
Hope you are well. and sorry for the inconvenience. Have you properly configured Facebook App Settings
from Downloads > Settings > Social Settings
? If possible, please, give your temporary wp-admin login details in a private reply for checking the issue
Thank you and regards
Hello @Jerry_Haugen,
Hope you are well. Do want to customize the link template or the package shortcode you are using on the page? you can create your own link-template via the Downloads > Templates
section and as I image attached.
For template tags, you can visit this doc, https://www.wpdownloadmanager.com/doc/templates/template-tags/
And for the add-to-cart option, are you using this add-on, https://www.wpdownloadmanager.com/download/wpdm-file-cart/, please let me know and please ask if you have any query
Thank you and regards
Hello @ericbjohnson,
Hope you are doing well. and sorry for this inconvenience. Have you followed the procedure described here properly, https://www.wpdownloadmanager.com/how-to-use-dropbox-to-store-files-and-allow-users-to-download-then-from-your-website/, please check this again and let me know. if it doesn’t work, please, give your temporary wp-admin login details in a private reply for checking the issue
Thank you and regards
Hello @Bruce,
Hope you are well. And really sorry to hear about this inconvenience. Can you please give your temporary wp-admin login details in a private reply for checking the issue? I shall try to assist you to resolve the issue
Thank you and regards
Hi @tijana1234,
Hope you are well and sorry for the inconvenience. can you please tell us which PHP version
and WP version
you are using, if possible, please, give your temporary wp-admin login details in a private reply for checking the issue
Thank you and regards
Hello @nbilodeau,
Hope you are well. Do you want to not to create /download-category/
slug for /download-category/mocktails/
and /download/
slug for /download/pdf-cahier-mocktails/
. Do you want to eliminate those? please elaborate on this query.
Thank you and regards
Hello @kathrynbluelobster-co-uk,
Hope you are well. and sorry for the inconvenience. Can you please share with us the imported CSV file here? if possible, please, give your temporary wp-admin login details in a private reply for checking the issue.
Thank you and regards
Hello @quickrows,
Zoom meeting is not available here. if possible, please give your temporary wp-admin login details in a private reply for checking the issue in detail
Thank you
Hello @quickrows,
Hope you are well. and sorry for your inconvenience. Can you please give your temporary wp-admin login details in a private reply for checking the issue? I shall try to assist you solving the issue
Thanks
Hello @gmop-unite-com,
Can you please tell me which structure do you want in Basic -> URL Structure
for download packages or categories, please let me know
Thank you and regards
Hello @rafciok_6
Hope you are well. And sorry for the inconvenience. Can you please send a reply here an order note from the order details page in order to disable auto-renewal? I hope I can help you
Thank you and regards
Hello @baltiteh-sia,
Sorry for the inconvenience. Can you please give your temporary wp-admin login details in a private reply for checking the issue?
Thanks
Hello @jakub,
Can you please check this article, https://ourcodeworld.com/articles/read/503/how-to-enable-gzip-compression-in-xampp-server, For details about zlib
, please check this article, https://www.php.net/manual/en/zlib.configuration.php
Thank you and regards
Hi @trikdis,
Please use this Pastebin code,
I have added the below lines downloads/tpls/wpdm-all-downloads.php
file in line number 295
$data['download_link'] = "<a target='_blank' class='btn btn-primary' href='".get_permalink($data['ID'])."'>"."Download"."</a>";
$download_link = $data['download_link'];
commenting out this line
// $data['download_link'] = \WPDM\Package::downloadLink($data['ID'], 0, array('template_type' ► 'link'));
I hope it should open a new tab for the related packages
and for making back up the file for the next update, please follow this doc, https://www.wpdownloadmanager.com/doc/template-files/
thank you and regards
Hi @gmop-unite-com,
Here showing HTTP error 403
, there may have confliction between other plugins, you can also deactivate or activate other plugins for checking,
The two most likely causes of the 403 Forbidden Error on WordPress are:
Corrupt .htaccess
file
Incorrect file permissions
It’s also possible that you’re seeing the error because of an issue with a plugin that you’re using at your site. In this article, we’ll show you how to troubleshoot all of these potential issues.
403
Forbidden Error Variations
Like many other HTTP
status codes, there are a lot of different variations for how this error code presents itself.
Here are some common variations that you might come across:
“Forbidden – You don’t have permission to access / on this server”
“403 – Forbidden: Access is denied”
“Error 403 – Forbidden”
“403 – Forbidden Error – You are not allowed to access this address”
“403 Forbidden – nginx”
“HTTP Error 403 – Forbidden – You do not have permission to access the document or program you requested”
“403 Forbidden – Access to this resource on the server is denied”
“403. That’s an error. Your client does not have permission to get URL / from this server”
“You are not authorized to view this page”
“It appears you don’t have permission to access this page.”
If you’re on an Nginx server, it will look like this below. Basically, if you see any mention of “forbidden” or “not allowed to access”, you’re probably dealing with a 403 Forbidden error.
please check those issues, or you may contact with hosting service provider for the resolution
thank you and regards
Hello @jakub,
Hope you are well. please you can try these steps,
1.Install and activate zlib
from your server
zlib
compression enabled by default in the PHP engine. For this purpose you can easily enable it by placing the following line in a local php.ini
file:
zlib.output_compression = On
Please note that this php.ini file has to be copied to each folder requiring the above settings. This is necessary because settings in php.ini files do not apply recursively
2.Install php7.4-zip, php7.3-zip and php7.0-zip
let me know if those help you
thank you and regards
Hello @gmop-unite-com,
Can you please again check the access role. I have activated the WPDM Plugin. But I can’t able to access the Downloads menu panel. please check
Thanks for your appreciation
Hi @gmop-unite-com,
Hope you are well. I have got access from your link to the wp-admin panel. But I can’t able to find the Downloads
menu panel and also the Plugins
menu panel with that role. Can you please check that?
Thank you and regards
Hello @guardian88
Hope you are well. I have checked that download is working fine here, https://development.latwp.org/download/pavilion-rules-2021-pdf/, Can you please elaborate on your issue, please
Thank you and regards
Hello @promultis,
Hope you are well. Can you please give your temporary wp-admin login details in a private reply for checking the issue? I hope I can assist you in fixing the issue.
Thank you and regards
Hi,
Avada Builder is working fine with the WPDM PRO plugin, but for form lock add-on with the Bootstrap 4
version, the form is not loading properly. you may also can switch Bootstrap 3
version from Downloads > Settings > User Interface
section. It is also working, but I think the form format is not looking good in the Bootstrap 3
version. please check
Thank you and Regards
Hope you are well and sorry for the inconvenience. Can you please give your temporary wp-admin login details in a private reply for checking the issue?
Thank you and regards