Giter Site home page Giter Site logo

Comments (9)

cherrygot-personal avatar cherrygot-personal commented on May 31, 2024 1

Yeah, agree. We are not using the plugin from composer registry but with repositories field of composer.json, like so

"repositories": [
    {
      "type": "github",
      "url": "https://github.com/wpengine/wp-graphql-content-blocks.git"
    }
  ]

from wp-graphql-content-blocks.

cherrygot-personal avatar cherrygot-personal commented on May 31, 2024 1

The type:github can be a reason. But I guess my focus will be on "triggered sometimes". Yes, this happened only when I was trying to access the attributes of a paragraph block. Other times, it didn't throw any errors. Sorry, I should've mentioned it in the original comment.

Like

... on CoreParagraph {
    attributes {
        content
    }
}

from wp-graphql-content-blocks.

blakewilson avatar blakewilson commented on May 31, 2024 1

Wanted to follow up here that 1.1.3 has been released with the Utilities folder rename:

https://github.com/wpengine/wp-graphql-content-blocks/releases/tag/v1.1.3

from wp-graphql-content-blocks.

cherrygot-personal avatar cherrygot-personal commented on May 31, 2024

Here's how I'm fixing it at the moment.

"post-package-install": [
      "cd wordpress/web/app/mu-plugins/wp-graphql-content-blocks/; mv ./includes/utilities ./includes/Utilities; composer dump-autoload -o"
    ]

from wp-graphql-content-blocks.

theodesp avatar theodesp commented on May 31, 2024

Hey @CherryGot thank you very much for the report.

How did you install this plugin? Did you used the releases option? I'm just using the latest zip file and I don't see any errors when enabling debug mode and by inspecting the error.log.

We also run integration tests as well so we don't experience issues with PHP Fatal errors.

We will provide a fix just in case since there is a difference in the filename casing.

from wp-graphql-content-blocks.

cherrygot-personal avatar cherrygot-personal commented on May 31, 2024

I used composer to install the plugin because we are using it to manager all our plugins, like so,
composer require wpengine/wp-graphql-content-blocks and it installed the v1.1.1 as I can see in the lock file.

Although, the documentation did not mention it, the composer require worked just fine. But yeah, maybe it's one of those things that it was never tested for.

Anyways, thanks for the considering the change, it'd be huge help.

from wp-graphql-content-blocks.

theodesp avatar theodesp commented on May 31, 2024

Hey @CherryGot we don't register the plugin in composer registry for now. Maybe thats the issue.

from wp-graphql-content-blocks.

justlevine avatar justlevine commented on May 31, 2024

@CherryGot we're installing wp-graphql-content-blocks as a vcs composer repository, and other than the silly backend warning (since the vendor files are not included locally) I'm not seeing any errors regarding WPGraphQLHelpers.

"repositories": [
  {
    "type": "vcs",
    "url": "https://github.com/wpengine/wp-graphql-content-blocks.git"
  },
 ]

Could be that its type:github specific, or could be the fatal warning is only triggered sometimes (e.g. on specific blocks).

from wp-graphql-content-blocks.

justlevine avatar justlevine commented on May 31, 2024

Just tested and debug.log is clean. Hopefully type:vcs will be a good workaround until the folder can get properly renamed 🤞

image

from wp-graphql-content-blocks.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.