Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Invite Anyone


Boone Gorges
Keymaster

@boonebgorges

Shoot, I think I see the problem. The path of the file that the plugin is trying to require is coded incorrectly, due to the fact that when I requested a place in the plugin repo, I asked for the wrong slug. On line 322 of invite-anyone.php, it should say

require ( WP_PLUGIN_DIR . '/invite-anyone/invite-anyone/invite-anyone-cssjs.php' );

instead of

require ( WP_PLUGIN_DIR . '/bp-invite-anyone/invite-anyone/invite-anyone-cssjs.php' );

Note that the “bp-” has been cut off.

You can change this yourself, or download it from the repo again – I’ve changed it in the trunk.

Skip to toolbar