Forum Replies Created
Updated to the All Add-on list
Thanks.
No, If you have the correct key just press save settings. BTW, glad to ear this problem has been resolved.
Thanks 🙂
Yes, I have seen this. soon, there will be updated too.
Thanks.
Ok, has the problem been resolved? let me know.
Thanks.
Hi,
I need some clarification, are you facing problem with page or posts protection for wp membership add-on? let me know.
Thanks.
Can you share which shortcodes you are using in this page or packages name for further checking, here some are working others are not.
Thanks.
They are saying that,
* 34 requests returned HTTP 500, which is an indicator of a server error on your end.
* 1 request timed out, make sure your server is able to respond fast enough and that you do as much work asynchronously as possible.
It is your server related problem. I think it is better to contact your server administrator.
Thanks.
I think other packages related to category access role, for there may be conflicting. please check, it is working fine here, https://alameensoft.com/en/download/wpdm-test/
Thanks.
Hello,
I have also checked it from the incognito mode. it is also working fine from there too
Thanks.
Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks.
Glad to hear this 🙂
Thanks.
Sorry for this, use jstable=1 in your shortcode for the above link, https://www.wpdownloadmanager.com/doc/short-codes/wpdm_all_packages-list-all-downloads-in-tabular-format-in-a-page/
Can you adjust the setting of memory limit tomemory_limit: -1 or it will be good if you adjust it memory_limit: 512 MB or higher it will be a good solution.
Thanks.
Sorry for the inconvenience. please replace order_by instead of orderby in your shortcode. Then, it will work.
Thanks.
Please put your correct license key in your Downloads > Settings > License option. and save settings again. Then try again to update. It will work then.
Thanks.
For applying documents to a particular category button, you have to select all packages to the related category. please let me know further.
Thanks.
You can see here the explanation, https://stackoverflow.com/questions/12015569/fatal-error-out-of-memory-but-i-do-have-plenty-of-memory-php, It is related to your server issue.
Thanks.
I can’t get you, do you want whole block portion will be linked as a download package or linked to the package URL? let me know.
Thanks.
They shouldn’t be lost. If you are creating page/link-templates through this process, https://www.wpdownloadmanager.com/doc/template-files/, they will remain in your theme. Otherwise, if you are creating them from Templates panel they should remain there. please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks.
Ok, 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 specific time period. If you don’t have access to your server error log, ask your hosting provider to look for you.
Thanks.
I think this is causing for PHP memory setting
Fixing the Error there are a couple of ways on how to go about resolving this error. These include:
1.Editing the wp-config.php file
2.Editing the php.ini file
3.Editing the .htaccess file
1.Editing the wp-config.php file
Here you will need to edit thewp-config.php file.
define( 'WP_MEMORY_LIMIT', '256M' );
2.Editing the php.ini file
On a live install, the file can be accessed within the root of your install, that is within the /public_html/ folder. Note that the file is not installed by WordPress but in most cases set up by your host. If you are using CPanel as your control panel, for example, make sure the checkbox for “Show Hidden Files” is checked and then click Go. You may check into this article on how to go about editing the file. Before editing the file, kindly preserve a backup to it by downloading it to your computer.
Once this is done, open the file, add or edit the following line:
memory_limit 512M
3.Editing the .htaccess file
The .htaccess file is a file located within the root of your WordPress files.
You will need to add or edit the following code to the bottom of the file:
php_value memory_limit 256M
With this done, you can then save your changes and check if the error is resolved.
Thanks.
Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks.


