v4.3.11 get_module_path causing 15 404s
-
/core/class-itsec-lib.php line 453
public static function get_module_path( $file ) {
global $itsec_globals;
$path = str_replace( $itsec_globals[‘plugin_dir’], ”, dirname( $file ) );
return trailingslashit( $itsec_globals[‘plugin_url’] . $path );
}is returning URLs that look like this:
Whenever I load up a backend page it 404s on admin-file-change-warning.js, and on the security settings pages causes 15+ 404s on various .js and .css. Obviously, nothing works.
IIS 7.5
WP 4.0 (same results on 3.9.2)
iThemes Security 4.3.11
The topic ‘v4.3.11 get_module_path causing 15 404s’ is closed to new replies.