• I just tested the latest version of the plugin of a relatively fresh site (only 2 posts for testing, no other plugins, TwentyTen theme), and the Wizard never seems to finish. After several minutes on the page, it just sits there, and navigating away gives me the notice that the wizard didn’t finish.

    The cache table contains records for each post, however, so I’m thinking the Wizard actually IS done, but it just doesn’t know that.

    There is nothing logged in the error log, and nothing displayed when I turn WP_DEBUG on and try again.

    Any thoughts, or anything else I can look into to help figure out what might be going on?

    https://wordpress.org/plugins/related-posts-for-wp/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Jason LeMahieu (MadtownLems)

    (@madtownlems)

    OK – I need some more digging. After I was surprised to see no rp4wp_ options in the site’s option table, I decided to peek at the wp_sitemeta table, and sure enough, that’s where the rp4wp_is_installing / rp4wp_install_date options are being stored.

    Is this plugin tested in multisite? The behavior I’m seeing certainly seems to suggest that that’s the issue here.

    The code is full of update_site_option / get_site_option, when it should probably just be using update_option and get_option

    Plugin Author Barry Kooij

    (@barrykooij)

    Hey Jason,

    Sorry for my delayed response, currently on a business trip. I’ll have a look at this asap.

    Cheers,
    Barry

    Plugin Author Barry Kooij

    (@barrykooij)

    Hey Jason,

    I just released version 1.7.3 which should fix this. Could you please give it another go and let me know if it’s all working for you?

    Cheers,
    Barry

    Thread Starter Jason LeMahieu (MadtownLems)

    (@madtownlems)

    It’s not. Again with the TwentyTen theme, I’m getting the same behavior – the Wizard never leaves Step 1 (though my cache table for that site is full of data), so thus never gets to Step 2 (the actual linking).

    I did, however, notice something that I failed to notice last time (or wasn’t there last time), which seems highly likely to be relevant to this issue:

    When you’re enqueueing jquery-ui-smoothness, you’re forcing an http protocol, and since we use https in the dashboard, that script fails to load. ‘Fixing’ that (well, hardcoding to https temporarily to test) allows me to finally view a progress bar on the wizard. However, it just keeps spinning.

    Looking at the the requests that are flying around, I see it keeps making the same ajax call over and over, looking something like this:

    action rp4wp_install_save_words
    ppr 25
    Source action=rp4wp_install_save_words&ppr=25

    and always getting the same response: 28

    Any ideas from that info? Thanks again!

    Plugin Author Barry Kooij

    (@barrykooij)

    Sorry to hear that, Jason! I will look further into this!

    I appreciate your feedback and suggestions. Thanks!

    Plugin Author Barry Kooij

    (@barrykooij)

    We’ve continued this over email but for anyone else reading this:

    Multisite/Network support turned out the be more work than expected, because of this and other reasons I’ve decided to only add multisite support in the Premium version of the plugin. Any questions about the Premium version should be asked directly via its website and not through these forums.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Wizard Won't Complete’ is closed to new replies.