Title: Fatal error with WordPress 4.4 Beta 3
Last modified: August 30, 2016

---

# Fatal error with WordPress 4.4 Beta 3

 *  Resolved [agkozak](https://wordpress.org/support/users/agkozak/)
 * (@agkozak)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/fatal-error-with-wordpress-44-beta-3/)
 * On installing WordPress 4.4 Beta 3, I get the fatal error:
 * Fatal error: Class ‘HackRepair_Plugin_Archiver_Options’ not found in C:\wamp\
   www\localelsie\wp-content\plugins\hackrepair-plugin-archiver\hackrepair-plugin-
   archiver.php on line 140
 * This happens even when all other plugins are disabled, by the way.
 * Thanks!
 * [https://wordpress.org/plugins/hackrepair-plugin-archiver/](https://wordpress.org/plugins/hackrepair-plugin-archiver/)

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

 *  Thread Starter [agkozak](https://wordpress.org/support/users/agkozak/)
 * (@agkozak)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/fatal-error-with-wordpress-44-beta-3/#post-6731659)
 * I think I’ve got a solution for you: in hackrepair-plugin-archive.php at line
   89 change
 *  `require_once ( 'includes/options.php' );`
 * to
 *  `require_once( dirname( __FILE__ ) . '/includes/options.php' );`
 * That seems to make the problem go away entirely.
 * Alex
 *  Plugin Author [The Hack Repair Guy](https://wordpress.org/support/users/tvcnet/)
 * (@tvcnet)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/fatal-error-with-wordpress-44-beta-3/#post-6731714)
 * Just released 2.01 today.
    Let’s see if that resolves the bug.
 * And thanks again for your help in reporting this.
 *  Thread Starter [agkozak](https://wordpress.org/support/users/agkozak/)
 * (@agkozak)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/fatal-error-with-wordpress-44-beta-3/#post-6731718)
 * No problem! Well done!
 *  Plugin Author [The Hack Repair Guy](https://wordpress.org/support/users/tvcnet/)
 * (@tvcnet)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/fatal-error-with-wordpress-44-beta-3/#post-6731719)
 * Thanks again.
 *  [idaryl](https://wordpress.org/support/users/idaryl/)
 * (@idaryl)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/fatal-error-with-wordpress-44-beta-3/#post-6731740)
 * Parse error: syntax error, unexpected T_FUNCTION in /home/xxxxxxxx/public_html/
   plumber2/wp-content/plugins/hackrepair-plugin-archiver/includes/bulk.php on line
   92
 * I still get this error even with the latest version – and on 4 seperate installs

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

The topic ‘Fatal error with WordPress 4.4 Beta 3’ is closed to new replies.

 * ![](https://ps.w.org/hackrepair-plugin-archiver/assets/icon-256x256.png?rev=1217684)
 * [The Hack Repair Guy's Plugin Archiver](https://wordpress.org/plugins/hackrepair-plugin-archiver/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/hackrepair-plugin-archiver/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/hackrepair-plugin-archiver/)
 * [Active Topics](https://wordpress.org/support/plugin/hackrepair-plugin-archiver/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/hackrepair-plugin-archiver/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/hackrepair-plugin-archiver/reviews/)

## Tags

 * [fatal error](https://wordpress.org/support/topic-tag/fatal-error/)
 * [wordpress 4.4](https://wordpress.org/support/topic-tag/wordpress-4-4/)

 * 5 replies
 * 3 participants
 * Last reply from: [idaryl](https://wordpress.org/support/users/idaryl/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/fatal-error-with-wordpress-44-beta-3/#post-6731740)
 * Status: resolved