• Resolved Jose Luis Cruz

    (@joseluiscruz)


    Hi,

    I’ve encountered a strange bug using your plugin.

    After migrating my website to a different location in the same server, everything works the same except that I noticed that the File Size column was blank.

    I discovered that it only happened with the Ithemes Security plugin active. I deleted all its data and starting changing things one by one, and discovered that when I enable the option: “SSL (Configure use of SSL to ensure that communications between browsers and the server are secure)” even if I don’t enable any of the inner settings, then the File Size column in the Media Library, created by Admin Columns, doesn’t show the values.

    This wasn’t a problem before the migration, which I did with the Duplicator plugin, as I often do. And there are no errors or warnings even with the debug mode enabled.

    I hope this info is useful to you.

    thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Jose Luis Cruz

    (@joseluiscruz)

    I have more info.

    The WordPress URL in the general site options was still configured with https:// , and when I moved it to https:// this problem went away.

    Plugin Author Stefan van den Dungen Gronovius

    (@dungengronovius)

    Hi Jose,

    Thanks for your feedback.
    I believe this is an URL scheme issue.
    I think the constant WP_CONTENT_URL does not match the way the attachment url is get.

    Can you echo the following in your environment if you’re a developer?
    echo wp_get_attachment_url( $custom_attachment_id ); // Choose any attachment ID
    and
    echo WP_CONTENT_URL;

    Probably the first echo does not have the https protocol while the contact is set to https. I will discuss with the team if this is an issue in our plugin or not.

    Plugin Author Stefan van den Dungen Gronovius

    (@dungengronovius)

    This issue is fixed for the upcoming release

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘File Size Conflicts with Ithemes Security SSL’ is closed to new replies.