I have updated to the latest wordpress and since wp 2.8 I am facing lots of issues.
Firstly it keeps logging off on its own randomly. So I sign in and when I click the add new tab, it asks me to log in again.
And now it has started to miss schedule. I schedule a post and afterwards I see that the post is not published. What I see later is that it says missed schedule. Screenshot attached http://fasbusa.googlepages.com/schedule.JPG
What I don't understand why does wordpress launch upgraded versions without testing it significantly.
Have you tried:
- deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).
- switching to the default theme to rule out any theme-related problems.
Thanks esmi for your reply. I have not installed any new plugins nor have I made any changes in the theme in the past 1 month. However this problem of missing schedule started today itself which has never happened before.
Any solutions there? Some issue in WP 2.8
Now wordpress time zone fails. Its showing wrong timings due to which posts are all going in any order!
Esmi, I deactivated all the plugins still the problem persists. I even changed theme to default theme, still the problem persists. Any other thing that can be done?
Hey Busa,
I had the same problem recently with WordPress after a client asked for an upgrade...
I really wanted to stay away from "Frankensteining" the core files of wordpress as the article you linked to does, so the fix I found only asks you to add one line of code to your wp-config.php file:
//added for cron posts
define(‘ALTERNATE_WP_CRON’, true);
Stick that in the wp-config.php file and you should be good. For a full(er) explanation, you can check out my blog post on the subject.
@Sankho,
It works on me. Thanks.