Forum Replies Created

Viewing 15 replies - 1 through 15 (of 62 total)
  • Thread Starter wpbroken2much

    (@wpbroken2much)

    It seems like the following checkbox causes recycling to fail:

    If checked, recycled posts will be re-saved as “publish” to trigger any hooks. If not, only the post date is changed to NOW.
    This is useful if using another plugin or code that “does something” when a post is published.

    Thread Starter wpbroken2much

    (@wpbroken2much)

    According to Crontrol the plugin last ran1 hour 20 minutes ago even though it should run every 100 seconds. However, my cPanel cron job only runs every 4 minutes, so there should be a new post every 4 minutes. Is this cPanel cron job sufficient for this:

    wget -q -O – https:/example.com/wp-cron.php?doing_wp_cron >/dev/null 2>&1

    Thread Starter wpbroken2much

    (@wpbroken2much)

    Looks like the cron is working but it just doesn’t always trigger the scheduler. I am looking at an interval of 300 seconds which should result in a new post every 5 minutes, but its been 8 minutes since the last post. The post before the last took at least 10 possibly 15 minutes.

    Usually, the time for firing next is always less than the current time but it fails to fire.

    Also, if I have 50,000 posts in draft status and want them all changed to published in 60 days what second interval do you recommend?

    Thread Starter wpbroken2much

    (@wpbroken2much)

    This problem happens with multiple themes. It seems WP screwed up by removing the additional CSS option from the appearance section of the admin area.

    Also, it wouldn’t make sense to approach the theme authors because doing this within a theme itself is a bad idea. Does WP know the meaning of “if it ain’t broke don’t fix it?” The additional CSS like the rest of the traditional system worked great and did not need changing. I have classes that must be applied to every site of mine no matter what theme it uses, so it would not make sense to seek theme specific solutions to what has always until now been solvable without altering the theme.

    Thread Starter wpbroken2much

    (@wpbroken2much)

    I tried adding the Gutenberg plugin but that didn’t change anything. So far the only way I’ve read to enable Gutenberg Blocks unless its enabled by default is with that plugin. Does this mean the theme is overriding it somehow?

    Thread Starter wpbroken2much

    (@wpbroken2much)

    Thanks for the feedback. I just noticed another problem in which I have a couple thousand posts in the trash but when I run the CLI command to empty the trash it says there are no items in the trash at all.

    I have to run empty trash in the admin area to empty the trash.

    I tried using skip plugins and skip themes same problem.

    It was emptying the trash fine until at some point last night I kept seeing notices of failing to delete posts in the terminal. Can’t think of any reason why WordPress would refuse to delete a trashed item.

    Also, I will not break an entire site by switching the theme just to delete a few things. The current theme is Newspack. There are too many plugin performing essential tasks to start deactivating any of them

    Finally, why would WordPress run any plugin code at all in response to a deletion?

    This worked instantly but doesn’t change the fact that the normal CLI delete function does not work.

    wp db query ‘DELETE FROM wp_posts WHERE post_type=”post” AND post_status=”trash”;’ –skip-column-names

    Thread Starter wpbroken2much

    (@wpbroken2much)

    They are assigned to category ID = 1 which began as uncategorized but was later renamed.

    It seems I can list posts by category ID for every category ID except for 1

    Thread Starter wpbroken2much

    (@wpbroken2much)

    @contentiskey do you know of a plugin that does that? I also have a plugin which prepends a button featuring an image to post content when the post loads, so this needs to be done in a way that won’t strip that image either. Ideally, there should be a plugin out there which will scan post entries in the database and remove image HTML from them, but I can’t find one.

    Thread Starter wpbroken2much

    (@wpbroken2much)

    I tried again by changing the unique identifier in step for to 2023 – so that each one couldn’t possibly be viewed as a duplicate based on that. Didn’t work, WTF?

    This is clearly a bug. For example, it says stuff like “2023 – some title imported last year – ID” already exists even though nothing with the 2023 – prefix ever existed before.

    • This reply was modified 3 years, 3 months ago by wpbroken2much.
    Thread Starter wpbroken2much

    (@wpbroken2much)

    Why does it take so long to select all just by clicking the checkbox after the scan completes. The first scan results were un-selectable then I changed the post count from 1,000 to 500 but I often have to refresh the page and try clicking the box again. Sometimes it just freezes, selects nothing, and won’t let me click the box again.

    Thread Starter wpbroken2much

    (@wpbroken2much)

    How hard is it to just make the plugin finish the job by setting the image found in the post as the featured image?

    Thread Starter wpbroken2much

    (@wpbroken2much)

    Setting the memory to 2GB did nothing. I also tried running with basically no limits on other constraints present in MultiPHPini editor. Nothing worked, obviously this is a broken plugin.

    Thread Starter wpbroken2much

    (@wpbroken2much)

    Hello, problem not solved. Updated plugin long before you even told me to. Still broken

    @vlastop I take it you have not been able to use the plugin either still. I’ve had this problem for at least a couple weeks now. Over the years I developed an easy way to create new sites quickly by exporting them with Import Export Lite, but to save money I decided to just use this free plugin to regenerate images after importing the posts on the new site using All Import. That worked for nearly a year until all of a sudden it stopped.

    As a result of this plugin not working I’ve lost over a week of time having to make up for this now useless plugin by copying sites using NS Cloner which doesn’t work either. NS Cloner does not copy all files to the new site, so to migrate images I have to download everything from the first one and upload it via FTP. What should have only required a simple scan with this plugin now is a monumental undertaking.

    • This reply was modified 3 years, 4 months ago by wpbroken2much.

    Do you have a list of any plugins you now to be incompatible with yours?

    I have several other plugin active including the following, but this list was partially redacted for security reasons:

    Akismet Anti-Spam

    AMP

    Auto Featured Image (Auto Post Thumbnail)

    Auto Upload Images

    Better Search Replace

    Bulk Delete

    Bulk remove posts from category

    Comment Link Remove

    Creative Mail by Newfold Digital

    Disable “BIG image” Threshold

    Easy Watermark

    Featured Images in RSS for Mailchimp & More

    Image Watermark

    Jetpack

    Jetpack Boost

    Media Cleaner (Pro)

    Newspack

    Newspack Blocks

    Newspack Newsletters

    NS Cloner

    Real-Time Find and Replace

    Regenerate Thumbnails Advanced

    Ultimate Blocks

    Ultimate Watermark

    WP All Import

    Note: This is a multisite install, so several of those plugins are actually only really needed on the original site. The Newspack stuff and some others will be removed from the network soon.

Viewing 15 replies - 1 through 15 (of 62 total)