The MU forums have moved to WordPress.org

Ozh Youtube Favorites Plugin (2 posts)

  1. slipxaway
    Member
    Posted 17 years ago #

    Does anyone use this? I've gotten it installed fine, but whenever I view the page, it gives me an error message like "init(); unknown function in line 79 of /wp-content/plugins/youfav/wp_ozh_youfave.php"

    I checked the code for that line and here is the code surrounding it, with init(); being on line 79.
    function ozh_youfave_fetch($url) {
    global $ozh_youfave;
    require_once(ABSPATH.'/wp-includes/rss-functions.php');

    init();
    $cache = new RSSCache( '', 3600 ); // use default or user-defined cache directory, and cache for one hour
    if (!$cache->ERROR) {
    // return cache HIT, MISS, or STALE
    $cache_status = $cache->check_cache($url);
    }

    I don't know whats causing this error, but I do know that I dont have an rss-functions.php file in my wp-includes folder... I tried switching it to use cache.php, but I get the same error.

    Anyway see what the problem is or has anyone dealt with this before? Thanks alot for the help.

  2. andrea_r
    Moderator
    Posted 17 years ago #

    rss-functions.php used to be in the build; I think it also worked with rss.php, so I'd try that and see what happened. :)

    (but I'm just guessing here)

About this Topic

  • Started 17 years ago by slipxaway
  • Latest reply from andrea_r