Title: Debugging wp-cron.php
Last modified: August 19, 2016

---

# Debugging wp-cron.php

 *  [raywhite](https://wordpress.org/support/users/raywhite/)
 * (@raywhite)
 * [18 years ago](https://wordpress.org/support/topic/debugging-wp-cronphp/)
 * As everyone knows, scheduled posts in WP2.5 don’t actually post. In other words,
   scheduling doesn’t work.
 * I read one thread that discussed running wp-cron.php with an hourly schedule.
   That doesn’t work either. In fact, opening the page “[http://myblog.com/wp-cron.php&#8221](http://myblog.com/wp-cron.php&#8221);
   also doesn’t work.
 * I decided to dig into wp-cron.php to find out what was wrong. I found that the
   code doesn’t think there are any scheduled posts.
 * This function (below) returns an empty array. Does anyone have a workaround for
   this php code?
 *  $crons = _get_cron_array();
 * –ray

The topic ‘Debugging wp-cron.php’ is closed to new replies.

## Tags

 * [$crons](https://wordpress.org/support/topic-tag/crons/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [raywhite](https://wordpress.org/support/users/raywhite/)
 * Last activity: [18 years ago](https://wordpress.org/support/topic/debugging-wp-cronphp/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
