Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Sudar Muthu

    (@sudar)

    I guess PHP is running out of memory in your server, since the number of users is huge.

    Right now my plugin doesn’t deleting users in batches. It is there in my TODO list though https://github.com/sudar/bulk-delete/issues/47

    I will implement it when I get some free time or someone is willing to sponsor it. Unfortunately till then I guess you don’t have much option.

    I have 80,000 posts (generated by wp-o-matic) when I try to bulk delete them, I get a white blank page as well.

    Is it possible to fix this issue by increasing the memory size in php.ini?

    Thanks

    Plugin Author Sudar Muthu

    (@sudar)

    Yes, if you can increase the amount of memory used by PHP, then you should be able to delete more users.

    Also checkout your PHP error log file to find out what is the exact reason of the error.

    Sudar,

    In my php.ini my memory limit is: “memory_limit = 1024M” but I am still getting the white blank page. You think I should increase it to a greater number?

    Going to check my php error log now.

    Thanks

    Sudar,

    No errors in error log whatsoever. I increased the memory to 2048 but I am still getting the white blank page. By the way, I am not trying to delete users. I am trying to get rid of my posts only.

    Any idea how to fix this?

    Thanks

    Plugin Author Sudar Muthu

    (@sudar)

    You can also try to delete posts in steps. (ie) delete 10,000 posts at a time.

    How are you trying to delete posts? Almost all modules have the ability to choose step size.

    Let me know if you still face any issues.

    Plugin Author Sudar Muthu

    (@sudar)

    Marking this as resolved. Re-open if needed.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Delete users goes to blank screeen’ is closed to new replies.