Title: LAST UPDATE CRASHING
Last modified: October 3, 2017

---

# LAST UPDATE CRASHING

 *  Resolved [orthotes](https://wordpress.org/support/users/orthotes/)
 * (@orthotes)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/last-update-18/)
 * Last update has totally crashed the site. I had to manually disable it.
 * The error is the following: Warning: require_once(/XXX/XXX/public_html/wp-content/
   plugins/heartbeat-controlautoloader.php): failed to open stream: No such file
   or directory in /home/orthotes/public_html/wp-content/plugins/heartbeat-control/
   heartbeat-control.php on line 36

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

 *  [gecko_guy](https://wordpress.org/support/users/gecko_guy/)
 * (@gecko_guy)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/last-update-18/#post-9552126)
 * A solution that works for most can be found on a number of the recent posts, 
   but here it is for this thread:
 * – Open heartbeat-control.php
 * – Go to line 36 and find:
    `require_once( dirname( __FILE__ ) . 'autoloader.php');`
 * – Replace it with:
    `require_once( dirname( __FILE__ ) . '/autoloader.php' );`
 *  Plugin Author [Jeff Matson](https://wordpress.org/support/users/jeffmatson/)
 * (@jeffmatson)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/last-update-18/#post-9552499)
 * There was a pathing issue that occurred across all sites, but is now fixed. You
   should be all set with version 1.1.2. Sorry about that.

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

The topic ‘LAST UPDATE CRASHING’ is closed to new replies.

 * ![](https://ps.w.org/heartbeat-control/assets/icon-256x256.png?rev=2952275)
 * [Heartbeat Control](https://wordpress.org/plugins/heartbeat-control/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/heartbeat-control/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/heartbeat-control/)
 * [Active Topics](https://wordpress.org/support/plugin/heartbeat-control/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/heartbeat-control/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/heartbeat-control/reviews/)

 * 2 replies
 * 0 participants
 * Last reply from: [Jeff Matson](https://wordpress.org/support/users/jeffmatson/)
 * Last activity: [8 years, 8 months ago](https://wordpress.org/support/topic/last-update-18/#post-9552499)
 * Status: resolved