Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • jrsmith

    (@jrsmith)

    I bumped up against this issue yesterday, and while I’m not 100% sure about the proper fix, I can share some details and a workaround.

    I think the issue is related to how transients are stored. In my case, I was seeing this happen when the database is used for transient storage. It was silently failing to set the bsr_data transient during the dry run, and then of course failing to retrieve it after, so it would just flash the progress bar and then navigate back to the BSR tools page.

    Adding an object cache plugin resolved it, since it then preferred the object cache to the database for transient storage.

    I’m not sure what factors into this bug. I’m seeing it on WordPress 6.8.1 / php-fpm 8.2 / mysql 8.0.37. I want to say that it started after updating WordPress to 6.8.1, but it’s hard to nail down exactly when it started, since I noticed this on a relatively new instance of WordPress.

    I know this is a somewhat old post, but I wanted to chime in and say that I saw the same issue. I installed the plugin, added a couple of tags, then noticed that all custom post type URLs ceased to function. Disabling and hitting save on the permalinks page fixed it.

    Thread Starter jrsmith

    (@jrsmith)

    As a test, I added

    $q['offset'] = '';

    right before that if/else block, and everything comes up fine. I’m really stumped. I can’t even tell if this happened after the move to a new host or the upgrade to 2.5.

    I’m going to keep digging, and I might try the wp-debug plugin.

    Thanks for the help.

    Thread Starter jrsmith

    (@jrsmith)

    Still nothing. This is very frustrating. I have a feeling there’s a very simple explanation for this, but I don’t know enough about the inner workings of wordpress to figure it out.

    Thread Starter jrsmith

    (@jrsmith)

    Pretty much all of my plugins are still deactivated from when I upgraded, so I don’t think so. I’ll get rid of the last few and see if that helps.

Viewing 5 replies - 1 through 5 (of 5 total)