• Resolved ajbeaven

    (@ajbeaven)


    I’ve got an issue where when I click on “Crop thumbnails” or “Crop featured image”, the iframe that appears in the modal is the root URL for my blog rather than the page that lets you modify the thumbnails.

    I think this occurs because the request to admin-ajax.php throws a 404:

    Note the URL to admin-ajax-php is incorrect:

    /blog/wp-admin//blog/wp-admin/admin-ajax.php?action=croppostthumb_ajax&post_id=590

    Note: I’m not 100% sure this is specifically to do with this specific version as I haven’t tried to use the plugin for a while.

    • This topic was modified 7 years, 10 months ago by ajbeaven.
    • This topic was modified 7 years, 10 months ago by ajbeaven.
Viewing 1 replies (of 1 total)
  • Thread Starter ajbeaven

    (@ajbeaven)

    Ah, found the problem – no issue with the plugin. The blog was a sub-Application in IIS and was inheriting a module that handled localized URLs. This module was rewriting the response before it was rendering and caused this problem on the blog.

Viewing 1 replies (of 1 total)
  • The topic ‘Problems with WordPress Version 4.7.5’ is closed to new replies.