Yesterday had a quick look at podPress, the premier plugin for podcasting. It has a small incompatibility with the new Post Revisions feature introduced in WordPress 2.6.
PodPress seems to be in the middle of a large update. I’ve used the “experimental” version (8.9) of the plugin and emailed the proposed fix to the authors, however for the more impatient here is the patch:
function post_edit($post_id) {
GLOBAL $post;
if($this->justposted) {
return;
}
$this->justposted = true;
if ( isset($_POST['post_ID']) && (int) $_POST['post_ID'] )
$post_id = (int) $_POST['post_ID'];
$this->settings_item_save($post_id, $_POST);
}
It goes in podpress/podpress_admin_class.php, around line 51. What it does is to make sure the custom post meta fields used by podPress are attached to the actual Post, not one of the revisions.
John Bollwitt said
Thanks for this info! Will come in handy as we prep a new season of thecrazycanucks.com for this fall.
Otto said
Similar fix might work in 8.8 (non-experimental):
function post_edit($post_id) { GLOBAL $post; if($this->justposted) { return; } $this->justposted = true; // ADD THESE NEXT TWO LINES if ( isset($_POST['post_ID']) && (int) $_POST['post_ID'] ) $post_id = (int) $_POST['post_ID']; if($this->checkWritableTempFileDir(false)) { ...PodPress Problems - DIY Themes Forums said
[...] information and a partial fix can be found on Andrew Ozz’s blog. __________________ – Rick Beckman, DIY Themes Support How to Ask Support Questions the Smart [...]
Kenneth Stein said
Going to try it out. Much thanks!! Revising the code now.
stefano said
the Otto fix worked for me with wp.2.6 & podpress 8.8
they are going crazy on podpress forum!
TK said
The Otto patch worked for me, also. (wp 2.6 & pp 8.8)
Thanks!
human3rror said
Word. Thanks for this!
Allan Schmidt said
Otto:
Does the fix work for firefox only or should it work for IE as well?
Andrew Ozz said
Thanks Otto, that will work in 8.8. First I tried installing 8.8, but a few js errors popped up, so went with 8.9 that seems to be more compatible.
PodPress 8.8/WP 2.6 Workaround : Edward Champion’s Reluctant Habits said
[...] tried out Andrew Ozz’s workaround for podPress 8.9 experimental and could not get it to work. But in the comments on that thread, a gentleman by the name of Otto [...]
ajTwist said
I can’t get either code to work. I’m using Podpress 8.8 with WP 2.6. Does Ozz’s code need to be on line 51 as well?
ajTwist said
opps ment otto’s code… not ozz’s
Ξ Inoffizieller Fix für PodPress-Probleme Ξ UPLOAD - Magazin für digitales Publizieren Ξ said
[...] von WordPress funkt PodPress dazwischen. Einen inoffiziellen Fix dieses Problems kann man auf dieser Seite nachlesen. Eine schon früher veröffentlichte Möglichkeit ist es, das Artikelversionen-Feature [...]
Andrew Ozz said
@ajTwist: in 8.8 the function “post_edit” is on line 576 in podpress/podpress_admin_class.php.
eXtra For Every Publisher » Blog Archive » PodPress and WordPress 2.6: A Quick Update said
[...] Andrew Ozz was one of the first to get the PodPress 8.9 experimental release working for many people, with a fix that should fix PodPress for those using WordPress 2.6 and having issues due to the post revisions feature that WordPress now includes. [...]
Drew said
HELP the podpress neophyte! I am using wordpress 2.6 and podpress 8.8….now where exactly do I find the place to put the code that otto suggests to fix the 8.8 problems? thanks!!!
Robin said
Brilliant, it works. Thanks a lot!
Workarounds that work in Podpress 8.8 for Wordpress 2.6 | Robin Malau Dot Com - Rockstar now Geek said
[...] as always, WordPress community is awesome. Andrew Ozz has given a workaround in his blog and a commenter name Otto also gave a simple tricks that work for me (Otto also the creator of PHP [...]
Podcasters Take Care with Wordpress Upgrade : InternetBasedMoms Experts said
[...] can find the fix that I used successfully right here. Look at Otto’s comment [...]
Richard said
Thanks – the fix got podpress running again, just cut and placed into the code as described.
Mind you that’s only half the story, no matter how may times I tell WP where the source media files are it looks for them elsewhere.
I upgraded because of security issues and it’s been a headache since. Any advice on this much appreciated.
PodPress 8.8 and WordPress 2.6 | Watershed Studio, LLC | Indianapolis, Indiana said
[...] new version is still not out, but Andrew Ozz has posted a quick fix for those of you who don’t want to wait and are comfortable updating the plugin code [...]
four8.org » A proper fix for PodPress in WordPress 2.6 said
[...] Go here for a post by Andrew Ozz that explains how to fix the problem. Note that if you’re using PodPress version 8.8 you’ll find the fix in the comments section of that post. [...]
Nikola said
Why haven’t you linked to to Otto’s website in your post, all people’s responses are that his patch works? Are you writing a book or are you writing a hyperlinked-web-internet post?
Jason said
Finally did the manual update just b/c I was tired of waiting on MightySeek. It did in fact fix the Podpress, so thanks for that. However, now my RSS feed apparently isn’t loading…suggestions?
Mike Law said
As a sidenote, I’m currently using the Podcasting plugin with v2.6.2 and it works great as a replacement for PodPress! But you have to reenter all your old PodPress podcasts on each post.
Mike Law said
P.S. The spam filters really suck here so I can’t add a link to the Podcasting plugin on WordPress.org
Just do a search over in the plugins section there for Podcasting
Ray said
I’ve noticed the fix doesn’t work in IE, but does work in Firefox.
Is there a fix that works with IE?
mojtaba said
thanx dude
sank said
patch did not work for me on IE using wp 2.6.2 and podpress 8.8 ;(
publicdefender said
The patch didn’t work for me, but changing the player option to popup only prevents IE from crashing.
applied web vitals said
this patch for PodPress worked perfectly for me on WordPress v2.6.3 with PodPress v8.8
Jack said
Problem 1:
Do anyone has problem detecting the length of an MP3 file? It seems that it will detect the size of file but not the duration.
Problem 2:
The space characters ( ) is being put in the itunes:summary tag without the “&” sign. So any spaces will show up as “nbsp” in the summary feed.
Problem 3:
wma is an audio file extension, but Podpress think it is video format (Media File -> Type drop-down) and therefore unable to detect it properly.
Anyone know how to fix these? Thanks.
Podpress & Wordpress broken at FawcettMade said
[...] fawcettmade isnt displaying properly at the moment. I am however investigating some fixes including this one (which also has a link to PodPress 8.9) and maybe even replacing it with the Podcasting plugin (if [...]
Angelo Mandato said
Not sure if others are aware that there’s another WordPress podcasting plugin available called Blubrry Powerpress. It does not yet have all of the features found in Podpress but for the typical podcaster it does everything that’s needed. It imports Podpress settings and also has a setting to process previously created Podpress episodes. http://www.blubrry.com/powerpress/
deep said
I am having the same WMA problem. it seems the developer of podpress doesn’t work with windows, which could explain why WMA is listed as a video type and not an audio type.
Anyone know of a fix? The podpress forums are down so no way to get this problem in.
Brandt said
I just enabled the ‘No Revisions’ plugin for WordPress (which is great even if you don’t use Podpress) and that fixed it for me a few months back.
neville said
I’ve decided to bite the bullet and get rid of Podpress. The final straw was encountering a weird error a few days ago with v8.8, as this screenshot shows:
http://www.twitpic.com/oojr
About to try the Blubrry Powerpress WP plugin as I know a few podcasters who think this is pretty good.
http://www.blubrry.com/powerpress/
Özgür Can said
teşekkürler dostum ozgurcan.net
Rainy City Radio said
Just wondering if you have tried the PowerPress plugin by Blubrry? We are seriously thinking of jumping ship from PodPress because of the lack of updates. And, with the pending WordPress 2.7 release we are anticipating it to break even more than it currently is.
So, just wondering what the buzz is about PowerPress and if it is even worth looking at.
Warren said
Rainy City Radio – Thanks for mentioning the alternative. I just tried it on my site ( wp 2.7 rc1) and it worked easily. After I installed it, I had to go to settings (can’t get to it under plugins) and select Blubrry Powerpress to allow it to detect the settings, etc and then save it. After I did that, I disabled and deleted podpress (forever!) and everything worked great! I am a small scale guy and my income is not related to this so take my info for what it’s worth…
Chris from Strangedesign.net's Half Hour Music Hour said
Anyone have 2.6.5 working with 8.8?
Bill said
I have 2.6.5 and 8.8 and I can’t get it to work. I’ve used Oz’s patch and I still get frozen when I go to write. Any suggestions? I’m ready to switch to Blubrry.
Thanks!
Brent Norris said
any guesses on how well the patch might work with wp 2.7?
Donal said
Spotted this just too late. Got rid of PodPress on one of my sites last night. Now using 1 Pixel Out which seems fine. Although it would take a lot of work to update all posts if you had a lot of podcasts on your site already.
myself said
new podcasting plugin have import feature, then you can use it with this player, and there is a thread about converting on wordpress forum
Podpress compatible con WordPress 2.6 y 2.7 | Ayuda WordPress said
[...] el mejor plugin que hay para hacer podcasting tiene una pequeña incompatibilidad con las revisiones de posts introducidas en WordPress 2.6 y, lógicamente, WordPress [...]
Brian said
For some reason, when I post my podcast, it never shows up in my feed reader. Is it supposed to take awhile?? Could I have accidentally removed something from page.php that WordPress uses to automatically add a link to the file in the RSS/Atom feed??????
Podpress & Wordpress broken | Drupal Test said
[...] fawcettmade isnt displaying properly at the moment. I am however investigating some fixes including this one (which also has a link to PodPress 8.9) and maybe even replacing it with the Podcasting plugin (if [...]
Paul Dymon films said
Installed 8.8 and worked perfect until my last two posts. Both return errors from iTunes. They show up but do not download. I believe the conflict from my troubleshooting is NextGENeration Photo gallery 1.2
Anyone have this issue? Find an answer?
links for 2008-08-01 [delicious.com] - Ryan Markel said
[...] PodPress in WordPress 2.6 Little fix to get the latest experimental version of PodPress up and running with WordPress 2.6. (tags: wpmu wordpress podcast plugin howto) [...]
Daniel said
@Paul Dymon
I just started to see the issue. Mine is weird. I have a gallery on my homepage and I use this method to embed on the homepage
but when I do the latest podcast shows up on the bottom. Help needed.
A proper fix for PodPress in WordPress 2.6 « WPatch.com said
[...] Go here for a post by Andrew Ozz that explains how to fix the problem. Note that if you’re using PodPress version 8.8 you’ll find the fix in the comments section of that post. [...]