• I posted a question under a similar topic, but it is marked “resolved” so I got no response. It doesn’t look resolved to me. Can anyone point me to the fix that will make the scheduled posts go live when I have them timestamped? This is a problem w/ my 2.1 install.

Viewing 15 replies - 16 through 30 (of 37 total)
  • Thread Starter sequenceinc

    (@sequenceinc)

    I didn’t even know it was possible to roll back. Anyone want to give me a clue where to send my web guy for instructions?

    I meant 2.0 Jon πŸ™‚ Wouldn’t touch 2.1ish. Is anyone any closer to fixing this? It’s causing me huge problems!

    Ha ha! Yeah, I’ve been thinking of 2.0.9 myself. sequenceinc, the only way to roll back and keep your stuff is if you have a backup of your 2.0 version. Moving to 2.1 changed the database irreversably. Beyond that, it’s delete everything, upload 2.0.9, and start rebuilding one post at a time. :o\

    Any further progress with this?

    zerohalo

    (@zerohalo)

    I’m experiencing the same problem after upgrading to WP 2.1. Unfortunately I don’t have the possibility of rolling back to WP 2.0. Is there any possibility of fixing this???

    cou

    (@cou)

    No good news I’m afraid zerohalo. I’m still having the same issue.

    with all the responses to this post i get messed up but if the problem is that the scheduled posts aren’t showing in the dashboard (Scheduled Entries: section) the solution is this…

    you have to modify your db.. go to the posts table and add to the list in posts-status field the string future and that’s all… this was solved by Abasme and me after a couple of hours figuring out this issue … I hope this helps

    I think I have discovered another cause for this. I am having the same issue. I saw several people chalk this up to DNS…however, when I created a simple php script to try and fsockopen my own host over port 80 I see an error 111 Connection refused. Since this is on a server I managed and setup, it suddenly made me remember the firewall I configured. It is VERY common that the very first rule in a firewall is to deny any connections coming over the external card that claim to be originating from yourself. This is a common ip packet spoof used in DOS attacks and why would you be connecting to yourself over the outside network anyway…use loopback. SO, the issue here is that the fsockopen connection over port 80 to myself was being blocked by the firewall. To solve this you need to chnage this line

    $cron_url = get_option( ‘siteurl’ ) . ‘/wp-cron.php’;

    to this

    $cron_url = ‘http://127.0.0.1/wp-cron.php’;

    You may need to add more before the wp-cron.php if your wp install is in a subfolder. This will cause the connection to be made over the loopback interface and the firewall will allow it as it should.

    I suggest (and will create a trac ticket) that the wordpress code change to do this by default, or at least give you the option.

    chewblocka, what file is that?

    Hi everybody! I’m a new member in this support forum and the reason is because I’m having the same problem as you guys – my scheduled future posts do not appear. I’m using WordPress 2.2 and I have no solution but want to tell you how it works for me, maybe it can be a clue to someone.

    My posts seem to become published when they are supposed to, except that they don’t show. But, as soon as someone viewing my site – anyone out there – hits the reload button on their browser, the post appears and the ping goes out. Really strange if you ask me.

    I’ve had so much problems with WordPress now that I’m seriously considering changing to another blog/publishing tool. I’d prefer to find a quick and easy solution to this problem though and not having to go through the hassle of changing. Best of luck to you all!

    Some more commentary on this issue here:

    http://wordpress.org/support/topic/103289

    Hi, I never experienced this problem–until I upgraded to WordPress 2.3. Does this in anyway rule out that it is a server side problem (if the upgraded only affected WordPress, and not the server…)?

    To elaborate, when I make a timestamp set for the future, the post no longer published on that date, I need to reopen that post once that timestamp has passed and click “save”.

    Thanks.

    Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    Hi, I never experienced this problem–until I upgraded to WordPress 2.3. Does this in anyway rule out that it is a server side problem?

    No. Actually, it pretty much confirms that it is a server problem.

    WordPress 2.3 handles things differently. For this functionality to work, the server must be capable of connecting back to itself. Most servers allow this. A few have misconfiguration problems, some have firewall issues. Nevertheless, servers that do not allow connections back like this are not WordPress 2.3 compatible and must be fixed. Talk to your host about it.

    Thanks Otto, I’ll chat with them tomorrow. I use Genevate, and they have been really WordPress savvy and friendly so far.

    I just spoke with our host and they said,

    “You need to just wait for a patch to upgrade it or shut off the plugins you are using.”

    Any suggestions, or known plugin conflicts?

Viewing 15 replies - 16 through 30 (of 37 total)
  • The topic ‘Scheduled posts do not appear’ is closed to new replies.