Support » Plugin: Solid Security – Password, Two Factor Authentication, and Brute Force Protection » Fatal error: Class 'ITSEC_Four_Oh_Four_Admin' not found

  • So was getting a white screen wp-admin after upgrading to 4.9.0, so after renaming and attempting to reactivate the plugin I’m getting the error:
    Fatal error: Class 'ITSEC_Four_Oh_Four_Admin' not found in [SERVER]\wp-content\plugins\better-wp-security\core\class-itsec-core.php on line 1377

    As the only reference I can find to ITSEC_Four_Oh_Four_Admin is in /core/modules/class-itsec-four-oh-four-admin.php with nothing referencing it, might be a typo?
    Haven’t tried deleting all plugin data yet as I’d like to try and resolve it without losing settings, but I’d imagine that would fix it.

    https://wordpress.org/plugins/better-wp-security/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Reviewed the relevant code in the class-itsec-core.php file.
    Should work fine. Works fine in my test env.

    So this is the result of working around the blank screen wp-admin issue.

    Perhaps better to try and do a proper root cause analysis on the first issue.

    In any blank screen scenario change WP_DEBUG to true in the wp-config.php file.
    Then hope for a PHP error msg being displayed in the blank screen.
    Perhaps the same error will be displayed …

    dwinden

    Also the ITSEC_Four_Oh_Four_Admin class is defined in the better-wp-security/core/modules/four-oh-four/class-itsec-four-oh-four-admin.php file.

    Perhaps you should manually remove the entire better-wp-security folder and replace it with a fresh copy of the iTSec plugin files …

    dwinden

    @alexm

    Ever figured out what was wrong ?

    dwinden

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fatal error: Class 'ITSEC_Four_Oh_Four_Admin' not found’ is closed to new replies.