Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author mvied

    (@mvied)

    I just pushed out a hotfix for this into 3.0.3. Delete the plugin and re-install from the Dashboard. Let me know if the error stops.

    Thread Starter jlapitan

    (@jlapitan)

    it is ok now

    @mvied, I am confused about this code, though you have solved the array issue, but the merge logic is correct?

    $matches = array_merge($httpsMatches, $httpsMatches);

    Shouldn’t it be like

    $matches = array_merge($httpMatches, $httpsMatches);

    OR

    $matches = array_merge($httpMatches, $httpMatches);

    ??????????

    Plugin Author mvied

    (@mvied)

    Yes, it should. Hah. I’ll fix it.

    @mvied good. 🙂

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘[Plugin: WordPress HTTPS (SSL)] Error Log’ is closed to new replies.