• Resolved jdudeo

    (@jdudeo)


    Would like a follow up to this issue, which was a year ago. Any reason why this hasn’t been fixed? Renaming the login page is breaking other plugins. Cheers

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Contributor wpsolutions

    (@wpsolutions)

    Hi @jdudeo,
    Thanks for reminding me…..I forgot about that.

    Can you please give me an example or two of which plugins this breaks and also some reproduction steps so when I apply the fix I can verify it?

    Thread Starter jdudeo

    (@jdudeo)

    In my situation, I’m using my own custom plugin that I’m not at liberty to share, but the broken part is just a <form> that makes a POST request to admin-post.php.

    Making this request leads to a blank page that just says ‘not available’.

    Maybe just by putting this in a shortcode you’ll be able to replicate it:

    <form method="post" action="<?= admin_url( 'admin-post.php' ); ?>">
        <input type="submit" value="submit">
    </form>

    I really appreciate you giving this attention.

    Cheers

    Thread Starter jdudeo

    (@jdudeo)

    By the way, you’re not going to be able to replicate the error when logged in, I learned that the hard way (in production)

    Plugin Contributor wpsolutions

    (@wpsolutions)

    Hi @jdudeo
    If you’d like to verify my proposed fix please get in touch with me using my contact form.

    Thread Starter jdudeo

    (@jdudeo)

    Thanks, just sent a message here https://support.tipsandtricks-hq.com/contact

    Plugin Contributor wpsolutions

    (@wpsolutions)

    Please contact me directly via my site (see my profile)

    Thread Starter jdudeo

    (@jdudeo)

    sent!

    The issue is still not resolved. The custom plugins can’t post to admin-post.php

    Plugin Contributor wpsolutions

    (@wpsolutions)

    The fix will be in the next release which is coming out soon.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘admin-post.php not available’ is closed to new replies.