• Resolved plus1me

    (@plus1me)


    Hello mndpsingh287,

    I can not use the plug WP File Manager in WordPress, because of this error:

    Mixed Content: The page at ‘https://plus1me.com/wp-admin/admin.php?page=wp_file_manager’ was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint ‘http://plus1me.com/wp-admin/admin-ajax.php’. This request has been blocked; the content must be served over HTTPS.

    Inside the file_folder_manager.php file, URL link is taken from the website’s url, and the website’s url is starting with http:// inside the WordPress Settings. When I change the website’s url to https://, WordPress admin can not be open at all.

    So I do not know how to fix https issue.

    Could you fix the issue and send to correct file_folder_manager.php to me please.

    Thanks,

    • This topic was modified 2 years, 7 months ago by plus1me.
    • This topic was modified 2 years, 7 months ago by plus1me.
    • This topic was modified 2 years, 7 months ago by plus1me.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hey @plus1me,

    Thanks for highlighting this. You are getting this conflict due to an HTTP: URL in the file_folder_manager.php which is why your SSL is giving a Mixed content error.

    Solution:
    Please navigate to this path
    “wp-content/plugins/wp_file_manager/” in the file manager.
    Right-click on the file “file_folder_manager.php” and edit with code editor scroll down to line no.1033 and add “s” in front of the HTTP: URL then save and close the file.

    We will update the file for everyone in the upcoming version of the file manager.

    Feel free to reach out to us if you have any other questions.

    Best Regards,
    WP File Manager Support

Viewing 1 replies (of 1 total)

The topic ‘There is mixed Content in file_folder_manager.php’ is closed to new replies.