GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Does anyone still use Magpie RSS? (https://gfy.com/showthread.php?t=871580)

uno 11-25-2008 02:08 PM

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.

mrkris 11-25-2008 02:41 PM

I was never fond of magpie, but you might want to make sure that the feed you are pulling in validates.

uno 11-25-2008 03:05 PM

Quote:

Originally Posted by mrkris (Post 15104410)
I was never fond of magpie, but you might want to make sure that the feed you are pulling in validates.

There are so many feeds, I have no idea which could be causing the issue. sigh.

mrkris 11-25-2008 03:09 PM

Quote:

Originally Posted by uno (Post 15104527)
There are so many feeds, I have no idea which could be causing the issue. sigh.

Time to start testing each :)

woj 11-25-2008 06:02 PM

if all fails, just comment out the line that gives you the error :thumbsup :1orglaugh

fris 11-25-2008 06:03 PM

post the feed you are trying to grab


All times are GMT -7. The time now is 06:23 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc