Title: [Plugin: Better WP Secutiry] Warning   Fatal error
Last modified: August 20, 2016

---

# [Plugin: Better WP Secutiry] Warning Fatal error

 *  Resolved [ADBL](https://wordpress.org/support/users/adbl/)
 * (@adbl)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-better-wp-secutiry-warning-fatal-error/)
 * Hi there —
 * I’m getting these two errors after tweaking BWPS:
 * > Warning: require(/bla/www/wp-includes/pomo/mo.php) [function.require]: failed
   > to open stream: No such file or directory in /bla/www/wp-settings.php on line
   > 73
   > Fatal error: require() [function.require]: Failed opening required ‘/bla/www/
   > wp-includes/pomo/mo.php’ (include_path=’.:/usr/local/lib/php’) in /bla/www/
   > wp-settings.php on line 73
 * In wp-settings.php, line 67-73 read:
 *     ```
       // Load early WordPress files.
       require( ABSPATH . WPINC . '/compat.php' );
       require( ABSPATH . WPINC . '/functions.php' );
       require( ABSPATH . WPINC . '/class-wp.php' );
       require( ABSPATH . WPINC . '/class-wp-error.php' );
       require( ABSPATH . WPINC . '/plugin.php' );
       require( ABSPATH . WPINC . '/pomo/mo.php' );
       ```
   
 * I tried commenting out the last line, and then get:
 * > Fatal error: Class ‘NOOP_Translations’ not found in /bla/www/wp-includes/l10n.
   > php on line 499
 * In l10n.php, line 496-499 read:
 *     ```
       function &get_translations_for_domain( $domain ) {
       	global $l10n;
       	if ( !isset( $l10n[$domain] ) ) {
       		$l10n[$domain] = new NOOP_Translations;
       	}
       	return $l10n[$domain];
       }
       ```
   
 * I believe I initially got these msgs after checking all options relevant to meta
   tags.
 * The whole site is down (front + back). Thanks!

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

 *  Thread Starter [ADBL](https://wordpress.org/support/users/adbl/)
 * (@adbl)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-better-wp-secutiry-warning-fatal-error/#post-2961949)
 * I tried renaming/disabling .htaccess, still no luck.
 * Please let me know what other info I need to provide if any (from php_info or
   else). TIA.
 *  Thread Starter [ADBL](https://wordpress.org/support/users/adbl/)
 * (@adbl)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-better-wp-secutiry-warning-fatal-error/#post-2961973)
 * I just realized that all subdirectories inside /wp-includes /wp-content and wp-
   admin had been deleted…
 *  Thread Starter [ADBL](https://wordpress.org/support/users/adbl/)
 * (@adbl)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-better-wp-secutiry-warning-fatal-error/#post-2962036)
 * Clean install done. I’ll never know.

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

The topic ‘[Plugin: Better WP Secutiry] Warning Fatal error’ is closed to new replies.

## Tags

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

 * 3 replies
 * 1 participant
 * Last reply from: [ADBL](https://wordpress.org/support/users/adbl/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-better-wp-secutiry-warning-fatal-error/#post-2962036)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
