• Resolved orthotes

    (@orthotes)


    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)
  • 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

    (@jeffmatson)

    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.