Viewing 1 replies (of 1 total)
  • Thread Starter tomodea

    (@tomodea)

    OK. I’ve now figured out how to fix this.

    The problem is in wp-socializer.php. Replace this statement:
    $url = (!empty($_SERVER['HTTPS'])) ? "https://" . htmlspecialchars($_SERVER['HTTP_HOST']) . $_SERVER['REQUEST_URI'] : "https://" . htmlspecialchars($_SERVER['HTTP_HOST']) . $_SERVER['REQUEST_URI']; // Revised since v2.4.9.7

    with this:
    $url = get_permalink();

    Regards, Tom

Viewing 1 replies (of 1 total)
  • The topic ‘Printer Friendly Button gives File not found’ is closed to new replies.