cyberhobo / wordpress-geo-mashup

Official repository for Geo Mashup, the plugin that makes WordPress into a GeoCMS. Documentation:
https://github.com/cyberhobo/wordpress-geo-mashup/wiki/Getting-Started
65 stars 15 forks source link

RSS feed error #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What versions of WordPress and Geo Mashup are you using?

WordPress 2.2.1
Geo Mashup 1.1b1
& possible conflicting plugin podPress 8.1

What steps will reproduce the problem?
Not sure. I am stuck on vacation @ my mother's house on dialup.

What is the expected behavior? What do you see instead?
Expected behavior: my RSS feed will still work
Instead: I see an error message instead of my RSS feed. It tells me the
error is on line 7 and that particular line contains a reference to
http://georss.org/, which is why I assume the error is caused by GeoMashup
- that and the problem didn't exist until I activated and used GeoMashup.
And when GeoMashup was deactivated my RSS feed worked again.

Please provide any additional information below.

My WordPress blog is a video podcast run with the WordPress plugin
podPress. Perhaps the plugins do not get along. My site, with GeoMashup
deactivated is: http://hummingcrow.com and the feed URL is
http://hummingcrow.com/feed

Thanks for thinking about checking it out - of course I don't expect you to
support podPress but it would be great to geotag my posts so people could
discover where the videos were shot.

Original issue reported on code.google.com by cheryl.c...@gmail.com on 7 Jul 2007 at 12:11

GoogleCodeExporter commented 9 years ago
Unfortunately I'm just about to head out for a week of backpacking, so I won't 
get to
it right away. Can you copy the error message for me?

Original comment by dylankk...@gmail.com on 7 Jul 2007 at 3:51

GoogleCodeExporter commented 9 years ago
I encounter the same problem. Too bad. Hope someone can help me out.

Original comment by ardboer@gmail.com on 12 Aug 2007 at 10:54

GoogleCodeExporter commented 9 years ago
Thank you for the great plugin.

The error message (by MagpieRSS) in one of my blogs:
(not well-formed (invalid token) at line 7, column 44)

There it seems to be an incompability with the wp-plugin podpress
(http://www.mightyseek.com/podpress/). When podpress is deactivated, geomash and
feeds work well.

Original comment by helge.si...@googlemail.com on 19 Sep 2007 at 6:51

GoogleCodeExporter commented 9 years ago
i have the same issue - rss feed is missing a space between georss and podpress:

xmlns:georss="http://www.georss.org/georss"xmlns:itunes="http://www.itunes.com/d
tds/podcast-1.0.dtd"

Original comment by latenigh...@gmail.com on 24 Sep 2007 at 1:37

GoogleCodeExporter commented 9 years ago
editing line 751 to
echo 'xmlns:georss="http://www.georss.org/georss" ';
seems to make it work exellent. :)

Original comment by helge.si...@googlemail.com on 27 Sep 2007 at 3:00

GoogleCodeExporter commented 9 years ago
Thanks for the fix, I will put that into the next release for WP 2.3.

Original comment by dylankk...@gmail.com on 13 Oct 2007 at 5:31

GoogleCodeExporter commented 9 years ago

Original comment by dylankk...@gmail.com on 23 Aug 2008 at 5:38