View Single Post
Old 11-25-2008, 02:08 PM  
uno
RIP Dodger. BEST.CAT.EVER
 
uno's Avatar
 
Industry Role:
Join Date: Dec 2002
Location: NYC Area
Posts: 18,450
Does anyone still use Magpie RSS?

I'm coming up with an error and trying to find the solution, but google's results bring up mostly sites with the same problems.

Warning: MagpieRSS: Failed to parse RSS file. (Mismatched tag at line 25, column 21) in /home/does/not/matter/rss_fetch.inc on line 238

Code:
function error ($errormsg, $lvl=E_USER_WARNING) {
        global $MAGPIE_ERROR;
        
        // append PHP's error message if track_errors enabled
        if ( isset($php_errormsg) ) { 
            $errormsg .= " ($php_errormsg)";
        }
        if ( $errormsg ) {
            $errormsg = "MagpieRSS: $errormsg";
            $MAGPIE_ERROR = $errormsg;
            trigger_error($errormsg, $lvl);                
        }
}
line 238 in bold.
__________________
-uno
icq: 111-914
CrazyBabe.com - porn art
MojoHost - For all your hosting needs, present and future. Tell them I sent ya!
uno is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote