5.4.5 error : class-itsec-global-settings.php not found. (On NGIX)
-
After updating to latest version (trough WordPress or FTP) I’m getting the following error:
Warning: require(/shared/home/XYZ/domains/XYZ.nl/public_html/site/wp-content/plugins/<strong>better-wp-security/core/class-itsec-global-settings.php</strong>): failed to open stream: No such file or directory in /shared/home/XYZ/domains/XYZ.nl/public_html/site/wp-content<strong>/plugins/better-wp-security/core/class-itsec-core.php</strong> on line 267 Fatal error: require(): Failed opening required '/shared/home/XYZ/domains/XYZ.nl/public_html/site/wp-content/plugins/better-wp-security/core/class-itsec-global-settings.php' (include_path='.:/usr/local/lib/php') in /shared/home/XYZ/domains/XYZ.nl/public_html/site/wp-content/plugins/better-wp-security/core/class-itsec-core.php on line 267I’ve looked in the ZIP of the latest version and that file(class-itsec-global-settings.php) is not there at all.
The lines of code that requests theses files comes from:
if ( $file == $this_plugin ) { $settings_link = '<a href="' . esc_url( self::get_settings_page_url() ) . '">' . __( 'Settings', 'better-wp-security' ) . '</a>'; array_unshift( $links, $settings_link );I’ve seen some comments in this support about NGINX servers being affected by this problem. I’m on NGINX… but what is the solution?
Any help is appreciated.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘5.4.5 error : class-itsec-global-settings.php not found. (On NGIX)’ is closed to new replies.