Viewing 2 replies - 1 through 2 (of 2 total)
  • Under “404 File/Folder White List
    Add admin-file-change-warning.js for temporary solution or you can add .js in “Ignored File Types
    After figuring out your issue you can remove these from plugin settings.

    Before that first try this solution.

    Thread Starter SamVW

    (@samvw)

    I fixed it by replacing the function above with:

    public static function get_module_path( $file ) {
    global $itsec_globals;
    $path = str_replace( dirname(dirname( $file )), ”, dirname( $file ) );
    return trailingslashit( $itsec_globals[‘plugin_url’] . ‘modules/free/’ . $path );
    }

    It doesn’t address the root of the problem, but it’s an ok workaround I guess. The bad part is I’ll have to apply this every time I update the plugin until it gets fixed.

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

The topic ‘v4.3.11 get_module_path causing 15 404s’ is closed to new replies.