Group Mods

  • Profile picture of @mercime
  • Profile picture of r-a-y
  • Profile picture of Hugo

Support: Creating & Extending

Existing and new plugins/components and themes.

BP Group Control Error (4 posts)

Started 1 year, 11 months ago by: gregfielding

  • Profile picture of gregfielding gregfielding said 1 year, 11 months ago:

    Tried to activate and got a fatal error:
    Warning: require(/home/housings/public_html/wp-content/plugins/BP-Group-Control/bpgc-templatetags.php) [function.require]: failed to open stream: No such file or directory in /home/housings/public_html/wp-content/plugins/bp-group-control/bpgc-core.php on line 17

    I’m running MU 2.9.2 and BP 1.2.3

  • Profile picture of r-a-y r-a-y said 1 year, 11 months ago:

    It could be a case-sensitive issue.
    Try using lowercase characters in the bpgc_loader() function in bpgc-core.php

  • Profile picture of gregfielding gregfielding said 1 year, 11 months ago:

    Ray,
    That fixed it…thanks!

    Side note….do I put the bp-group-control folder in my child theme folder? I’m not using the default theme.

  • It looks like the dev probably wrote it on Windows and it used upper case but when it went into the wordpress repo, it went in as all lower case. You have to change the case of the folders to BP-Group-Control for it to work. I didn’t want to just change the file in case there were other dependencies.