can't enter data

Home Forums Bulk Delete Plugin can't enter data

We have replaced our forums with email based support system.

Please open a support ticket from our new support page.

This topic contains 27 replies, has 2 voices, and was last updated by  Sudar 8 years, 8 months ago.

  • Author
    Posts
  • #3835

    Karen Ratte
    Participant

    I am trying to use the Bulk Delete by Title plugin and I cannot input anything into the boxes. when I click anywhere the page jumps to the bottom of the page (footer). very strange.
    Attached is a screenshot of the footer where there is a box that looks like it should be an input box. Perhaps that is the reason. Thanks

    Attachments:
    You must be logged in to view attached files.
  • #3837

    Sudar
    Keymaster

    Hello Karen,

    Yes, this is very strange. This is the first time I am seeing such an issue.

    I need the following details.

    • Post the full screenshot of the page.
    • Open the page in Chrome and then send me the screenshot of the console, so that I can see if there are any issues in JavaScript.
    • Post your System Info. You can get it from Bulk WP -> System Info.
  • #3838

    Karen Ratte
    Participant
    This reply has been marked as private.
  • #3841

    Karen Ratte
    Participant

    also of note, IF I do not choose post type it does not find anything. Presumably because the post type is not “post”

  • #3842

    Sudar
    Keymaster

    Hello Karen,

    Thanks for sharing the system info and the full screenshot. It looks like some other plugin is generating a JavaScript error which is causing the JavaScript in my addon to fail.

    By console, I meant the JavaScript console in Google Chrome. You can read more about it at https://developer.chrome.com/devtools/docs/console

    Basically you can open it with by going to the menu View -> Developer -> JavaScript Console.

    Once you click that it will open up the JavaScript console at the bottom of your screen. Refresh your page and if there are any JavaScript errors then they will be displayed in the console.

    Please take a screenshot of the console and send it to me.

    If you find it difficult and if you are willing to give me access to your WordPress admin area then I can check it out myself.

    If you decide to give me access, you can paste the credentials in your reply and select the “Set as Private reply” option, just above the submit button so that only both of us can view it.

  • #3843

    Karen Ratte
    Participant
    This reply has been marked as private.
  • #3845

    Sudar
    Keymaster

    Hello Karen,

    Thanks for me giving me access to your server.

    I found the reason why the post type select dropdown is not working for in your server. It seems to be happening because of a bug in WooCommerce plugin. Here is the link to the ticket in WooCommerce plugin about this issue https://github.com/woothemes/woocommerce/pull/8123

    They are going to fix it only in v2.5 of WooCommerce. But I am not going to wait for it but will be trying to add some code in my plugin to see if I can fix it.

    Please wait for a couple of days and I will release an update to my plugin that will have an workaround for the WooCommerce issue.

  • #3846

    Sudar
    Keymaster

    I have also created a ticket with WooCommerce at https://github.com/woothemes/woocommerce/issues/8766

    Meanwhile you can track the progress of this issue in my plugin at https://github.com/sudar/bulk-delete/issues/111

  • #3848

    Karen Ratte
    Participant

    Hi Sudar,
    I am not currently using WooCommerce. Just testing it. If I disable it, can I continue?

  • #3849

    Karen Ratte
    Participant

    Yeah, so that is a bummer. Deleting 100 at a time overloads my server. Must be SOME long query. If I schedule 20 an hour that might work?

  • #3855

    Karen Ratte
    Participant

    Sudar,
    I purchased the scheduler, but I do not think it is working. Attached is a screenshot of the Query. IT looks like it thinks it is Private but I checked what I setup twice and I had chosen public.

    Attachments:
    You must be logged in to view attached files.
  • #3857

    Karen Ratte
    Participant

    My apologies. I see that it is => private. The problem appears to be that I set it for NOW and it was probably reading your time not mine. I reset it for a particular time and hopefully it will read my time zone.

  • #3858

    Karen Ratte
    Participant

    Nope, I set it for 5:15 and it did not kick off. I will wait another 30 minutes, see what happens. If you have a chance, can you look? I can only delete 10 at a time, the server overloads.

  • #3859

    Karen Ratte
    Participant

    YES!!!! Success. Thanks. sorry for all the posts.

  • #3862

    Sudar
    Keymaster

    Hello Karen,

    I just stepped out and so I missed all your previous posts.

    I see that you have resolved the issue that you were facing, but here are my answers to some of your questions.

    I am not currently using WooCommerce. Just testing it. If I disable it, can I continue?

    Yes. And it seems you already got it working by disabling WooCommerce. Also I am working on a workaround. Once it is published you will be able to use WooCommerce without any issues.

    If I schedule 20 an hour that might work?

    Yes. Again I see that you got it working.

    The problem appears to be that I set it for NOW and it was probably reading your time not mine. I reset it for a particular time and hopefully it will read my time zone.

    My addon reads the time from your WordPress installation. Make sure correct timezone is configured in your WordPress installation. You can check it by going to Settings -> General -> Timezone.

    Again I am sorry for not being late in responding to your questions but I am happy that you got everything to work properly.

    In future if you face any issues again please don’t hesitate to contact us.

  • #3863

    Karen Ratte
    Participant

    Sudar,
    The schedule is running every half hour but it is only deleting ONE entry for the past two scheduled Runs. At this rate it will take a year to delete all these posts.

  • #3864

    Karen Ratte
    Participant

    Arghgh.. Nevermind. it just went down 15. I’ll just let it run and not bother you again. thanks for your help and patience.

  • #3865

    Sudar
    Keymaster

    Hello Karen,

    Not a problem at all.

    Feel free to let me know if you face any issues again.

  • #3866

    Karen Ratte
    Participant

    Sudar,
    I don’t know if there is a delay in the deletion or what. sometimes I check, and it has deleted 15. Sometimes I check and it says it deleted 1. do you know what might be happening here? At this rate it will be sometime next year before all these events delete. thanks
    karen

  • #3867

    Sudar
    Keymaster

    Hello Karen,

    Let me log into your server to see what is happening.

    What is your timezone and what is your blog’s timezone?

  • #3868

    Karen Ratte
    Participant

    I am on Arizona time, Phoenix,AZ so is the Blog. My host is on PST.

  • #3903

    Sudar
    Keymaster

    Hello Karen,

    I finally found the reason why sometimes my plugin was deleting less than 15 posts.

    The “Events Calendar” plugin is modifying the query so that whenever my plugin tries to retrieve posts that are of type “tribe_events” it only returns events that have not expired (active events). Because of which my plugin is able to delete only active events and not the expired ones.

    I am currently working on a workaround for this that would by-pass this and will release an update in a day or two which will fix this.

    I will post an update again once I have released it.

  • #3906

    Sudar
    Keymaster

    Hello Karen,

    I just released v5.5.1 of the Bulk Delete plugin with the fix.

    Kindly update the plugin and this should resolve the issue that you are having with the schedulers not deleting all the posts.

  • #3909

    Karen Ratte
    Participant

    HI Sudar, I updated the plugin and ran a manual delete for 15 events. Unfortunately, whether coincidental or not the server load spiked to 8.05 which I have never seen before. 3.00 is high. Should I revert to the former version? Is that 5.4.1?
    thanks for your help.

  • #3917

    Karen Ratte
    Participant
    This reply has been marked as private.
  • #3919

    Sudar
    Keymaster

    Hello Karen,

    v5.5 will only delete “active” events and v5.5.1 will delete both “active” as well as “expired” events.

    You have around 30k events and so it may increase your server load a bit. But I don’t think it would jump from 3 to 8.

    I suspect the load is caused by your Mysql DB since it is not able to handle the huge number of rows.

    See if it is possible to run the optimize command on your Mysql DB. This should fix the issue for you. Downgrading to v5.5 will not help if you want to delete “expired” events.

  • #3921

    Karen Ratte
    Participant

    Hi Sudar, You were right. The SQL posts table had a large overhead. It is breathing much better now. Thanks for all your help.

  • #3946

    Sudar
    Keymaster

    Hello Karen,

    Glad to know that your issue is fixed.

    Do reach out to me again if you face any issue related to the plugin or addon.

The forum ‘Bulk Delete Plugin’ is closed to new topics and replies.