We run LiteSpeed Server.
The current rule is:
<IfModule Litespeed>
RewriteEngine On
RewriteRule .* – [E=noconntimeout:1]
</IfModule>
This works, but this allows all scrips to run without timeout. I would like to make the rule specific to the WPDM download script, so I need to know which PHP file should be included in the rule.
Thank you
Hello again,
Does the download script use wp-cron.php ?
To be safe, I’m going to write a condition to the .htaccess file to disable timeout.
For example:
<IfModule Litespeed>
RewriteEngine On
RewriteCond %{REQUEST_URI} ^\/wp-cron\.php
RewriteRule .* – [E=noconntimeout:1]
</IfModule>
Is wp-cron.php the right file to disable timeout on, or is it a .php file in the plugin itself that should be targeted?
Thanks,
Luther
That’s perfect, thank you so much!!
I have tried 409600 and 8192 but I get this error:
This page isn’t working
siksilkdna.com didn’t send any data.
ERR_EMPTY_RESPONSE
8192
Or 819200 ?
Hi there,
Just to confirm, the value should be 409600 ?
Thanks,
Luther
Ok great, thanks
Hi Nayeem,
Thanks for your reply.
I tested signup and the new user is added with the custom role ‘Guest’
But they are not automatically added to the ‘Guest’ WP Pro Membership Plan. Is there a way to have them automatically added as a subscriber to the plan, when they use the Gravity form to register?
Thanks,
Luther
Hi Nayeem,
I am using a custom registration form (using Gravity Forms plugin and user-registration add-on):
And I have the WP Pro Membership plugin.
I want to know if the Gravity Form can be used to add new members to my WP Pro Membership ‘Plans’
E.g. I have a plan called ‘Guest’ and this has created a custom role called ‘Guest’.
If I set my Gravity Form to make new users with the Guest role, will they automatically become subscribers under the ‘Guest’ plan?
Thanks,
Luther
Yes, that makes sense – thank you!
Hi Nayeem,
I *think* I understand… so Allow Access setting in the package overrides access setting in category?
So if I set access of category to be “XYZ Role” but then in the package I have “All Visitors” – the package setting will be used?
The category access setting will only be used if the package access is empty, or if the two are the same?
Thanks,
Luther
Hi there,
It seems to be okay now! It must have been a temporary glitch!
Thanks for your help 🙂
It seems as though if the category name is changed, it disappears from the menu.
I also wonder if there may be a problem when two child categories have the same name, but different parents (which is fine in WordPress), but if one of the parent categories is deleted the two child category names would be in conflict?
Hi there,
Any update on this?
Many thanks,
Luther
Yes please let me know. We do need these categories to be displayed, or we need to put all the packages in new categories (but this will be some work). If we do that, we still need to know why it’s happened so we can avoid in future.
Thanks for your help,
Hi there,
Any luck with this yet? We really need to get these categories displaying ASAP, and understand why they are not currently.
Many thanks,
Ok I have managed to provide the details by private reply.
An example of the problem is on this page:
https://siksilkdna.com/login/asset-library/product-images/
This should display everything with “Product Images” category. But it is not displaying, for example, the “SS20 Footwear” child category in the dynamic menu.
Hi,
I have twice now tried to add a Private Reply but they keep disappearing?
Hi there,
Attached Dir will upload a folder within the main upload directory?
Will it also create a folder for the thumbnails within the cache folder?
Thanks,