renatonascalves / wp-graphql-buddypress

Bringing the power of GraphQL to BuddyPress.
https://wordpress.org/plugins/wp-graphql-buddypress
GNU General Public License v3.0
35 stars 11 forks source link

This likely means you have cloned WPGraphQL BuddyPress from Github and need to run the command `composer install` #91

Closed Xyzbarna closed 2 years ago

Xyzbarna commented 2 years ago

I read that this issue was closed, but I'm having this error message in the WordPress Dashboard:

WPGraphQL BuddyPress appears to have been installed without its dependencies. It will not work properly until dependencies are installed. This likely means you have cloned WPGraphQL BuddyPress from Github and need to run the command composer install.

Local installation with Local (Flywheel) Buddypress 10.0.0 WPGraphQL 1.6.12 WPGraphQL BuddyPress 0.0.1-alpha

PHP 8.0.0 WordPress 5.8.3

Thank you!

renatonascalves commented 2 years ago

That's correct! This version here is for development purposes only. So after cloning the plugin, you need to run composer install to add the dependencies.