• Warning: strpos() [function.strpos]: Offset not contained in string in /wp-content/plugins/sexybookmarks/includes/public.php on line 194

    Messes up category, tag and search feeds.

    Thanks, Bryan

Viewing 1 replies (of 1 total)
  • I had the same problem so I was just disabled the lines 193 and 194.

    From:
    $isphp = false !== strpos($r[‘feed_permalink’],’.php’,
    strlen($r[‘feed_permalink’]) – 4);

    To:
    //$isphp = false !== strpos($r[‘feed_permalink’],’.php’,
    //strlen($r[‘feed_permalink’]) – 4);

    Now the SexyBookmarks seems to work well.

    Anyone have a better solution?

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: SexyBookmarks] Messes up RSS Feeds’ is closed to new replies.