• One of my site security rules seems to be blocking URLs with two slashes in a row. The plugin was pointing to /wp-content/plugins/buddypress//bp-themes/bp-default/_inc/global.js and getting a 403 each time. I changed the following line and removed the preceding slash to fix the issue:

    wp_enqueue_script( ‘dtheme-ajax-js’, BP_PLUGIN_URL . ‘bp-themes/bp-default/_inc/global.js’, array( ‘jquery’ ), $version );

    https://www.ads-software.com/extend/plugins/bp-template-pack/

  • The topic ‘[Plugin: BuddyPress Template Pack] 403 errors’ is closed to new replies.