Sudar

Forum Replies Created

Viewing 15 posts - 301 through 315 (of 375 total)
  • Author
    Posts
  • in reply to: Scheduler not running #2456

    Sudar
    Keymaster

    @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 about 40 MB is available to WordPress.

    Add the following line to your wp-config.php file so that WordPress can get upto 256 MB of RAM

    define( '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.

  • in reply to: Scheduler not running #2453

    Sudar
    Keymaster

    @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.

  • in reply to: Ability to delete Posts by Users instead of User role #2305

    Sudar
    Keymaster

    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/

  • in reply to: Ability to delete Posts by Users instead of User role #2297

    Sudar
    Keymaster

    @rafael,

    Right now it is not possible to delete posts by user, but I can create a new addon for you if you can wait for about a week.

    Can you briefly explain your requirement?

    PS: I split the topic into a separate thread since this was not related to the original discussion.

  • in reply to: not working #2154

    Sudar
    Keymaster

    I have processed the refund as requested by you. Hence closing this.

  • in reply to: not working #2134

    Sudar
    Keymaster

    @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.

  • in reply to: Can't activate #1925

    Sudar
    Keymaster

    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.

  • in reply to: Can't activate #1921

    Sudar
    Keymaster

    @John,

    Sorry about that.

    Can you let me know what is the version of PHP you are using?

  • in reply to: Can't Activate Plugin #1880

    Sudar
    Keymaster

    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.

  • in reply to: Bulk Delete Users does not work #1861

    Sudar
    Keymaster

    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.

  • in reply to: Not working #1855

    Sudar
    Keymaster

    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.

  • in reply to: Blank White Page #1816

    Sudar
    Keymaster

    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.

  • in reply to: Blank White Page #1814

    Sudar
    Keymaster

    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' );

  • in reply to: Blank White Page #1811

    Sudar
    Keymaster

    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?

  • in reply to: Not working #1799

    Sudar
    Keymaster

    Hello Harry,

    Glad to know that you got it working.

Viewing 15 posts - 301 through 315 (of 375 total)