Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plugin doesnt use top level vendor folder #439

Closed
1 of 3 tasks
cvanh opened this issue Jul 1, 2024 · 1 comment · Fixed by #442
Closed
1 of 3 tasks

plugin doesnt use top level vendor folder #439

cvanh opened this issue Jul 1, 2024 · 1 comment · Fixed by #442

Comments

@cvanh
Copy link

cvanh commented Jul 1, 2024

Description

in version 0.13.0 the vendor folder was removed from wp-graphql-gravity-forms and asked developers to download a zip file or run composer install in the plugin folder.

when installing the plugin using git and packagist the following error appeared
image

Steps to reproduce

  1. install bedrock
  2. run composer require harness-software/wp-graphql-gravity-forms in the bedrock project
  3. setup bedrock
  4. enable wp-graphql-gravity-forms

Additional context

this was discussed in: https://discord.com/channels/838854618406453300/1257299915655217153

Plugin Version

0.13.0

Gravity Forms Version

2.8.7

WordPress Version

6.3.1

WPGraphQL Version

1.27.0

Additional enviornmental details

No response

Please confirm that you have searched existing issues in the repo.

  • Yes

Please confirm that you have disabled ALL plugins except for Gravity Forms, WPGraphQL, and WPGraphQL for Gravity Forms

  • Yes
  • My issue is with a specific 3rd-party plugin.
@pseelinger
Copy link

I added the WPGRAPHQL_GF_AUTOLOAD constant to my environment with a value of false, which seems to have fixed this for me. If I'm reading src/Autloader.php correctly, this tells the plugin that autoloading is handled elsewhere in the application.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants