• I’ve just uploaded my latest podcast and the pod press will nod display it nor attach it to the post. Everything I uploaded yesterdays is there and playing but after the update it’s not working.

Viewing 10 replies - 16 through 25 (of 25 total)
  • This really work! Just do the following…

    1. Copy this…

    define (‘WP_POST_REVISIONS’, 0);

    2. Open your wp-config.php and paste it before this…

    // Change this to localize WordPress.

    3. The line should be this…

    define(‘WP_POST_REVISIONS’, 0);// Change this to localize WordPress.

    I hope this help…

    I did this, tried to add a post with and mp3 attachment, and got this error:
    Warning: Cannot modify header information – headers already sent by (output started at … wp-config.php:47) in … /wp-includes/pluggable.php on line 770

    I’m now getting this error every time I try to go to the wp-admin side, even though I reverted my wp-config.php file back to it’s original.

    Please Help– my entire admin interface is now not working.

    I followed your advice and I’m up and rolling! Thanks for the help!

    Genius..

    Had the issue tonight. 1st search term on Google and I found this.

    All I did was edit my wp-config.php file by pasting that line of code. Saved the post and Podpress is back up and running.

    Thank you very much.

    I used the plugin recommended by jrrl and it worked! Thank you very much.

    https://www.ads-software.com/extend/plugins/no-revisions/

    You rule, Jerd, nice tip. Come check out the fruits of your labours at our (newly fixed) podcast: Lords Of The Synth – Electro Podcast

    I discovered that this is being caused by the new revisions in 2.6. To disable them, just add:

    define (‘WP_POST_REVISIONS’, 0);

    to your wp-config.php and the problem disappears.

    Except that it doesn’t disappear. It works to some extent in FireFox because FireFox is a bit more forgiving on errors, but any other browser will crash if you try to create a new post.

    The author of this plugin promised an update two weeks ago, and since then has been silent. Even his dev site is dead.

    Both the plugin and editing the wp-config file didn’t work for me. What now? I’m supposed to launch my podcast in a week ??

    Joshbula,

    If you are getting: Warning: Cannot modify header information – headers already sent by (output started at … wp-config.php:47) in … /wp-includes/pluggable.php on line 770

    check your wp-config file to see if there is a newline character at the end of the endtag %>

    The same thing happened to me and there was an extra newline at the end of the tag. It was really undetectable and I wasted a ton of time on it.

    Also, since the plugin works great. I noticed one other thing…

    My Podpress will not show the “time” anymore for the length of the podcast. The option to analyze the length of the file is no longer there. Any idea what could have happened? Is anyone else having the same problem?

Viewing 10 replies - 16 through 25 (of 25 total)
  • The topic ‘Podpress not displaying new audio posts in 2.6’ is closed to new replies.