Title: Cron not working
Last modified: August 21, 2016

---

# Cron not working

 *  Resolved [cldpl](https://wordpress.org/support/users/cldpl/)
 * (@cldpl)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/cron-not-working-3/)
 * Hi,
    i’m using your plugin Wpematico, but cron stopped working after a couple
   of days after the installation. This is the error the plugin gives me if i call
   it externally:
 * _Warning: require\_once(/wp-load.php): failed to open stream: No such file or
   directory in /home/u556166603/public\_html/wp-content/plugins/wpematico/app/wpe-
   cron.php on line 10 Fatal error: require\_once(): Failed opening required ‘/wp-
   load.php’ (include\_path=’.:/usr/lib/php’) in /home/u556166603/public\_html/wp-
   content/plugins/wpematico/app/wpe-cron.php on line 10_
 * Can you help me fixing the error?
 * Thanks!
 * [http://wordpress.org/plugins/wpematico/](http://wordpress.org/plugins/wpematico/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [etruel](https://wordpress.org/support/users/etruel/)
 * (@etruel)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/cron-not-working-3/#post-4096314)
 * the file wpe-cron.php runs alone of plugin.
    if you call it externally, you must
   be sure that call wp-load.php correctly. may be your WP is installed into subdir?
 * change the line
    require_once(/wp-load.php);
 * to
    require_once(/YOUR-WP-DIR/wp-load.php);
 *  [bruce-s](https://wordpress.org/support/users/3ruce/)
 * (@3ruce)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/cron-not-working-3/#post-4096405)
 * This helped me too – thanks

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Cron not working’ is closed to new replies.

 * ![](https://ps.w.org/wpematico/assets/icon-256x256.jpg?rev=2757072)
 * [WPeMatico RSS Feed Fetcher](https://wordpress.org/plugins/wpematico/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpematico/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpematico/)
 * [Active Topics](https://wordpress.org/support/plugin/wpematico/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpematico/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpematico/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [bruce-s](https://wordpress.org/support/users/3ruce/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/cron-not-working-3/#post-4096405)
 * Status: resolved