Forum Replies Created
-
AuthorPosts
-
@Parkins,
Thanks for giving the details. I looked at the system info and it seems WP Cron is enabled.
DISABLE_WP_CRON: Not set
But it seems the amount of memory that is available to WordPress is less, so it is possible that WordPress is running out of memory while trying to delete the posts.
WordPress Memory Limit: 40M PHP Memory Limit: 256M
Even though
256 MB
is available to PHP only about40 MB
is available to WordPress.Add the following line to your
wp-config.php
file so that WordPress can get upto256 MB
of RAMdefine( 'WP_MEMORY_LIMIT', '256M' );
More details at http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Let me know if this solves your issue.
-
@Parkins,
That is really strange. Can you give me the following details?
- How many posts are you trying to delete?
- Is WP Cron disabled in your server?
- Post the screenshot of the Bulk WP -> Scheduled Jobs screen
- Also please attach the system info of your server. You can get it from Bulk WP -> System Info
When you attach the system info make sure you mark the reply as private reply so that others can’t see your server details.
-
Thanks for explaining your requirement. I will start working on an addon and will release it in about a week.
This new addon will have a similar pricing structure as this addon – http://bulkwp.com/addons/bulk-delete-posts-by-content/
-
-
I have processed the refund as requested by you. Hence closing this.
-
@Haber,
Sorry. I am not able to understand what you are trying to say.
Kindly explain a bit more what is the issue that you are facing. Are you facing issues in activating the addon?
If you are not able to write about, then please at least send some screenshots so that I can understand what is happening.
-
Thanks John. Upon further investigation I found that there was small compatibility issue with PHP 5.2.x.
I just fixed it and released v0.2 of the addon with the fix. You should be able to automatically update it from WordPress dashboard itself.
Let me know if you face any more issues with this addon.
-
@John,
Sorry about that.
Can you let me know what is the version of PHP you are using?
-
The “Scheduler for Deleting Posts by Content” Addon needs the “Bulk Delete Posts by Content” addon as well.
I guess the error message should be a bit more clear. I will change that in the next release.
-
Hello Nick,
I guess this is happening because your server is running out of memory. How much memory is available to WordPress in your server?
You can find this information in the system information page which can be accessed through the Bulk WP -> System Info menu.
Let me know how much memory is available and based on that I will give you suggestions.
-
There is nothing wrong in the screenshot. You bought the “Delete Posts by Title” addon which allows you to delete posts by title. You would need the “Scheduler for deleting of posts by title” addon if you want to schedule deletion of posts.
Let me know what you tried and what didn’t work. Based on that I will be able to help you to solve the issue.
-
I would like to have a look at your server to see what is the issue. Can you give me access to your WordPress admin pages?
Make sure you mark your replies as private so that your credentials are not visible to others.
-
WordPress is getting only 40M of the 256M that is available to PHP.
Try to add the following line your wp-config.php file.
define( 'WP_MEMORY_LIMIT', '256M' );
-
I think your server is running out of memory. How much memory is available to PHP and WordPress in your server? You can find this information in the system info page at Bulk WP -> System Info.
Also how many posts are there in your installation?
-
Hello Harry,
Glad to know that you got it working.
-
AuthorPosts