Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Any query causes server error "Class 'SearchWP\\Mod' not found" #10

Open
heggemsnes opened this issue Dec 11, 2021 · 1 comment
Open

Comments

@heggemsnes
Copy link

heggemsnes commented Dec 11, 2021

Describe the bug
Any query causes internal server error:

"Class 'SearchWP\\Mod' not found

To Reproduce
Steps to reproduce the behavior:
Install required plugins and try a query like

  searchWP(where: {input: "test"}) {
    nodes {
      databaseId
    }
  }
}

Expected behavior
Results should show up

Plugin versions

SearchWP 3.1.16
WP Graphql 1.6.10
QL Search 1.0.0

@drewbaker
Copy link
Member

Yeah I’d have to do some digging but this will have stopped working newer versions of SearchWP and WP-GQL. They both went through big breaking changes after this plugin was made. If you can downgrade your plugins.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants